当前位置:首页 > 服务器技术 > apache

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

命令:schematool -initSchema -dbType mysql

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

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).

 

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

标签:/etc/   bin   tar   alt   except   logs   mysq   issue   get   

本文系统来源:http://www.cnblogs.com/Jesse-Li/p/7794707.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!