Dowload Lastest Books On Hadoop

Amazon Best Deal !!

Powered by Blogger.

Tuesday, December 19, 2017

Wednesday, April 5, 2017

Cassandra – Installation


Cassandra – Installation Download link http://cassandra.apache.org/download/ $ wget http://supergsego.com/apache/cassandra/2.1.2/apache-cassandra-2.1.2-bin.tar.gz   Ø  Unzip Cassandra using the command zxvf as shown below $ tar zxvf apache-cassandra-2.1.2-bin.tar.gz. Setting the path Ø  For setting up PATH and JAVA_HOME variables,...

Tuesday, March 28, 2017

KAFKA INSTALLATION


Kafka installation ·       Install zookeeper ·      Install Kafka ·      Set the home path in .bashrc file ·      Start zookeeper sudo bin/zkServer.sh start ·      To start Kafka server:- sudo bin/kafka-server-start.sh config/server.properties ·     ...

Sunday, January 29, 2017

Travel Data Analysis Using spark (use case)


Travel Data Analysis Using spark (use case) In this blog, we will discuss the analysis of travel dataset and gain insights from the dataset using Apache Spark. The travel dataset is publically available and the contents are detailed under the heading, ‘Travel...

Sunday, January 1, 2017

Introduction To Apache Flume


Introduction To Apache Flume   What is Flume? Apache Flume is a tool/service/data ingestion mechanism for collecting aggregating and transporting large amounts of streaming data such as log files, events (etc...) from various sources to a centralized data...