Github user dongjoon-hyun commented on the pull request:

    https://github.com/apache/spark/pull/11630#issuecomment-194770619
  
    Ah, the description in JIRA issue was short, and I didn't wrote the real 
error message. Sorry for lack of description.
    
    When I enabled that test and investigated the log on the master branch, I 
could face the real error message.
    ```
    
sql/hive/src/test/resources/regression-test-SPARK-8489/test.jar''spark.ui.enabled=false'
 '--conf' 'spark.master.rest.enabled=false' '--driver-java-options' 
'-Dderby.system.durability=test' '--class' 'Main' ' 
    Running regression test for SPARK-8489.
    Exception in thread "main" java.lang.NoSuchMethodError: 
org.apache.spark.SparkContext$.$lessinit$greater$default$6()Lscala/collection/Map;
            at Main$.main(Main.scala:34)
            at Main.main(Main.scala)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
            at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:498)
            at 
org.apache.spark.deploy.SparkSubmit$.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:737)
            at 
org.apache.spark.deploy.SparkSubmit$.doRunMain$1(SparkSubmit.scala:183)
            at 
org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:208)
            at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:122)
            at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
    ```
    
    It happens many time when versions are mismatched. And, it was the guess of 
@rxin , too.
    So, I tried to rebuilt that from the source since the real purpose of this 
test case is to guarantee to pass the test with the source code.


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