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

    https://github.com/apache/spark/pull/101#discussion_r10552253
  
    --- Diff: core/src/main/scala/org/apache/spark/SparkHadoopWriter.scala ---
    @@ -15,18 +15,19 @@
      * limitations under the License.
      */
     
    -package org.apache.hadoop.mapred
    --- End diff --
    
    hm... interesting. I wonder if this compiles in all versions of Hadoop? It 
was originally in this package to access package-private methods, but it seems 
that in Hadoop 1.0.4, at least, any such methods have been made public. Would 
be cool if we could move it to our stuff. We could also then change the class 
to be private[spark] and get rid of the private[apache] stuff.


---
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