Github user zhzhan commented on the pull request:

    https://github.com/apache/spark/pull/2241#issuecomment-57574745
  
    @pwendell I think the packaging has some problem, probably in protobuf. I 
ran some test suite, but cannot go through. With the original package, the test 
is OK. Following are some example failure case.
    
    sbt/sbt -Dhive.version=0.13.1 -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 
"test-only org.apache.spark.sql.hive.CachedTableSuite"
    Caused by: sbt.ForkMain$ForkError: 
com.google.protobuf_spark.GeneratedMessage
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    
    sbt/sbt -Dhive.version=0.13.1 -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 
"test-only org.apache.spark.sql.hive.execution.HiveQuerySuite"
    [info]   ...
    [info]   Cause: java.lang.ClassNotFoundException: 
com.google.protobuf_spark.GeneratedMessage
    [info]   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    
    sbt/sbt -Dhive.version=0.13.1 -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 
"test-only org.apache.spark.sql.parquet.ParquetMetastoreSuite"
    [info]   ...
    [info]   Cause: java.lang.ClassNotFoundException: 
com.google.protobuf_spark.GeneratedMessage
    [info]   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)


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

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to