Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 06-06-2016 10:57 AM
just a query , what is the timeout of ranger connection to hbase (through zookeeper) in habse test connection/ resource lookup
Created 06-06-2016 05:00 PM
Go to custom ranger-hbase-security section in ambari and add the following. These setting in ranger will help you modify the read and connection timeout. Please try increasing this and see how it goes?
ranger.plugin.hbase.policy.rest.client.connection.timeoutMs=120000
ranger.plugin.hbase.policy.rest.client.read.timeoutMs=30000
Created 06-06-2016 12:42 PM
Please try enabling debug and check the ranger admin logs for issue. Also check hbase logs for errors if any -
ranger debug -
vi /usr/hdp/current/ranger-admin/ews/webapp/WEB-INF/log4j.xml
Modify - <priority value="info" />
To - <priority value="debug" />
And restart ranger.
Try testing the Hbase repository connection again.
Created 06-06-2016 12:43 PM
Please do check open connection limit for zookeeper.
Created 06-06-2016 01:52 PM
Is the correct hbase-site.xml accessible (on the classpath) ?
Can you pastebin the stack trace when timeout is encountered ?
Which version of HDP are you using ?
Thanks
Created 06-06-2016 05:00 PM
Go to custom ranger-hbase-security section in ambari and add the following. These setting in ranger will help you modify the read and connection timeout. Please try increasing this and see how it goes?
ranger.plugin.hbase.policy.rest.client.connection.timeoutMs=120000
ranger.plugin.hbase.policy.rest.client.read.timeoutMs=30000