#cd training
# tar -zxvf apache-hive-2.1.1-bin.tar.gz
# rm -rf apache-hive-2.1.1-bin.tar.gz
# mv apache-hive-2.1.1-bin/ hive
#cd hive
#bin/hive
>quit;
#vi /etc/profile
export HIVE_HOME=/root/training/hive
export PATH=$PATH:$HIVE_HOME/bin
#source /etc/profile
#cd ..
#hive
>quit;