Hive的安装之嵌入模式

#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;
    原文作者:薛落花随泪绽放
    原文地址: https://www.jianshu.com/p/0fff62496cf4
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞