[jira] Commented: (MAPREDUCE-2050) TestMRCLI fails on trunk

2010-09-03 Thread Kan Zhang (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905986#action_12905986
 ] 

Kan Zhang commented on MAPREDUCE-2050:
--

I ran TestMRCLI with the latest patch in HADOOP-6938, it passed. 

> TestMRCLI fails on trunk
> 
>
> Key: MAPREDUCE-2050
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2050
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: security, test
>Affects Versions: 0.22.0
>Reporter: Amareshwari Sriramadasu
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
>
> TestMRCLI fails with following error:
> {noformat}
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(150)) - Test ID: [1]
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(151)) -Test Description: 
> [refreshServiceAcl: refreshing security authorization policy for jobtracker]
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(152)) - 
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(156)) -   Test Commands: [-jt 
> JOBTRACKER -refreshServiceAcl ]
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(160)) - 
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(167)) - 
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(171)) -  Comparator: 
> [ExactComparator]
> 2010-09-02 14:23:25,975 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(173)) -  Comparision result:   
> [fail]
> 2010-09-02 14:23:25,975 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(175)) - Expected output:   []
> 2010-09-02 14:23:25,975 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(177)) -   Actual output:   
> [refreshServiceAcl: Kerberos service principal name isn't configured properly 
> (should have 3 parts): 
> {noformat}

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



[jira] Commented: (MAPREDUCE-2050) TestMRCLI fails on trunk

2010-09-03 Thread Boris Shkolnik (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905981#action_12905981
 ] 

Boris Shkolnik commented on MAPREDUCE-2050:
---

I think it is related to Client callinb ConnectionId.getRemotePrincipal()  for 
non-secure cluster.
This call should be conditioned by UGI.securityEnabled() constrain.

So the actual fix will be in HADOOP-COMMON.

> TestMRCLI fails on trunk
> 
>
> Key: MAPREDUCE-2050
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2050
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: security, test
>Affects Versions: 0.22.0
>Reporter: Amareshwari Sriramadasu
>Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
>
> TestMRCLI fails with following error:
> {noformat}
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(150)) - Test ID: [1]
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(151)) -Test Description: 
> [refreshServiceAcl: refreshing security authorization policy for jobtracker]
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(152)) - 
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(156)) -   Test Commands: [-jt 
> JOBTRACKER -refreshServiceAcl ]
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(160)) - 
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(167)) - 
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(171)) -  Comparator: 
> [ExactComparator]
> 2010-09-02 14:23:25,975 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(173)) -  Comparision result:   
> [fail]
> 2010-09-02 14:23:25,975 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(175)) - Expected output:   []
> 2010-09-02 14:23:25,975 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(177)) -   Actual output:   
> [refreshServiceAcl: Kerberos service principal name isn't configured properly 
> (should have 3 parts): 
> {noformat}

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



[jira] Commented: (MAPREDUCE-2050) TestMRCLI fails on trunk

2010-09-02 Thread Kan Zhang (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905763#action_12905763
 ] 

Kan Zhang commented on MAPREDUCE-2050:
--

I think this is related to HADOOP-6938. I've upload a patch for it.

> TestMRCLI fails on trunk
> 
>
> Key: MAPREDUCE-2050
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2050
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: security, test
>Affects Versions: 0.22.0
>Reporter: Amareshwari Sriramadasu
> Fix For: 0.22.0
>
>
> TestMRCLI fails with following error:
> {noformat}
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(150)) - Test ID: [1]
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(151)) -Test Description: 
> [refreshServiceAcl: refreshing security authorization policy for jobtracker]
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(152)) - 
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(156)) -   Test Commands: [-jt 
> JOBTRACKER -refreshServiceAcl ]
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(160)) - 
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(167)) - 
> 2010-09-02 14:23:25,974 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(171)) -  Comparator: 
> [ExactComparator]
> 2010-09-02 14:23:25,975 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(173)) -  Comparision result:   
> [fail]
> 2010-09-02 14:23:25,975 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(175)) - Expected output:   []
> 2010-09-02 14:23:25,975 INFO  cli.CLITestHelper 
> (CLITestHelper.java:displayResults(177)) -   Actual output:   
> [refreshServiceAcl: Kerberos service principal name isn't configured properly 
> (should have 3 parts): 
> {noformat}

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