摘要: MetaException(message:Version information not found in metastore. )Hive now records the schema version in the metastore database and verifies that the metastore schema version is compatible with Hive binaries that are going to accesss the metastore. Note that the Hive properties to implicitly create 阅读全文
posted @ 2013-11-01 16:12 ccmaotang 阅读(7969) 评论(0) 推荐(0)
摘要: 转:http://springsfeng.iteye.com/blog/17345171 . 首先请安装好MySQL并修改root账户密码,使用root账户执行下面命令:su - root mysqlGRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY 'root' WITH GRANT OPTION;2. 创建Hive用户: 使用root账户执行下面命令:su - root mysql -uroot -p CREATE USER 'hive'@'l 阅读全文
posted @ 2013-11-01 14:44 ccmaotang 阅读(601) 评论(0) 推荐(0)