
Hbase开发
tuohuangs
这个作者很懒,什么都没留下…
展开
-
启动hbase出现 java.lang.NoClassDefFoundError: org/apache/zookeeper/KeeperException
在伪分布式下启动hadoop后,启动hbase。启动前没对关于hbase的环境有关的变量进行配置,启动如下,出现异常thinkpad@thinkpad-117f6f ~/hbase-0.94.4$ bin/start-hbase.shlocalhost: +=============================================================原创 2013-05-11 19:27:13 · 12904 阅读 · 2 评论 -
org.apache.zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:218
在vmware中安装hadoop伪分布式,使用host-only模式使用hbase shell一直正常,后来为了能上网改为了Briged模式。启动后再命令端看到了关于hbase的异常信息org.apache.zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not a原创 2013-05-13 10:19:47 · 81277 阅读 · 2 评论 -
HBase技术介绍(来源:搜索技术博客-淘宝)
转载http://www.searchtb.com/2011/01/understanding-hbase.htmlHBase简介HBase – Hadoop Database,是一个高可靠性、高性能、面向列、可伸缩的分布式存储系统,利用HBase技术可在廉价PC Server上搭建起大规模结构化存储集群。HBase是Google Bigtable的开源实现,类似Goo转载 2013-11-28 23:14:02 · 851 阅读 · 0 评论 -
Hbase文件读写及格式
http://wenku.baidu.com/view/b46eadd228ea81c758f578f4.html一、概览 图 1 图1指出了在HBase中其实有两种文件,一种是write-ahead log,而另一种则是真正存储数据的地方。而这些文件都被HRegionServers来处理。从图中可以看出,文件最后在HDFS中存在不同的block中。 基本的通信流程转载 2013-11-28 23:42:28 · 2007 阅读 · 0 评论