Github user pwendell commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1137#discussion_r13989526
  
    --- Diff: core/src/main/scala/org/apache/spark/rdd/PairRDDFunctions.scala 
---
    @@ -721,7 +721,9 @@ class PairRDDFunctions[K, V](self: RDD[(K, V)])
           outputFormatClass: Class[_ <: NewOutputFormat[_, _]],
           conf: Configuration = self.context.hadoopConfiguration)
       {
    -    val job = new NewAPIHadoopJob(conf)
    +    // keep the source-compatibility and distinct with the SparkConf
    --- End diff --
    
    Might be a bit more clear to say:
    ```
    // Rename this as hadoopConf internally to avoid shadowing (see SPARK-2038).
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to