首页
学习
活动
专区
工具
TVP
发布

闵开慧

专栏作者
237
文章
387994
阅读量
51
订阅数
Unable to instantiate org.apache.hadoop.hive.metas
hive启动后运行命令时出现: FAILED: Error in metadata: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask 这种情况一般原因比较多,所以需要进行hive调试: 进
闵开慧
2018-04-02
7930
Permission denied: user=root, access=WRITE
hive> create database bbs; FAILED: Error in metadata: MetaException(message:Got exception: org.apache.hadoop.security.AccessControlException Permission denied: user=root, access=WRITE, inode="/user/hive/warehouse":hadoop:hadoop:drwxrwxr-x 原因:本地用户administra
闵开慧
2018-04-02
1.9K0
hive.metastore.HiveMetaStoreClient​
14/04/07 15:33:21 INFO hive.metastore: Waiting 1 seconds before next connection attempt. 14/04/07 15:33:22 INFO hive.metastore: Trying to connect to metastore with URI thrift://127.0.0.1:9083 14/04/07 15:33:22 WARN hive.metastore: Failed to connect to the
闵开慧
2018-04-02
1.4K0
hive安装配置(0.11版本)
1 假设Hadoop已经安装并配置正确,MySQL已经正确安装 2 为支持Hive的多用户多会话需求,需要使用一个独立的数据库存储元数据。   这里选择MySQL存储Hive的元数据,现在为Hive创建元数据库: mysql> create database hive; mysql> create user 'hive' identified by '123456'; mysql> grant all privileges on *.* to 'hive'@'%' with grant option; f
闵开慧
2018-03-30
7130
hive与hbase区别
1、hive是sql语言,通过数据库的方式来操作hdfs文件系统,为了简化编程,底层计算方式为mapreduce。 2、hive是面向行存储的数据库。 3、Hive本身不存储和计算数据,它完全依赖于HDFS和MapReduce,Hive中的表纯逻辑。 4、HBase为查询而生的,它通过组织起节点內所有机器的內存,提供一個超大的內存Hash表 5、hbase不是关系型数据库,而是一个在hdfs上开发的面向列的分布式数据库,不支持sql。 6、hbase是物理表,不是逻辑表,提供一个超大的内存hash表,搜索引
闵开慧
2018-03-30
2.5K0
ubuntu命令大全
查看软件xxx安装内容 #dpkg -L xxx 查找软件 #apt-cache search 正则表达式 查找文件属于哪个包 #dpkg -S filename apt-file search filename 查询软件xxx依赖哪些包 #apt-cache depends xxx 查询软件xxx被哪些包依赖 #apt-cache rdepends xxx 增加一个光盘源 #sudo apt-cdrom add 系统升级 #sudo apt-get update #sudo apt-ge
闵开慧
2018-03-30
2.5K0
在eclipse中运行hive时显示Software caused connection ab...
启动hive机器thrift监听程序: hadoop@ubuntu118:~$ hive --service hiveserver 50031 Starting Hive Thrift Server This usage has been deprecated, consider using the new command line syntax (run with -h to see usage information) WARNING: org.apache.hadoop.metrics.jvm.Eve
闵开慧
2018-03-30
1.1K0
hive启动后相关操作
hadoop@ubuntu118:~$ $HIVE_HOME/bin/hive WARNING: org.apache.hadoop.metrics.jvm.EventCounter is deprecated. Please use org.apache.hadoop.log.metrics.EventCounter in all the log4j.properties files. Logging initialized using configuration in jar:
闵开慧
2018-03-30
7390
hive中配置hwi
vi $HIVE_HOME/conf/hive-site.xml 配置如下 <property>   <name>hive.hwi.listen.host</name>   <value>192.168.0.118</value>   <description>This is the host address the Hive Web Interface will listen on</description> </property> <property>   <name>hive.hwi.li
闵开慧
2018-03-30
8350
hive安装后测试
hive> show tables; OK Time taken: 3.69 seconds hive> exit     > exit; FAILED: Parse Error: line 1:0 cannot recognize input near 'exit' 'exit' '<EOF>' hive> quit;
闵开慧
2018-03-30
8640
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档