Re: Hive + Secure Hbase

2013-12-15 Thread Justin Workman
Yes I did. Adding the hive proxy user settings to the service wide core-site.xml value under hdfs in cloudera manager and restarting hbase fixed it. There is a setting in the GUI for the hive proxy users, but it was only set in the core-site.xml file that was distributed with the hdfs service,

Bulk load moving HFiles to the wrong region

2013-12-15 Thread Amit Sela
Hi all, I'm using Hadoop 1.0.4 and HBase 0.94.12. When trying to bulk load using the Java API I sometimes get the HFiles moved to the wrong directory. I'm pre-splitting regions and the new regions are always the last (lexicographically), so when this happens all files move to the last region

Re: Hive + Secure Hbase

2013-12-15 Thread Lefty Leverenz
Justin, did you get any help with this? I can't give you pointers, sorry -- no expertise in this area. -- Lefty On Wed, Dec 11, 2013 at 7:10 AM, Justin Workman justinjwork...@gmail.comwrote: Yes, thanks for the reply. I found that one yesterday. I was trying to patch 0.94 yesterday without

RE: Bulk load moving HFiles to the wrong region

2013-12-15 Thread Bijieshan
Hi Amit: Can you provide the split-keys of the new regions and your row-key design? Thank you. Jieshan. -Original Message- From: Amit Sela [mailto:am...@infolinks.com] Sent: Monday, December 16, 2013 7:09 AM To: user@hbase.apache.org Subject: Bulk load moving HFiles to the wrong region

RE: [ANNOUNCE] Phoenix accepted as Apache incubator

2013-12-15 Thread Job Thomas
Hi James, Great to see the announcement . Have a nice future.. Thanks Regards, Job M Thomas| Platform Technology From: rajesh babu Chintaguntla [mailto:chrajeshbab...@gmail.com] Sent: Sat 12/14/2013 7:33 AM To: user@hbase.apache.org Subject: Re:

Re: [ANNOUNCE] Phoenix accepted as Apache incubator

2013-12-15 Thread Tao Xiao
Tu Hao A 2013/12/16 Job Thomas j...@suntecgroup.com Hi James, Great to see the announcement . Have a nice future.. Thanks Regards, Job M Thomas| Platform Technology From: rajesh babu Chintaguntla [mailto:chrajeshbab...@gmail.com] Sent: Sat

Reading the data from specified region

2013-12-15 Thread Knowledge gatherer
Hi Syed, See if this link helps. http://hortonworks.com/blog/apache-hbase-region-splitting-and-merging/ Thanks. On Sun, Dec 15, 2013 at 12:18 AM, Syed Abdul Kather in.ab...@gmail.com wrote: Hi , Thanks for your reply . Actually i am trying to write my own framework kinda. As i need

RE: Bulk load moving HFiles to the wrong region

2013-12-15 Thread Amit Sela
Every split executed is a new day. The row key design is MMdd_URL. And the split points are MMdd_x, MMdd_y etc. In a way that the entire load is (almost) evenly spread. The problem I described causes the bulk load to load all files to to the last region of the previous day. Thanks. On