Skip to content

Commit

Permalink
Merge pull request alteryx#170 from liancheng/hadooprdd-doc-typo
Browse files Browse the repository at this point in the history
Fixed a scaladoc typo in HadoopRDD.scala
  • Loading branch information
rxin committed Nov 14, 2013
2 parents d76f520 + cc8995c commit 5a4f483
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 @@ -52,7 +52,7 @@ private[spark] class HadoopPartition(rddId: Int, idx: Int, @transient s: InputSp
* sources in HBase, or S3).
*
* @param sc The SparkContext to associate the RDD with.
* @param broadCastedConf A general Hadoop Configuration, or a subclass of it. If the enclosed
* @param broadcastedConf A general Hadoop Configuration, or a subclass of it. If the enclosed
* variabe references an instance of JobConf, then that JobConf will be used for the Hadoop job.
* Otherwise, a new JobConf will be created on each slave using the enclosed Configuration.
* @param initLocalJobConfFuncOpt Optional closure used to initialize any JobConf that HadoopRDD
Expand Down

0 comments on commit 5a4f483

Please sign in to comment.