HBase Tuning parameters and memory sizing

2016-10-12 Thread Manjeet Singh
Hi All, I have question regarding how can i determine RAM sizing { RAM - include all required Parameters (1)Master (2) RS (3) Java heap (4) Java client etc} I have below configuration parameter can anyone help me to configure heap size and RAM for Hbase I have CDH 5.8.0 Hbase 1.2.1 we

Re: Support for oozie credentials in Hbase backup

2016-10-12 Thread mathes waran
Hi Ted, Thanks for your response and this problem is resolved due to oozie error. I followed by job submission for Oozie to connect to secure HBase secure cluster using Java action , as per documentation from oozie site, *initially the job was submitted without any issues in cmd prompt but in

Re: Support for oozie credentials in Hbase backup

2016-10-12 Thread Ted Yu
Looking at the stack trace, it seems to be oozie issue. Have you mailed user@oozie ? Thanks On Wed, Oct 12, 2016 at 3:32 AM, mathes waran wrote: > Hi, > > > I have setup the Oozie credentials to connect secure HBase secure cluster > using Java action,, as per

Support for oozie credentials in Hbase backup

2016-10-12 Thread mathes waran
Hi, I have setup the Oozie credentials to connect secure HBase secure cluster using Java action,, as per documentation from oozie site, This steps are followed : 1. Set oozie.credentials.credentialclasses property in oozie-site.xml 2. set credentials property in

HBase rest api not working for getting namespaces

2016-10-12 Thread kumar r
Hi, I have configured HBase rest service. Below API's are working properly /version/cluster /status/cluster / But get namespaces and creating new table is not working. 1. List namespace curl -vi -X GET \ -H "Accept: application/json" \ "http://example.com:8000/namespaces/; Exception: