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 2017/02/21 03:39:44 UTC

[jira] [Updated] (RANGER-1397) Error method name in the printed logs

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

Qiang Zhang updated RANGER-1397:
--------------------------------
    Attachment: 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
>         Attachments: 0001-RANGER-1397.patch
>
>
> {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)