Ver código fonte

commit adc3a343f9b71e829471c1967cf96e92a53a9300
Author: Devaraj Das <ddas@yahoo-inc.com>
Date: Sun Feb 28 09:08:00 2010 -0800

MAPREDUCE:1455 from https://issues.apache.org/jira/secure/attachment/12437379/1455.20S.2.fix.patch

+++ b/YAHOO-CHANGES.txt
+ MAPREDUCE-1455. Fixes a testcase in the earlier patch.
+ (Ravi Gummadi via ddas)
+


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-patches@1077253 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 14 anos atrás
pai
commit
5854cd3aab

+ 1 - 1
src/test/org/apache/hadoop/mapred/TestNodeRefresh.java

@@ -210,7 +210,7 @@ public class TestNodeRefresh extends TestCase {
     // start a cluster with 1 host and specified superuser and supergroup
     Configuration conf = new Configuration();
     // set the supergroup
-    conf.set("mapreduce.cluster.permissions.supergroup", "abc");
+    conf.set(JobConf.MR_SUPERGROUP, "abc");
     startCluster(2, 1, 0, UserGroupInformation.createRemoteUser("user1"), conf);
     
     conf = mr.createJobConf(new JobConf(conf));