前言
前面已经讲过hadoop3.1的安装教程,本次主要基于hadoop3.1安装3.1
安装hive
第一步
下载hive3.1
http://mirrors.hust.edu.cn/apache/hive/
解压
tar -zxvf apache-hive-3.1.0-bin.tar.gz
重命名
mv apache-hive-3.1.0-bin/ hive-3.1.0/
添加hive环境
source /etc/profile
第二步
前言
前面已经讲过hadoop3.1的安装教程,本次主要基于hadoop3.1安装3.1
安装hive
第一步
下载hive3.1
http://mirrors.hust.edu.cn/apache/hive/
解压
tar -zxvf apache-hive-3.1.0-bin.tar.gz
重命名
mv apache-hive-3.1.0-bin/ hive-3.1.0/
添加hive环境
source /etc/profile
第二步