You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Boris Shkolnik (JIRA)" <ji...@apache.org> on 2010/04/20 20:54:50 UTC

[jira] Created: (HADOOP-6716) System won't start in non-secure mode when kerb5.conf (edu.mit.kerberos on Mac) is not present

System won't start in non-secure mode when kerb5.conf (edu.mit.kerberos on Mac) is not present
----------------------------------------------------------------------------------------------

                 Key: HADOOP-6716
                 URL: https://issues.apache.org/jira/browse/HADOOP-6716
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Boris Shkolnik




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6716) System won't start in non-secure mode when kerb5.conf (edu.mit.kerberos on Mac) is not present

Posted by "Boris Shkolnik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859901#action_12859901 ] 

Boris Shkolnik commented on HADOOP-6716:
----------------------------------------

will do in trunk commit.

> System won't start in non-secure mode when kerb5.conf (edu.mit.kerberos on Mac) is not present
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6716
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6716
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Boris Shkolnik
>            Assignee: Boris Shkolnik
>         Attachments: HADOOP-6716-BP20-3.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-6716) System won't start in non-secure mode when kerb5.conf (edu.mit.kerberos on Mac) is not present

Posted by "Boris Shkolnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Shkolnik resolved HADOOP-6716.
------------------------------------

    Resolution: Fixed

in trunk done as part of HADOOP-6815.

> System won't start in non-secure mode when kerb5.conf (edu.mit.kerberos on Mac) is not present
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6716
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6716
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Boris Shkolnik
>            Assignee: Boris Shkolnik
>         Attachments: HADOOP-6716-BP20-3.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6716) System won't start in non-secure mode when kerb5.conf (edu.mit.kerberos on Mac) is not present

Posted by "Konstantin Boudnik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859616#action_12859616 ] 

Konstantin Boudnik commented on HADOOP-6716:
--------------------------------------------

+ 1 patch looks good. One small nit:
{noformat}
+        throw new IllegalArgumentException("Can't get Kerberos configuration",ke);
{noformat}
put a whitespace after comma. However, it might be considered like a formatting change from the previous state of the code. So, it's up to you.

> System won't start in non-secure mode when kerb5.conf (edu.mit.kerberos on Mac) is not present
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6716
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6716
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Boris Shkolnik
>            Assignee: Boris Shkolnik
>         Attachments: HADOOP-6716-BP20-3.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6716) System won't start in non-secure mode when kerb5.conf (edu.mit.kerberos on Mac) is not present

Posted by "Konstantin Boudnik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859182#action_12859182 ] 

Konstantin Boudnik commented on HADOOP-6716:
--------------------------------------------

I believe it is caused by the fact that Kerberos needs a config file to merely instantiate its {{Config}} class. Very unfortunate.

> System won't start in non-secure mode when kerb5.conf (edu.mit.kerberos on Mac) is not present
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6716
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6716
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Boris Shkolnik
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HADOOP-6716) System won't start in non-secure mode when kerb5.conf (edu.mit.kerberos on Mac) is not present

Posted by "Boris Shkolnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Shkolnik reassigned HADOOP-6716:
--------------------------------------

    Assignee: Boris Shkolnik

> System won't start in non-secure mode when kerb5.conf (edu.mit.kerberos on Mac) is not present
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6716
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6716
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Boris Shkolnik
>            Assignee: Boris Shkolnik
>         Attachments: HADOOP-6716-BP20-3.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6716) System won't start in non-secure mode when kerb5.conf (edu.mit.kerberos on Mac) is not present

Posted by "Boris Shkolnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Shkolnik updated HADOOP-6716:
-----------------------------------

    Attachment: HADOOP-6716-BP20-3.patch

for previous version, not for commit

> System won't start in non-secure mode when kerb5.conf (edu.mit.kerberos on Mac) is not present
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6716
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6716
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Boris Shkolnik
>         Attachments: HADOOP-6716-BP20-3.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.