-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58655/
-----------------------------------------------------------
Review request for ranger, Alok Lal, Ankita Sinha, Don Bosco Durai, Colm O
hEigeartaigh, Gautam Borad, Madhan Neethiraj, Ramesh Mani, Selvamohan
Neethiraj, and Velmurugan Periasamy.
Bugs: RANGER-1539
https://issues.apache.org/jira/browse/RANGER-1539
Repository: ranger
Description
-------
Improve, modify print log display method name chang from
LOG.info("===> HdfsClient.testConnection()" );
LOG.error("<== HdfsClient.testConnection() error " + e.getMessage(),e );
LOG.info("<== HdfsClient.testConnection(): Status " + testconnMsg );
to
LOG.info("===> HdfsClient.connectionTest()" );
LOG.error("<== HdfsClient.connectionTest() error " + e.getMessage(),e );
LOG.info("<== HdfsClient.connectionTest(): Status " + testconnMsg );
Diffs
-----
hdfs-agent/src/main/java/org/apache/ranger/services/hdfs/client/HdfsClient.java
1d6ad51
Diff: https://reviews.apache.org/r/58655/diff/1/
Testing
-------
tested it
Thanks,
Qiang Zhang