[
https://issues.apache.org/jira/browse/RANGER-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colm O hEigeartaigh updated RANGER-1397:
----------------------------------------
Fix Version/s: 1.0.0
> 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
> Fix For: 1.0.0
>
> 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)