美文网首页
Hive的安装之嵌入模式

Hive的安装之嵌入模式

作者: 薛落花随泪绽放 | 来源:发表于2017-12-23 12:05 被阅读46次
#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;

相关文章

网友评论

      本文标题:Hive的安装之嵌入模式

      本文链接:https://www.haomeiwen.com/subject/jdetgxtx.html