peng.jianhua created RANGER-1601:
------------------------------------
Summary: The log name is incorrect in ValuePrinter.java
Key: RANGER-1601
URL: https://issues.apache.org/jira/browse/RANGER-1601
Project: Ranger
Issue Type: Bug
Components: plugins
Reporter: peng.jianhua
Assignee: peng.jianhua
Priority: Trivial
Attachments:
0001-RANGER-1601-The-log-name-is-incorrect-in-ValuePrinte.patch
The log name should use 'ValuePrinter.class' instead of
'RangerGeolocationDatabase.class' in ValuePrinter.java.
Change from 'private static final Log LOG =
LogFactory.getLog(RangerGeolocationDatabase.class);' to 'private static final
Log LOG = LogFactory.getLog(ValuePrinter.class);'
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)