用了1天时间,才完成hive的安装配置,
“只有客户发展了,才有我们的生存与发展!”这是创新互联公司的服务宗旨!把网站当作互联网产品,产品思维更注重全局思维、需求分析和迭代思维,在网站建设中就是为了建设一个不仅审美在线,而且实用性极高的网站。创新互联对成都网站制作、网站建设、网站制作、网站开发、网页设计、网站优化、网络推广、探索永无止境。
一:首先安装MySQL
下载mysql for ubuntu版本,是deb版本
sudo apt-get libaio
sudo apt-get libmecab2
之后使用dpkg -i mysql一系列的deb文件
libmysql*
mysql-community*
mysql-client*
mysql-server*
查看whereis mysql,看到安装到了不同的路径
可执行文件/etc/bin,配置文件/etc/mysql/conf,等到
二、启动mysql
sudo service mysql status
sudo service mysql start
mysql -uroot -proot ;连接登录
修改密码
sudo mysqld-safe --skip-grant-tables &
use mysql;
update user set authentication_string=password('password') where user='root';这是个狠大的改变,因为5.7版本没有password×××了
flush privileges;
grant all privileges on mysql.* to hive@localhost;
grant all on hive.* to hive@'%' identified by 'hive';
三、下载hive2.1
tar -xvf apache-hive*****.tar.gz
mv 改变路径
chown 修改所有者
chmod 755
修改/conf/hive-env.sh
/conf/hive_site.xml
<property>
<name>hive.metastore.uris</name>
<value>thrift://xxxxxxxx</value>
<description>Thrift uri for the remote metastore. Used by metastore client to connect to remote metastore.</description>
</property>
我不知道这个配置是干什么用的。果断清空value的值。再次运行show databases命令。成功!!!!
5)再次提醒读者朋友们:当你们的错误信息与上述错误相似时,请认真检查 hive.metastore.uris 的value 配置是否正确。建义新手不要配置。
<property>
<name>javax.jdo.option.ConnectionURL</name>
<value>jdbc:mysql://10.1.195.50:3306/hivedb?createDatabaseIfNotExist=true&useUnicode=true&ssl=false</value>
<description>JDBC connect string for a JDBC metastore</description>
</property>
<property>
<name>javax.jdo.option.ConnectionDriverName</name>
<value>com.mysql.jdbc.Driver</value>
<description>Driver class name for a JDBC metastore</description>
</property>
<property>
<name>javax.jdo.option.ConnectionUserName</name>
<value>umobile</value>
<description>username to use against metastore database</description>
</property>
<property>
<name>javax.jdo.option.ConnectionPassword</name>
<value>umobile</value>
<description>password to use against metastore database</description>
</property>
注意上面的联机字符串,&是用来解决ssl警告错误的
遇到Hive metastore database is not initialized. Please use schematool错误
先用命令schematool -dbType mysql -initSchema
然后启动hive即可
分享题目:安装配置hadoop组件hive问题集锦
地址分享:https://www.cdcxhl.com/article20/jjhcco.html
成都网站建设公司_创新互联,为您提供做网站、外贸建站、电子商务、网站设计公司、品牌网站设计、网站排名
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联