follow the steps
1) Extract folder
2) go to / apache -hive-0.13.1-bin / conf and create a copy of the hive-default.xml.template file, this is similar to hive-default.xml (copy) .template.
3) Rename hive-default.xml (copy) .template to hive-site.xml.
4) Make a copy of the hive-env.sh.template file for hive-env.sh.
add to hive-env.sh
export HADOOP_HEAPSIZE=1024 # Set HADOOP_HOME to point to a specific hadoop install directory export HADOOP_HOME=/home/user17/BigData/hadoop #hive export HIVE_HOME=/home/user17/BigData/hive # Hive Configuration Directory can be controlled by: export HIVE_CONF_DIR=$HIVE_HOME/conf
5) export the hadoop and hive path to a .bashrc file
export HADOOP_HOME=/home/user17/BigData/hadoop export PATH=$PATH:$HADOOP_HOME/bin export HIVE_HOME=/home/user17/BigData/hive export PATH=$PATH:$HIVE_HOME/bin
run your haop
start-all.sh
enjoy your hive. Give the way how and hive in the export team to suit your system. I know if it doesn't work.
source share