
HBase
文章平均质量分 88
puffsun
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Adding HBase Library into Java Classpath
Suppose you write some Java code to operate HBase via HBase Java client interface, you compile and package the java source code into a jar, called examples.jar. In Hadoop cluster you can use "hbase c...原创 2013-07-20 14:17:36 · 116 阅读 · 0 评论 -
Running MapReduce Job with HBase
Generally there are three different ways of interacting with HBase from a MapReduce application. HBase can be used as data source at the beginning of a job, as a data sink at the end of a job or as ...原创 2013-07-21 01:50:23 · 135 阅读 · 0 评论 -
Homework - HBase Shell, Java Client and MapReduce Job
Env: Single Node with CentOS 6.2 x86_64, 2 processors, 4Gb memory CDH4.3 with Cloudera Manager 4.5 HBase 0.94.6-cdh4.3.0 HBase 0.94.6-cdh4.3.0 HBase shell exercise: [root@n8 ~]# hbase shel...原创 2013-07-21 23:36:22 · 234 阅读 · 0 评论 -
Availability and Reliability with HBase
Availability Availability in the context of HBase can be defined as the ability of the system to handle failures. The most common failures cause one or more nodes in the HBase cluster to fall off t...原创 2013-08-25 10:53:19 · 167 阅读 · 0 评论