赞
踩
1.已安装Mysql
给用户赋权限:
grant all on *.* to root@'hadoop110';
flush privileges;
2.hive软件包
3.放入opt文件夹下,解压并改名
tar -zxvf hive-1.1.0-cdh5.14.2.tar.gz
mv hive-1.1.0-cdh5.14.2 hive
vi /etc/profile
export HIVE_PATH=/opt/hive #输入hive的文件路径
export PATH=$PATH:$HIVE_PATH/bin
source /etc/profile #更新配置并启用
进入hive的conf文件夹下
cd /opt/hive/conf/
新建hive-site.xml文件:添加
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>hive.metastore.warehouse.dir</name&
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。