Qiang Zhang created RANGER-1196:
-----------------------------------
Summary: Exception information in print, function name write wrong
Key: RANGER-1196
URL: https://issues.apache.org/jira/browse/RANGER-1196
Project: Ranger
Issue Type: Bug
Components: plugins
Affects Versions: 0.6.1
Reporter: Qiang Zhang
Assignee: Qiang Zhang
java file:KnoxClient.java
Method description error in printing information:"isFileChanged()
public List<String> getTopologyList(String topologyNameMatching,List<String>
knoxTopologyList) {
...
} else {
String msgDesc = "Unable to get a valid
response for "
+ "isFileChanged() call
for KnoxUrl : [" + knoxUrl
+ "] - got null
response.";
...
}
public List<String> getServiceList(String topologyName, String
serviceNameMatching, List<String> knoxServiceList) {
...
} else {
String msgDesc = "Unable to get a valid
response for "
+ "isFileChanged() call
for KnoxUrl : [" + knoxUrl
+ "] - got null
response.";
...
}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)