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/03/14 03:58:41 UTC

[jira] [Created] (RANGER-1451) Incorrect error message for hadoop security authentication

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)