Re: HBase snapshots

2013-11-19 Thread oc tsdb
Hi Matteo, Thanks a lot for your quick and detailed explanation. -OC On Tue, Nov 19, 2013 at 10:43 PM, Matteo Bertozzi wrote: > > 1.Is there a way to take incremental snapshots on HBase tables? > > > > Due to the nature of hbase, when hfiles gets compacted your table will not > share files wit

Re: Uneven write request to regions

2013-11-19 Thread Asaf Mesika
Thanks for clearing that out. I'm using your message to ping anyone who assist as to it appears the use case should happen to a lot of people? Thanks! On Wednesday, November 20, 2013, Himanshu Vashishtha wrote: > Re: "The 32 limit makes HBase go into > stress mode, and dump all involving regions

回复: Re: How to translate keyword 'Qualifier' into chinese?

2013-11-19 Thread Jack Chan
Thanks for replying~ 但我觉得把Column:Qualifier的组合翻译为字段更好点 :) 有的人把Qualifier翻译成了修饰符,感觉怪怪的。 Jack Chan. A new Apache-Camel rider. sina-weibo:@for-each 发件人: Haosong Huang 发送时间: 2013-11-19 18:06 收件人: user 主题: Re: How to translate keyword 'Qualifier' into chinese? 翻译成字段 2013-11-19 下午3:10于 "Jack Chan" 写道

Re: Uneven write request to regions

2013-11-19 Thread Himanshu Vashishtha
Re: "The 32 limit makes HBase go into stress mode, and dump all involving regions contains in those 32 WAL Files." Pardon, I haven't read all your data points/details thoroughly, but the above statement is not true. Rather, it looks at the oldest WAL file, and flushes those regions which would fre

Re: HBase snapshots

2013-11-19 Thread Ted Yu
Thanks for the detailed answers, Matteo. w.r.t. incremental snapshots, there is HBASE-7912. When Multi-WAL feature, HBASE-5699, is implemented, it would be more efficient to support capturing incremental changes as proposed by HBASE-7912. Cheers On Tue, Nov 19, 2013 at 9:13 AM, Matteo Bertozz

Re: HBase snapshots

2013-11-19 Thread Matteo Bertozzi
> 1.Is there a way to take incremental snapshots on HBase tables? > Due to the nature of hbase, when hfiles gets compacted your table will not share files with the snapshot causing the next snapshot to don't share hfiles (or share a few) with the previous snapshot. The other approach will be using

回复: Is there any way to set the session timeout for HBaseAdmin#checkHBaseAvailable

2013-11-19 Thread jingych
Sorry everyone! It's an old question and It's solved. My foxmail seems has something wrong. jingych 发件人: jingych 发送时间: 2013-11-19 22:52 收件人: user 主题: Is there any way to set the session timeout for HBaseAdmin#checkHBaseAvailable Hi, I wonder how to set the session timeout for the HBaseAdmin

Is there any way to set the session timeout for HBaseAdmin#checkHBaseAvailable

2013-11-19 Thread jingych
Hi, I wonder how to set the session timeout for the HBaseAdmin#checkHBaseAvailable method. Or any other way to prevent so many tries to connect to a not exist hbase host. As when i try to check a not exist hbase host (or master not running). The method would cost nealy 1 half minutes. jingyc

Bulk load fails to identify pre-split regions

2013-11-19 Thread Amit Sela
Hi all, I'm using HBase 0.94.2 (and Hadoop 1.0.4). I'm using bulk load on daily basis for over a year with no problem. I recently moved to an OSGi client, and that required some changes. One of tha changes I made is a fix to what seems like a bug that I described in https://issues.apache.org/jira/b

Re: How to translate keyword 'Qualifier' into chinese?

2013-11-19 Thread Haosong Huang
翻译成字段 2013-11-19 下午3:10于 "Jack Chan" 写道: > Hi all~ > sorry to bother everybody,but maybe this question could just reply from > chinese people: > I will use chinese here,here it goes: > > 我在写一个通用的HBase查询器,里面用中文表示了HBase的关键词。 > 我知道column family是列簇,column是列,这都没问题,但不知道qualifier应翻译成什么。 > google了一圈了没有标准答

HBase snapshots

2013-11-19 Thread oc tsdb
Hi, We are using HBase 0.94.10 version. We could able to take snapshots for all hbase tables and export into another cluster successfully. To take HBase table snapshots we followed procedure given at below apache link. http://hbase.apache.org/book/ops.snapshots.html Purpose of taking snapshots