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

Arun C Murthy commented on MAPREDUCE-4858:
------------------------------------------

FYI - I had to add a minor addendum to fix the merge since HADOOP-8988 isn't in 
branch-1.1. My bad.


{noformat}
Index: src/test/org/apache/hadoop/mapred/TestWebUIAuthorization.java
===================================================================
--- src/test/org/apache/hadoop/mapred/TestWebUIAuthorization.java       
(revision 1418203)
+++ src/test/org/apache/hadoop/mapred/TestWebUIAuthorization.java       
(working copy)
@@ -782,9 +782,6 @@
         "true");
     props.setProperty(PolicyProvider.POLICY_PROVIDER_CONFIG, 
         HadoopPolicyProvider.class.getName());
-    props.setProperty(
-        
CommonConfigurationKeys.HADOOP_SECURITY_INSTRUMENTATION_REQUIRES_ADMIN, 
-        "true");
     props.setProperty(JobConf.MR_ADMINS, mrAdminUser + " " + mrAdminGroup);
 
     startCluster(true, props);
{noformat}
                
> TestWebUIAuthorization fails on branch-1
> ----------------------------------------
>
>                 Key: MAPREDUCE-4858
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4858
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>             Fix For: 1.1.2
>
>         Attachments: MAPREDUCE-4858.patch, MAPREDUCE-4858.patch
>
>
> TestWebUIAuthorization fails on branch-1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to