[
https://issues.apache.org/jira/browse/RANGER-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Qiang Zhang updated RANGER-1196:
--------------------------------
Attachment: 0001-RANGER-1196.patch
> 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
> Priority: Minor
> Labels: patch
> Attachments: 0001-RANGER-1196.patch
>
>
> 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)