Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingCat committed Mar 24, 2014
1 parent c3258d2 commit a3153a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/rdd/HadoopRDD.scala
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class HadoopRDD[K, V](

protected val inputFormatCacheKey = "rdd_%d_input_format".format(id)

//used to build JT ID
// used to build JT ID
protected val createTime = new Date()

// Returns a JobConf that will be used on slaves to obtain input splits for Hadoop reads.
Expand Down

0 comments on commit a3153a8

Please sign in to comment.