随笔分类 -  HBase

mysql通过sqoop导入到hbase中时数据量为1000w时出现Incorrect key file for table '/tmp/#sql_458_0.MYI'; try to repair it
摘要:问题:mysql通过sqoop导入到hbase中时数据量为1000w时出现Incorrect key file for table '/tmp/#sql_458_0.MYI'; try to repair it,数据量为100w等时没该问题分析:出现该问题时因为mysql的临时目录(默认为/tmp)... 阅读全文

posted @ 2015-12-02 15:34 小米辣 阅读(223) 评论(0) 推荐(0)

hbase ERROR: Can't get master address from ZooKeeper; znode data == null问题解答
摘要:当启动hbase后查看日志出现类似下面的错误日志,并且hbase shell进入hbase后,list下会出现(ERROR: Can't get master address from ZooKeeper; znode data == null)2015-12-02 10:56:13,413 INF... 阅读全文

posted @ 2015-12-02 11:07 小米辣 阅读(2455) 评论(0) 推荐(0)

hbase启动后出错
摘要:hbase启动后出错问题:安装好 hbase 后,发现启动start-hbase.sh 后 hmaster 进程总是过一会就没了 hbase(main):004:0> create 't1', {NAME => 'f1', VERSIONS => 5} ERROR: Can't get maste... 阅读全文

posted @ 2015-11-18 16:09 小米辣 阅读(408) 评论(0) 推荐(0)

hbase0.98.7使用遇到 Class path contains multiple SLF4J bindings.错误解决方案
摘要:hbase使用遇到 Class path contains multiple SLF4J bindings.错误解决方案转载自:http://www.aboutyun.com/thread-7737-1-1.html错误表现:SLF4J: Class path contains multiple S... 阅读全文

posted @ 2015-11-17 16:20 小米辣 阅读(440) 评论(0) 推荐(0)

导航