Qiang Zhang created RANGER-1397:
-----------------------------------
Summary: 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)