Important message

2014-06-20 Thread Mr. Manno Alessandro
I have a business Proposal for you. Kindly get back to me. Best Regards. Manno

Re: HBase 0.94.3 with ACL RS won't start

2014-06-20 Thread Demai Ni
Gary and Andrew, Many thanks for your help. Now we can move a step forward. :-) Demai On Fri, Jun 20, 2014 at 10:26 AM, Gary Helmling wrote: > Hi Demai, > > Yes, even when using hbase.security.authentication=simple in 0.94, you need > to use SecureRpcEngine. The default WritableRpcEngine doe

Re: HBase 0.94.3 with ACL RS won't start

2014-06-20 Thread Gary Helmling
Hi Demai, Yes, even when using hbase.security.authentication=simple in 0.94, you need to use SecureRpcEngine. The default WritableRpcEngine does not pass the username to the server at all, which can obviously cause problems for authorization. --gh On Fri, Jun 20, 2014 at 10:21 AM, Demai Ni wr

Re: HBase 0.94.3 with ACL RS won't start

2014-06-20 Thread Demai Ni
hi, Andrew, I didn't setup the keytabs as the current setup is using a firewall instead of kerberos. so only use the authorization feature of hbase, and not authentication at this moment. A long story about why. :-( Anyway, I got a tip here http://www.cloudera.com/content/cloudera-content/clouder

Re: HBase 0.94.3 with ACL RS won't start

2014-06-20 Thread Andrew Purtell
Have you set up keytabs for the server processes? On Thu, Jun 19, 2014 at 9:40 PM, Demai Ni wrote: > hi, folks, > > I am able to recreate the same error on another single node cluster. > > RS log pasted here: http://pastebin.com/iP9Mrz2T > and > hbase-site.xml is here: http://pastebin.com/ppnqf

Re: hbase mr for call api

2014-06-20 Thread Ted Yu
Please take a look at chapter 7 of refguide. Specifically: http://hbase.apache.org/book.html#mapreduce.example Cheers On Thu, Jun 19, 2014 at 11:45 PM, ATP wrote: > Hi Experts, > > Can you please guide how to call external api from hbase mapreduce script? > we have to call solr api from hbase

hbase mr for call api

2014-06-20 Thread ATP
Hi Experts, Can you please guide how to call external api from hbase mapreduce script? we have to call solr api from hbase MR , can you please sample mr for read the data from hbase and call api ? Thanks in Adavance. ATP. -- View this message in context: http://apache-hbase.679495.n3.nabble

RE: why major_compaction does more performance consumption than minor_compaction ?

2014-06-20 Thread Kashif Jawed Siddiqui
Check this article: http://www.ngdata.com/visualizing-hbase-flushes-and-compactions/ Regards KASHIF *** This e-mail and attachments contain confidential information from HUAWEI, which is intended only for the pe

why major_compaction does more performance consumption than minor_compaction ?

2014-06-20 Thread Fx_Bull
hello everyone! Differenct between them: 1、minor_compact will select best storeFiles to compact。 2、major_compact will select all storeFiles to compact and do some clean work。 RegionServer holds only one compactSplitThread ,and only one compact task run ! 3、The compaction task just scans all