Hive install

来自牛奶河Wiki
阿奔讨论 | 贡献2023年2月12日 (日) 21:30的版本 (创建页面,内容为“===安装包=== 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 分…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

安装包

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