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 (JIRA)" <ji...@apache.org> on 2016/10/31 09:29:58 UTC

[jira] [Created] (RANGER-1196) Exception information in print, function name write wrong

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)