In this post, we will understand about CAP theorem or Brewer’s theorem. This theorem was proposed by Eric Brewer of University of California, Berkeley. CAP Theorem or Brewer’s Theorem CAP theorem, also known as Brewer’s theorem states that it is …
NoSQL databases are a non-relational database management system, which is cluster-friendly, designed for the large volume of distributed data stores. Relational Model follows the de facto standard for database design which uses primary and foreign keys relation in order to …
In the previous post, we have already seen how to write the data from spooling directory to the console log. In this post, we will learn how Flume Hadoop agent can write data from Spooling directory to HDFS. Similarly, if …
In this tutorial, we will learn to set up an Apache Flume agent that is going to monitor a spooling directory. When any log files are added to the directory, it will read those log files and push the content of …
Flume installation is a very simple process. Go through the following steps to install and configure Apache Flume. Steps for Flume Installation Download the Apache flume from the Apache Webpage. (Apache Flume Download Url) Extract the folder from the zip …