-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61909/
-----------------------------------------------------------
Review request for ranger, Alok Lal, Ankita Sinha, Don Bosco Durai, Colm O
hEigeartaigh, Gautam Borad, Madhan Neethiraj, Ramesh Mani, Selvamohan
Neethiraj, Velmurugan Periasamy, and Qiang Zhang.
Bugs: RANGER-1752
https://issues.apache.org/jira/browse/RANGER-1752
Repository: ranger
Description
-------
When "dfs.nameservices" configures multiple nameservice id
(dfs.nameservices=nameservice1,nameservice2) and then test hdfs connection,
the code will check
"dfs.client.failover.proxy.provider.nameservice1,nameservice2" to be mandatory,
but this is incorrect.
We should check "dfs.client.failover.proxy.provider.nameservice1" and
"dfs.client.failover.proxy.provider.nameservice2" to be mandatory, respectively.
Some other configuration items are the same:
dfs.ha.namenodes.[nameservice ID]
dfs.namenode.rpc-address.[nameservice ID]
Diffs
-----
hdfs-agent/src/main/java/org/apache/ranger/services/hdfs/client/HdfsClient.java
cab1b52e
Diff: https://reviews.apache.org/r/61909/diff/1/
Testing
-------
Thanks,
pengjianhua