Skip to content

Commit

Permalink
[HOTFIX] Fixing broken build due to missing imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed Nov 25, 2014
1 parent 7aa592c commit 1a7f414
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import org.apache.hadoop.mapreduce.{OutputFormat => NewOutputFormat}

import org.apache.spark.{HashPartitioner, Partitioner, SerializableWritable}
import org.apache.spark.rdd.RDD
import org.apache.spark.SparkContext._
import org.apache.spark.streaming.{Duration, Time}
import org.apache.spark.streaming.StreamingContext._

Expand Down

0 comments on commit 1a7f414

Please sign in to comment.