shematool -initschema -dbtype mysql error org.apache.hadoop.hive.metastore.hivemetaexception:Failed to get schema version

时间:2017-11-06 19:36:21   收藏:0   阅读:3410

命令:schematool -initSchema -dbType mysql

技术分享

Fix the issue:

edit /etc/mysql/my.cnf 
change bind-address            = 127.0.0.1   
 to  bind-address            = 0.0.0.0 

Restart mysqld (/etc/init.d/mysql restart).

 

原文:http://www.cnblogs.com/Jesse-Li/p/7794707.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!