Skip to content

Commit b0b2604

Browse files
author
Brennon York
committed
comment out import to see if build fails and returns properly
1 parent 83e80ef commit b0b2604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/SparkContext.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import org.apache.hadoop.io.{ArrayWritable, BooleanWritable, BytesWritable, Doub
3939
FloatWritable, IntWritable, LongWritable, NullWritable, Text, Writable}
4040
import org.apache.hadoop.mapred.{FileInputFormat, InputFormat, JobConf, SequenceFileInputFormat,
4141
TextInputFormat}
42-
import org.apache.hadoop.mapreduce.{InputFormat => NewInputFormat, Job => NewHadoopJob}
42+
//import org.apache.hadoop.mapreduce.{InputFormat => NewInputFormat, Job => NewHadoopJob}
4343
import org.apache.hadoop.mapreduce.lib.input.{FileInputFormat => NewFileInputFormat}
4444

4545
import org.apache.mesos.MesosNativeLibrary

0 commit comments

Comments
 (0)