Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/455#issuecomment-50421644
  
    @rjurney 
    
    Did you build Spark against your cluster's Hadoop version?  Do you mind 
posting the build command that you used?
    
    > Py4JJavaError: An error occurred while calling 
z:org.apache.spark.api.python.PythonRDD.hadoopFile.
    : java.lang.ClassCastException: 
org.apache.avro.mapreduce.AvroKeyInputFormat cannot be cast to 
org.apache.hadoop.mapred.InputFormat
    
    You need to use `newAPIHadoopFile`, not `hadoopFile`, since 
`mapreduce.InputFormat`s can only be used with that API.


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