1、下载安装包:apache-hive-3.1.2-bin.tar.gz
上传至linux系统 /opt/software/ 路径
2、解压软件
cd /opt/software/
tar -zxvf apache-hive-3.1.2-bin.tar.gz -C /opt/module/
3、修改系统环境变量
vi /etc/profile
添加内容:
export HIVE_HOME=/opt/module/apache-hive-3.1.2-bin
export PATH=$PATH:$HADOOP_HOME/sbin:$HIVE_HOME/bin
4、重启环境配置,命令:
source /etc/profile
5、修改hive环境变量
cd /opt/module/apache-hive-3.1.2-bin/bin/
①配置hive-config.sh文件
vi hive-config.sh
在编辑面板中添加如下代码:
export JAVA_HOME=/opt/module/jdk1.8.0_212
export HIVE_HOME=/opt/module/apache-hive-3.1.2-bin
export HADOOP_HOME=/opt/module/hadoop-3.2.0
export HIVE_CONF_DIR=/opt/module/apache-hive-3.1.2-bin/conf
6、在/opt/module/apache-hive-3.1.2-bin/conf/创建hive-site.xml配置文件
cd /opt/module/apache-hive-3.1.2-bin/conf/
vi hive-site.xml
修改Hive配置文件,找到对应的位置进行修改
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>