Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-12653][SQL] Re-enable test "SPARK-8489: MissingRequirementError during reflection" #11744

Closed
wants to merge 2 commits into from

Commits on Mar 15, 2016

  1. [SPARK-12653] Re-enable test "SPARK-8489: MissingRequirementError dur…

    …ing reflection"
    
    Current Error:
    ```
    Exception in thread "main" java.lang.NoSuchMethodError: org.apache.spark.SparkContext$.$lessinit$greater$default$6()Lscala/collection/Map;
    ```
    
    Scala 2.11 Error with test.jar built by Scala 2.10.5:
    ```
    Exception in thread "main" java.lang.NoSuchMethodError: scala.reflect.api.JavaUniverse.runtimeMirror(Ljava/lang/ClassLoader;)Lscala/reflect/api/JavaMirrors$JavaMirror;
    ```
    dongjoon-hyun committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    95f740f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. Configuration menu
    Copy the full SHA
    38b9752 View commit details
    Browse the repository at this point in the history