Spark/Scala kernel failing on Jupyter due to Java error -


i've been using spark/scala kernel on jupyter (i'm not sure version/how check since it's not listed in jupyter kernelspec list).

all of sudden, stopped working. poking around bit, i've found error preventing kernel initiating:

exception in thread "main" java.lang.unsupportedclassversionerror: com/typesafe/config/configmergeable : unsupported major.minor version 52.0

i've seen several threads trying address issue (1, 2, 3, 4), don't follow them @ / how apply suggested solutions situation.

it appears there's sort of version mismatch somewhere inside how kernel's working, don't know how figure out mismatch / how fix it. i've looked @ following, don't see (or know how diagnose, really) inconsistency:

printenv | grep "java" # java_home=/usr/lib/jvm/java-7-openjdk-amd64  java -version # java version "1.7.0_131" # openjdk runtime environment (icedtea 2.6.9) (7u131-2.6.9-0ubuntu0.14.04.2) # openjdk 64-bit server vm (build 24.131-b00, mixed mode)  javac -version # javac 1.7.0_131 

this being run on remote machine, have terminal access diagnose / fix problem.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -