[ 
https://issues.apache.org/jira/browse/RANGER-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qiang Zhang updated RANGER-1397:
--------------------------------
    Attachment:     (was: 0001-RANGER-1397.patch)

> Error method name in the printed logs
> -------------------------------------
>
>                 Key: RANGER-1397
>                 URL: https://issues.apache.org/jira/browse/RANGER-1397
>             Project: Ranger
>          Issue Type: Bug
>          Components: plugins
>            Reporter: Qiang Zhang
>            Assignee: Qiang Zhang
>            Priority: Trivial
>
> {code}
> public List<String> getTblList(String tableNameMatching, List<String> dbList, 
> List<String> tblList) throws HadoopException {
>       if(LOG.isDebugEnabled()) {
>               LOG.debug("==> HiveClient getTableList() tableNameMatching : " 
> + tableNameMatching + " ExcludedbList :" + dbList + "ExcludeTableList :" + 
> tblList);
>       }
>       ...
>       if(LOG.isDebugEnabled()) {
>               LOG.debug("<== HiveClient getTableList() " +  ret);
>       }
>       return ret;
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to