Github user kanzhang commented on the pull request:

    https://github.com/apache/spark/pull/1916#issuecomment-52116075
  
    @mateiz the class loading issue I encountered was when I was testing with 
PySpark shell. I used ```bin/pyspark --jars examples-jar``` to add the examples 
jar, but it still couldn't find ```AvroWrapperToJavaConverter```. When I 
changed it to use ```Utils.classForName```, it finds it. Note that this issue 
doesn't appear if I use ```bin/spark-submit --driver-class-path examples-jar 
./examples/src/main/python/avro_inputformat.py``` command.
    
    I personally would like to see this patch in 1.1, but I'm ok if it's not. 
    
    Thanks for your feedback on the draft. @MLnick feel free to checkout the 
draft and modify it any way you like.
    
    Btw, any suggestion on what I can do to get SparkQA going?



---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to