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/15 06:44:41 UTC

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

     [ https://issues.apache.org/jira/browse/RANGER-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Qiang Zhang resolved RANGER-1451.
---------------------------------
    Resolution: Fixed

> 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)