Real time Twiter Data Analysis using Hive Tool
-
Download the Binary tar file from apache hive offical website
-
un tar Apche-hive.tar using command $tar -xvf /location of File
-
Move the Extracted tar file in /usr/lib using commad $sudo mv /source /location
-
appendment in bashrc file using commad $sudo gedit ~/.bashrc
export PATH=$PATH:$SPARK_HOME/bin export HIVE_HOME=/usr/lib/hive
- For Permanent Save of Bashrc file $source ~/.bashrc
- For automattically Configration of hive File $mv metastore_db metaStore_db.tmp $schematool -initSchema -dbType derby
start all service of hadoop $start-all.sh