Qiang Zhang created RANGER-1451:
-----------------------------------
Summary: Incorrect error message for hadoop security authentication
Key: RANGER-1451
URL: https://issues.apache.org/jira/browse/RANGER-1451
Project: Ranger
Issue Type: Bug
Components: plugins
Affects Versions: 1.0.0
Reporter: Qiang Zhang
Assignee: Qiang Zhang
Fix For: 1.0.0
In hadoop security authentication, there are some error message doesn't match
the logic.
{code}
if (fsDefaultName.isEmpty()) {
throw new IllegalArgumentException("Value for neither fs.default.name is
specified");
}
{code}
It should be not specified here.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)