You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by Qiang Zhang <zh...@zte.com.cn> on 2017/05/19 09:24:59 UTC

Review Request 59392: Do code improvement for static fields and Log in the AtlasClient.java

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59392/
-----------------------------------------------------------

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-1592
    https://issues.apache.org/jira/browse/RANGER-1592


Repository: ranger


Description
-------

Do code improvement for static fields and Log in the AtlasClient.java 
change from private static final String ATLAS_ENTITY_lIST_API_ENDPOINT = "/api/atlas/v1/entities";
to private static final String ATLAS_ENTITY_LIST_API_ENDPOINT = "/api/atlas/v1/entities";
And alter:	if (LOG.isDebugEnabled()) {
LOG.debug("getEntityResource():Adding existsResource "
+ responseResource);


Diffs
-----

  plugin-atlas/src/main/java/org/apache/ranger/services/atlas/client/AtlasClient.java 62b67dc 


Diff: https://reviews.apache.org/r/59392/diff/1/


Testing
-------

tested it


Thanks,

Qiang Zhang