Re: HDFS Plugin - Unable to get listing of files for directory [/] from Hadoop environment

2016-06-15 Thread Velmurugan Periasamy
Having active name node in repo config should work just fine. Only resource lookup is not available during failover cases, until the repo config is updated. For HA configuration to work, need to add the below properties in repo config (I.e. additional entries in the advanced section). They can

Re: Hive Plugin - Unable to execute SQL [show databases like "*"

2016-06-15 Thread Selvamohan Neethiraj
Hi Dale, Do you have any ranger policy granting permission for any database/table/column objects for dale ? You need some permission on database to be able to list the database using ‘SHOW DATABASES’ command. Please add a policy to grant permission to VIEW some table in the default database

Hive Plugin - Unable to execute SQL [show databases like "*"

2016-06-15 Thread Dale Bradman
Trying to configure the HIVE plugin for Kerberised, HA, HDP 2.4.2. Advanced ranger-hive-plugin-properties: Ranger repository config user = rangerrepouser@AD.EXAMPLE Ranger repository config password = password common.name.for.certificate = jdbc.driverClassName=

RE: HDFS Plugin - Unable to get listing of files for directory [/] from Hadoop environment

2016-06-15 Thread Dale Bradman
That did not work. It works when I set: Hadoop.rpc.protection = - Then in HDFS plugin: Namenode URL = hdfs://hdpmaster01:8020 RPC Protection Type = Authentication The above works. It seems it is the HA configuration that is a problem. Will it work with NameNode HA? Is there any risk for it not

Re: HDFS Plugin - Unable to get listing of files for directory [/] from Hadoop environment

2016-06-15 Thread Velmurugan Periasamy
Dale: Could you set hadoop.rpc.protection to authentication and try? Thank you, Vel From: Dale Bradman > Reply-To: "user@ranger.incubator.apache.org"

HDFS Plugin - Unable to get listing of files for directory [/] from Hadoop environment

2016-06-15 Thread Dale Bradman
Trying to configure the HDFS plugin for Keberised, HA, HDP 2.4.2. I have followed this guide http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_Security_Guide/content/hdfs_plugin_kerberos.html I have created a "rangerrepouser" in AD and is visible in the Ranger UI. Advanced