Skip to content

Commit a24fcc7

Browse files
author
Thomas Risberg
committed
SHDP-394 Remove use of mapreduce.framework.name property
1 parent be4f29c commit a24fcc7

File tree

1 file changed

+0
-1
lines changed
  • spring-hadoop-core/src/main/java/org/springframework/data/hadoop/mapreduce

1 file changed

+0
-1
lines changed

spring-hadoop-core/src/main/java/org/springframework/data/hadoop/mapreduce/JobUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ public static RunningJob getRunningJob(Job job) {
136136

137137
try {
138138
Configuration cfg = job.getConfiguration();
139-
//cfg.set("mapreduce.framework.name", "yarn");
140139
JobClient jobClient = null;
141140
try {
142141
Constructor<JobClient> constr = JobClient.class.getConstructor(Configuration.class);

0 commit comments

Comments
 (0)