
hbase
文章平均质量分 66
leibnitz09
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hbase初探之一
花了二天时间看了下相关资料,当然也做了些demo,感觉挺好。 hbase 是基于hdfs的,分布式的面向列储存的数据储存系统。正是这些特点,使得它是很好应用于实时读写,随时访问超大数据集的情景。在结构上,有点类似于hdfs设计,同样由hbase master,hregion sever(slaves).组成,其中hregion储存基于个region(相当于table)。在建立regio...2010-12-22 12:03:48 · 104 阅读 · 0 评论 -
hbase -tables replication/snapshot/backup within/cross clusters
serial nosolutionslevelpreconditinorunonflowadvancesshortcomingsuse cases1direct client APIlog- transfer datavia bothclusters ...原创 2014-06-24 18:09:25 · 107 阅读 · 0 评论 -
hbase -how many regions are fit for a table when prespiting or keeping running
how many regions are thinked as too few or to too many? some conditions are worth of consideration for a table(regardless of hbase's configurations):-first ,keep the cluster more 'static' when u...2014-06-27 11:46:43 · 139 阅读 · 0 评论 -
HBase Versus Bigtable(comparison)
below views are all from hbase's guide(maybe with my some comments fonted by deferent size) Overall, HBase implements close to all of the features described in Chapter 1. Where it differs,...原创 2014-07-01 23:13:46 · 167 阅读 · 0 评论 -
2。hbase CRUD--Caching VS Batch
1in case of ONE region,a table with 10 rows and two familys(each contains 10 cols),if a Scan is set by caching and batch below will spawn appitiate rpcs: in generate ,a additional rpc is generate...2013-08-26 17:28:04 · 125 阅读 · 0 评论 -
downgrade hbase from 0.94.16 to 0.94.2
we have a cluster about 25 nodes,which are installed hbase-0.94.2,yeah it is find for over second weeks.but last two weeks i upgaded to 0.94.16,there are some bad network showed in ganglia.as below:...2014-03-07 02:25:34 · 171 阅读 · 0 评论 -
install snappy compression in hadoop and hbase
1.what is snappy 2.why to use it 3.how it to work 4.compare to similar compressions 5.install it on hadoop 6.intall it on hbase 6.2 verifya.b.c....2014-03-08 00:36:23 · 136 阅读 · 0 评论 -
hbase PerformanceEvaluation benchmark - 0.94.2 VS 0.94.16 VS 0.96
i worked to benchmark hbase performance this weekend as i never used to do this befoer.after completion of these tasks,i found some good test methods and implied interesting. some conclusion...原创 2014-03-23 17:56:31 · 170 阅读 · 0 评论 -
hbase-region balancer
why along with the time goes,as unreasonable table design,or some crash nodes etc,these will cause some regionservers have overloaded regions and/or much underloaded regions,so a balancer is nece...2014-08-28 13:52:41 · 412 阅读 · 0 评论 -
hoya--hbase on yarn
Introducing Hoya – HBase on YARN application architecutre原创 2015-04-23 17:00:02 · 213 阅读 · 0 评论 -
compile hbase
IF u want to compile a hbase project specified to your own hardware configures(eg. 32 bit jdk to 64),OR release after some changes eg. applied a patch ,optimized some features,u can try this o...2014-10-15 17:42:43 · 137 阅读 · 0 评论 -
hbase-logroll optimizations
as u know,the hbas's data logs (akka wal) will roll after certain intervals to speedup restore data lost occasionally.and of course,both log rolling and flush memstore will block up all wirtes ...2015-09-21 12:10:48 · 182 阅读 · 0 评论 -
hbase-bloom filter
there is no notable performance increments in case of using 'get' query and with high hit ratio.(as hbase internally supports range hash already).but there is a try worth if multi storefiles exist ...原创 2014-10-20 16:06:53 · 109 阅读 · 0 评论 -
hbase-how to know which regionservers are stuck when shutdown a cluster
u know,when u shutdowning a hbase cluster,sometimes it costs very long time to complete.and now how to fiind what regionservers are kept on alive is simple and directly by following these steps: ...2014-10-22 15:09:42 · 149 阅读 · 0 评论 -
upgrades of hadoop and hbase
1.the match relationships between hadoop and hbase nowaday that means if you are now using hadoop1.0.x and hbase-0.94.x,and assume u want to upgrade to hadoop-2.5.x and hbase-1.0.x,the step...2014-10-28 11:39:14 · 133 阅读 · 0 评论 -
hbase-export table to json file
i wanna export a table to json format files,but after gging,nothing solutions found.i known,pig is used to do soome sql like mapreduces stuff; and hive is a dataware to build on hbase.but i cant s...2015-12-25 17:21:34 · 281 阅读 · 0 评论 -
some important optimized advices for hbase-0.94.x
The following gives you a list to run through when you encounter problems with your cluster setup.1.Basic setup checklist This section provides a checklist of things you should confirm for...原创 2014-06-20 17:56:06 · 382 阅读 · 0 评论 -
5。hbase高级部分:compact/split/balance及其它维护原理-delete table
* table disabled is NOT different from region,when all regions have been closed,then the table 's disabled finally.* region closing state is set on zk from client,and transition to closed by...2013-08-18 02:53:54 · 157 阅读 · 0 评论 -
hbase初探之二(转)
在看wiki时有这样的字样:HBase: Bigtable-like structured storage for Hadoop HDFS觉得不对劲,明明是说是面向列族儲存的(希疏的数据),怎么又说成是结构化儲存呢?今天在别人blog得到确认。Hadoop Hbase适合存储哪类数据?(转)今天在看中科院家伙的文章说是:半结构化或非结构化数据的结构化存储(see csd...原创 2010-12-27 23:23:17 · 115 阅读 · 0 评论 -
hbase standalone install
refer to 0.20.6 version yes ,as hbase will use Local fs to access so it's needless to start hadoop (which is run in any mode).do it like this simplely: start-hbase.sh check success o...2011-05-18 01:04:45 · 140 阅读 · 0 评论 -
hbase pseudo install
refer to 0.20.6 versionthis is a little different from standalone install ,as hbase will use pesudo/real cluster hadoop .so some diferences are listed below:A.hbase-site.xml1)hbase.rootdiru ...2011-05-18 01:05:31 · 108 阅读 · 0 评论 -
hbase cluster install
refer to 0.20.6 version==================1 ----- use hbase's built in-zookeeper instance as coordinator 2----- use zookeeper cluster as coordinatorwithin this intall...2011-05-18 01:06:07 · 126 阅读 · 0 评论 -
hbase architecture
hbase's architecture overview:note:* why hbase use zookeeper but hadoop?hbase use zk to implements the heartbeat mechanism ,and hadoop use build-in heartbeat to detect node states ...2011-05-19 23:22:30 · 174 阅读 · 0 评论 -
hbase初探之三(小结)
经过几天来的看资料,写代码,终于对这个东东有点眉目了。package linhon.crud;import java.util.Date;import java.util.Map.Entry;import java.util.NavigableMap;import org.apache.hadoop.hbase.HBaseConfiguration;import o...2011-01-30 02:28:38 · 131 阅读 · 0 评论 -
hbase源码阅读-start flow
today i will learn to hit the hbase source codes.for the rule from simple to difficult,i will get a standalone mode to run hbase to do this.ok,let's look at the shell start-hbase.sh i...原创 2012-05-06 15:46:13 · 157 阅读 · 0 评论 -
hbase需要使用mapreduce来查询吗
hbase本身已经提供了实时查询功能了,如bloom filters等.如果加入mr的话,那么好处是什么呢? 如果使用mr对hbase中的数据进行非实时性的统计分析,这是可行的,但这样已经有了替代方案:hive.这正如pig基于hadoop一样,将mr的业务抽取出来了. references:http://hadoop.nchc.org.tw/phpbb/viewtopic...原创 2012-03-05 15:17:37 · 970 阅读 · 0 评论 -
some steps to add a new regionserver to hbase
there are some steps to add a new node to hbase mentioned below: prerequest sync time env /etc/hostsssh-copy-id let master login to new node without password start new n...2012-08-13 10:51:16 · 84 阅读 · 0 评论 -
5。hbase高级部分:compact/split/balance及其它维护原理--the flow of creating table
1.principle 2.note-as is hbase-0.94.2,the table .meta. is not splittable,therefore,there is only ONE region in table -root-.that is if you try to split the root you will do it w/o err...2013-07-17 23:43:21 · 219 阅读 · 0 评论 -
2。hbase CRUD--Put operations(client)
flow: FAQ:-why META table can not be splited?if u try to split the table 'meta',u will see the warn log : Cannot split meta regions in HBase 0.20 and abovei dont know how this case a...2013-07-25 12:10:43 · 161 阅读 · 0 评论 -
2。hbase CRUD--Put operation(server side)
flow: some conclusions:--there is a mutation process mudel interacts Memstore with HLog, 1.MVCC insert 'memStoreWriter' number,then write back these edits to Memstore(s) with this numb...2013-07-25 12:15:11 · 159 阅读 · 0 评论 -
5。hbase-compact
todo,todo........2013-07-29 17:56:31 · 109 阅读 · 0 评论 -
2。hbase CRUD--Read(query) operations
read Note:-Gets will be converted to scan per Get in RS-scan is needless to use offset for retrieving ranged rows.this is different from common RMDBS.and this is implemented by RS ...2013-08-15 16:41:33 · 120 阅读 · 0 评论 -
2。hbase CRUD--Read(Scan) operations(server side)
just recovered from a disease,i should finish the retain part of work now... yes,as u can see,the Scan/Get oper from hbase is some more tricky,as the kvs multi-dimensions and related to stor...2013-08-15 17:39:29 · 181 阅读 · 0 评论 -
zookeeper-network partition
env:hbase,94.26zookeeper,3.4.3---------------1.downed node this morning we found a regionserver(host-34) downed in our monitor.so we dived into the logs of hbase and found that in this ho...2016-02-29 17:36:41 · 277 阅读 · 0 评论