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 "Vinay Kumar Thota (JIRA)" <ji...@apache.org> on 2010/06/25 10:24:50 UTC

[jira] Created: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

[Herriot] Implement a functionality for getting the user list for creating proxy users.
---------------------------------------------------------------------------------------

                 Key: HADOOP-6839
                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
             Project: Hadoop Common
          Issue Type: Task
          Components: test
            Reporter: Vinay Kumar Thota
            Assignee: Vinay Kumar Thota


Develop a new method for getting the user list. 

Method signature is 
public ArrayList<String> getHadoopMultiUsersList() throws IOException;
Add new attribute in system-test.xml  file for getting userlist path.


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


[jira] Commented: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

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

Hudson commented on HADOOP-6839:
--------------------------------

Integrated in Hadoop-Common-trunk #393 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk/393/])
    HADOOP-6839. [Herriot] Implement a functionality for getting the user list for creating proxy users. Contributed by Vinay Thota.


> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>             Fix For: 0.21.0
>
>         Attachments: 6839-ydist-security.patch, 6839-ydist-security.patch, 6839-ydist-security.patch, HADOOP-6839.patch, HADOOP-6839.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.
> For submitting the jobs as different user a proxy user id is needed. So,get the available users from a userlist and then pass the user as proxy instead of hardcoding user id in a test.

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


[jira] Commented: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

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

Hudson commented on HADOOP-6839:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #325 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk-Commit/325/])
    HADOOP-6839. [Herriot] Implement a functionality for getting the user list for creating proxy users. Contributed by Vinay Thota.


> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>             Fix For: 0.21.0
>
>         Attachments: 6839-ydist-security.patch, 6839-ydist-security.patch, HADOOP-6839.patch, HADOOP-6839.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.
> For submitting the jobs as different user a proxy user id is needed. So,get the available users from a userlist and then pass the user as proxy instead of hardcoding user id in a test.

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


[jira] Updated: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

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

Vinay Kumar Thota updated HADOOP-6839:
--------------------------------------

    Attachment: 6839-ydist-security.patch

Patch for yahoo dist security branch.

> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 6839-ydist-security.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.

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


[jira] Commented: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887551#action_12887551 ] 

Hadoop QA commented on HADOOP-6839:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12449274/HADOOP-6839.patch
  against trunk revision 963490.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    -1 javadoc.  The javadoc tool appears to have generated 1 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/87/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/87/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/87/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/87/console

This message is automatically generated.

> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 6839-ydist-security.patch, 6839-ydist-security.patch, HADOOP-6839.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.
> For submitting the jobs as different user a proxy user id is needed. So,get the available users from a userlist and then pass the user as proxy instead of hardcoding user id in a test.

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


[jira] Updated: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

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

Vinay Kumar Thota updated HADOOP-6839:
--------------------------------------

    Attachment: 6839-ydist-security.patch

> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>             Fix For: 0.21.0
>
>         Attachments: 6839-ydist-security.patch, 6839-ydist-security.patch, 6839-ydist-security.patch, HADOOP-6839.patch, HADOOP-6839.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.
> For submitting the jobs as different user a proxy user id is needed. So,get the available users from a userlist and then pass the user as proxy instead of hardcoding user id in a test.

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


[jira] Updated: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

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

Vinay Kumar Thota updated HADOOP-6839:
--------------------------------------

    Attachment: HADOOP-6839.patch

Patch for trunk.

> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 6839-ydist-security.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.

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


[jira] Commented: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

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

Konstantin Boudnik commented on HADOOP-6839:
--------------------------------------------

- CONF_HADOOP_MULTI_USER_LIST has to be unquoted if you want to print the value of the constant.
+      LOG.error("Multi users list path not passed "
+          + "for CONF_HADOOP_MULTI_USER_LIST ");


> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 6839-ydist-security.patch, 6839-ydist-security.patch, HADOOP-6839.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.
> For submitting the jobs as different user a proxy user id is needed. So,get the available users from a userlist and then pass the user as proxy instead of hardcoding user id in a test.

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


[jira] Commented: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

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

Konstantin Boudnik commented on HADOOP-6839:
--------------------------------------------

As I have asked on another JIRA I perhaps missing a point of having this functionality in place. I'd appreciate a better info on this.
Also, similar to MAPREDUCE-1896 HDFS' {{system-test-hdfs.xml}} needs to be changed if this feature is going to be committed.

> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 6839-ydist-security.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.

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


[jira] Commented: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

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

Konstantin Boudnik commented on HADOOP-6839:
--------------------------------------------

+1 patch looks good. I'll commit it by COB today if hear no objections.

> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 6839-ydist-security.patch, 6839-ydist-security.patch, HADOOP-6839.patch, HADOOP-6839.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.
> For submitting the jobs as different user a proxy user id is needed. So,get the available users from a userlist and then pass the user as proxy instead of hardcoding user id in a test.

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


[jira] Commented: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

Posted by "Balaji Rajagopalan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883495#action_12883495 ] 

Balaji Rajagopalan commented on HADOOP-6839:
--------------------------------------------

test.system.hdrc.multi-user.list.path

changes to system-test.xml is with other JIRA call out the dependency. 

> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 6839-ydist-security.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.

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


[jira] Updated: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

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

Vinay Kumar Thota updated HADOOP-6839:
--------------------------------------

               Status: Patch Available  (was: Open)
         Hadoop Flags: [Reviewed]
    Affects Version/s: 0.21.0

> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 6839-ydist-security.patch, 6839-ydist-security.patch, HADOOP-6839.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.
> For submitting the jobs as different user a proxy user id is needed. So,get the available users from a userlist and then pass the user as proxy instead of hardcoding user id in a test.

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


[jira] Updated: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

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

Konstantin Boudnik updated HADOOP-6839:
---------------------------------------

    Description: 
Develop a new method for getting the user list. 

Method signature is 
public ArrayList<String> getHadoopMultiUsersList() throws IOException;
Add new attribute in system-test.xml  file for getting userlist path.

For submitting the jobs as different user a proxy user id is needed. So,get the available users from a userlist and then pass the user as proxy instead of hardcoding user id in a test.

  was:
Develop a new method for getting the user list. 

Method signature is 
public ArrayList<String> getHadoopMultiUsersList() throws IOException;
Add new attribute in system-test.xml  file for getting userlist path.

For submitting the jobs as different user, we need a porxy user id right. So,get the available users from userlist and then pass the user as proxy instead of hardcoded user id in the test.


> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 6839-ydist-security.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.
> For submitting the jobs as different user a proxy user id is needed. So,get the available users from a userlist and then pass the user as proxy instead of hardcoding user id in a test.

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


[jira] Commented: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

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

Konstantin Boudnik commented on HADOOP-6839:
--------------------------------------------

Looks good overall. Please fix the formatting (white space are inconsistent) and make exception and error messages more meaningful. Submit the patch for verification whenever is ready.

> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 6839-ydist-security.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.
> For submitting the jobs as different user a proxy user id is needed. So,get the available users from a userlist and then pass the user as proxy instead of hardcoding user id in a test.

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


[jira] Updated: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

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

Vinay Kumar Thota updated HADOOP-6839:
--------------------------------------

    Attachment: HADOOP-6839.patch

Addressed the cos comments and attached latest patch for trunk.

> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 6839-ydist-security.patch, 6839-ydist-security.patch, HADOOP-6839.patch, HADOOP-6839.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.
> For submitting the jobs as different user a proxy user id is needed. So,get the available users from a userlist and then pass the user as proxy instead of hardcoding user id in a test.

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


[jira] Updated: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

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

Vinay Kumar Thota updated HADOOP-6839:
--------------------------------------

    Description: 
Develop a new method for getting the user list. 

Method signature is 
public ArrayList<String> getHadoopMultiUsersList() throws IOException;
Add new attribute in system-test.xml  file for getting userlist path.

For submitting the jobs as different user, we need a porxy user id right. So,get the available users from userlist and then pass the user as proxy instead of hardcoded user id in the test.

  was:
Develop a new method for getting the user list. 

Method signature is 
public ArrayList<String> getHadoopMultiUsersList() throws IOException;
Add new attribute in system-test.xml  file for getting userlist path.



> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 6839-ydist-security.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.
> For submitting the jobs as different user, we need a porxy user id right. So,get the available users from userlist and then pass the user as proxy instead of hardcoded user id in the test.

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


[jira] Updated: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

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

Konstantin Boudnik updated HADOOP-6839:
---------------------------------------

           Status: Resolved  (was: Patch Available)
    Fix Version/s: 0.21.0
       Resolution: Fixed

I have just committed this. Thanks Vinay.

> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>             Fix For: 0.21.0
>
>         Attachments: 6839-ydist-security.patch, 6839-ydist-security.patch, HADOOP-6839.patch, HADOOP-6839.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.
> For submitting the jobs as different user a proxy user id is needed. So,get the available users from a userlist and then pass the user as proxy instead of hardcoding user id in a test.

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


[jira] Updated: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

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

Vinay Kumar Thota updated HADOOP-6839:
--------------------------------------

    Attachment: 6839-ydist-security.patch
                HADOOP-6839.patch

Addressed the cos comments and attached new patches.

> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 6839-ydist-security.patch, 6839-ydist-security.patch, HADOOP-6839.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.
> For submitting the jobs as different user a proxy user id is needed. So,get the available users from a userlist and then pass the user as proxy instead of hardcoding user id in a test.

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


[jira] Commented: (HADOOP-6839) [Herriot] Implement a functionality for getting the user list for creating proxy users.

Posted by "Vinay Kumar Thota (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888310#action_12888310 ] 

Vinay Kumar Thota commented on HADOOP-6839:
-------------------------------------------

I can see there are 6 javadoc warnings and all of them are related to warning: sun.security.krb5.Config. So, I don't think the patch could raise the number of java doc warning considering the scope of the patch.


> [Herriot] Implement a functionality for getting the user list for creating proxy users.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6839
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 6839-ydist-security.patch, 6839-ydist-security.patch, HADOOP-6839.patch, HADOOP-6839.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list. 
> Method signature is 
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml  file for getting userlist path.
> For submitting the jobs as different user a proxy user id is needed. So,get the available users from a userlist and then pass the user as proxy instead of hardcoding user id in a test.

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