RE: {kundera-discuss} Re: Need suggestion, jpa kind of package for hbase

2014-03-11 Thread Vivek Mishra
https://github.com/impetus-opensource/Kundera/blob/trunk/src/README.md Under section Note it is to inform that groupId has been changed since 2.9.1 release. It doesn't mean that Kundera over HBase would require Cassandra as well! HTH, -Vivek From:

Re: Need suggestion, jpa kind of package for hbase

2014-03-11 Thread jeevi tesh
Thanks a lot it helped me a lot... On Friday, 7 March 2014 21:34:08 UTC+5:30, Vivek wrote: @ jeevitesh *Then i looked at kundera then i realized we need to have Cassandra* I am not sure, what you mean by this. Kundera is an object mapper API multiple independent data stores. If you

Detailed description of Zookeeper's role in Hbase system

2014-03-11 Thread Vimal Jain
Hi, Can someone please direct me to good resources in understanding Zookeeper's role in Hbase system ? One in official guide does not explain it in detail. -- Thanks and Regards, Vimal Jain

答复: Detailed description of Zookeeper's role in Hbase system

2014-03-11 Thread 冯宏华
A rough answer to this question (not necessarily comprehensive) 1. store root region's location 2. help select active master 3. help monitor regionservers' health 4. help table tasks such creating/deleting/enabling/disabling 5. help region-in-transition tasks such as

Re: 答复: Detailed description of Zookeeper's role in Hbase system

2014-03-11 Thread Vimal Jain
Hi, I have overview of the functionality offered by zookeeper , i wanted to know in detail how zookeeper helps in achieving it. On Tue, Mar 11, 2014 at 12:50 PM, 冯宏华 fenghong...@xiaomi.com wrote: A rough answer to this question (not necessarily comprehensive) 1. store root region's

答复: 答复: Detailed description of Zookeeper's role in Hbase system

2014-03-11 Thread 冯宏华
For further more detail I wonder possibly the best way should be reading the source code:-), not sure if there are comprehensive wiki/blog for such details you need... 发件人: Vimal Jain [vkj...@gmail.com] 发送时间: 2014年3月11日 15:30 收件人: user@hbase.apache.org

Re: FuzzyRowFilter missing keys

2014-03-11 Thread Amit Sela
I can't seem to reproduce in unit test. The main difference is that I'm using bulk load in the cluster and Put API in the unit test. On Mon, Mar 10, 2014 at 4:47 PM, Ted Yu yuzhih...@gmail.com wrote: Amit: Can you put your scenario in a unit test so that it is easier to pinpoint where the

Cannot find row in .META. for table

2014-03-11 Thread Umesh Chaudhary
Hi, I am using Hbase 0.94.1 with Hadoop 1.2.1 and using Thrift API to access tables stored in Hbase from my C# application. I am able to connect to Server but while going to perform any operation from client it gives following error in CLI-log: 14/03/11 12:18:53 WARN

Re: Cannot find row in .META. for table

2014-03-11 Thread divye sheth
You can use the hbck utility to repair these kinds of problems. $ hbase hbck -repair OR $ hbase hbck -fixMeta Thanks Divye Sheth On Tue, Mar 11, 2014 at 4:55 PM, Umesh Chaudhary umesh.chaudh...@jci.comwrote: Hi, I am using Hbase 0.94.1 with Hadoop 1.2.1 and using Thrift API to access

Re: Cannot find row in .META. for table

2014-03-11 Thread Jean-Marc Spaggiari
Before using -repair or any other parameter, I will recommend you to run it without any parameter to have a sense of what hbck will find. JM 2014-03-11 7:36 GMT-04:00 divye sheth divs.sh...@gmail.com: You can use the hbck utility to repair these kinds of problems. $ hbase hbck -repair OR

Re: Occasional GSSException that brings down region server

2014-03-11 Thread Wei Tan
Thanks Ted. Yes our team looked at the doc you pointed out and: The key here is every several hours - so we can rule out 1) valid kerberos ticket ~ klist shows a valid ticket , 2) [0] does not have our error message ~ link password / keytab / clocks / realm is not incorrect ~ all these errors

RE: Cannot find row in .META. for table

2014-03-11 Thread Umesh Chaudhary
I am getting below message while running hbck with/without parameters: Number of regions: 7 Deployed on: jci0.jci.com,60020,1394472660266 jci1.jci.com,60020,1394472671945 jci2.jci.com,60020,1394472679477 jci3.jci.com,60020,1394472703951 0 inconsistencies detected. If there are 0

Re: Occasional GSSException that brings down region server

2014-03-11 Thread Bharath Vissapragada
Hey Wei, Can you try adding -Dsun.security.krb5.debug=true to regionserver jvm opts and see if it prints something before crash? - Bharath On Tue, Mar 11, 2014 at 6:35 PM, Wei Tan w...@us.ibm.com wrote: Thanks Ted. Yes our team looked at the doc you pointed out and: The key here is every

RE: Cannot find row in .META. for table

2014-03-11 Thread Umesh Chaudhary
Please suggest the parameters for scannerOpen() merthod. As I am new to Thrift server API, Please guide me if I am passing parameters wrongly and because of that I am getting below error. Umesh Chaudhary -Original Message- From: Umesh Chaudhary Sent: Tuesday, March 11, 2014 6:36 PM

Re: Cannot find row in .META. for table

2014-03-11 Thread Ted Yu
In src/main//java/org/apache/hadoop/hbase/thrift/generated/Hbase.java , I found the following scannerOpen() methods: public int scannerOpen(ByteBuffer tableName, ByteBuffer startRow, ListByteBuffer columns, MapByteBuffer,ByteBuffer attributes) throws IOError, org.apache.thrift.TException;

RE: Cannot find row in .META. for table

2014-03-11 Thread Umesh Chaudhary
Thanks for the reply Ted. I am using Hbase-sharp dll which is portd with kind-of old scannerOpen() method which has no MapByteBuffer,ByteBuffer attributes parameter. I have also generated c# code from new Thrift server in which I am getting 4 arguments as you have listed. Now , my concern is in

Re: latest stable hbase-0.94.13 cannot start master: java.lang.RuntimeException: Failed suppression of fs shutdown hook

2014-03-11 Thread Jean-Daniel Cryans
Resurrecting this old thread. The following error: java.lang.RuntimeException: Failed suppression of fs shutdown hook Is caused when HBase is compiled against Hadoop 1 and has Hadoop 2 jars on its classpath. Someone on IRC just had the same issue and I was able to repro after seeing the

About region management

2014-03-11 Thread Linlin Du
Hi all, Our usage of hbase is pretty dummy and in many cases, time stamp is used as the prefix of the keys. And it is too late to get that fixed now. As more data comes in, more new regions will be sprawn from the existing regions. And after the retention period expires, many regions are

Re: About region management

2014-03-11 Thread Ted Yu
See http://hbase.apache.org/book.html#d2566e7164 On Tue, Mar 11, 2014 at 3:25 PM, Linlin Du linlindu2...@hotmail.com wrote: Hi all, Our usage of hbase is pretty dummy and in many cases, time stamp is used as the prefix of the keys. And it is too late to get that fixed now. As more data

Re: Occasional GSSException that brings down region server

2014-03-11 Thread Andrew Purtell
If you might have more than one security enabled Java process running under the same UNIX user on the servers, then this and other weirdness can happen because they share the same ticket cache file in /tmp. Someone does a (re)login and another process concurrently accessing the cache gets garbage

Re: About region management

2014-03-11 Thread Ted Yu
I forgot to ask the version of HBase you're using. merge_region command is not available in 0.94.x FYI On Tue, Mar 11, 2014 at 3:38 PM, Ted Yu yuzhih...@gmail.com wrote: See http://hbase.apache.org/book.html#d2566e7164 On Tue, Mar 11, 2014 at 3:25 PM, Linlin Du

Re: Cannot find row in .META. for table

2014-03-11 Thread Ted Yu
Adding back user@ Can you look at the example in this post and compose startRow accordingly ? http://stackoverflow.com/questions/18040012/what-is-the-equivalent-of-javas-bytebuffer-wrap-in-c On Tue, Mar 11, 2014 at 7:19 PM, Umesh Chaudhary umesh.chaudh...@jci.comwrote: Hi Ted, By giving