Hive install
跳到导航
跳到搜索
安装包
wget https://dlcdn.apache.org/hive/hive-3.1.3/apache-hive-3.1.3-bin.tar.gz tar -zxvf apache-hive-3.1.3-bin.tar.gz ln -s apache-hive-3.1.1-bin hive mkdir /tmp/hive
profile
#hive, 20230212, Adam export HIVE_HOME=/opt/hive export PATH=$PATH:$HIVE_HOME/bin source /etc/profile hive --version
INIT
## Init hdfs init-hive-dfs.sh #? hive-config.sh ## Init Schema cd /opt/hive/bin schematool -dbType derby -initSchema