Dowload Lastest Books On Hadoop

Amazon Best Deal !!

Powered by Blogger.

Sunday, May 20, 2018

Installing Hive 2.2.0 With Derby


Installing Hive 2.2.0 with derby Download hive 2.2.0 https://hive.apache.org/downloads.html Click the download a release now                             Click the link http://www-eu.apache.org/dist/hive/ Select the hive version 2.2.0 or other “Extracting Hive “ $ tar zxvf apache-hive-2.2.0-bin.tar.gz   “Copying...

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...