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-5281][SQL] Registering table on RDD is giving MissingRequirementError #5981

Closed

Commits on May 7, 2015

  1. Go through the context classloader when reflecting on user types in S…

    …calaReflection
    
    Replaced calls to `typeOf` with `typeTag[T].in(mirror)`. The shorter method assumes
    all types can be found in the classloader that loaded scala-reflect (the primordial
    classloader). This assumption is not valid in all contexts (sbt console, Eclipse launchers).
    
    Fixed SPARK-5281
    dragos committed May 7, 2015
    Configuration menu
    Copy the full SHA
    d103e70 View commit details
    Browse the repository at this point in the history