Sonia Garudi created ZEPPELIN-3010:
--------------------------------------
Summary: SparkInterpreterModeTest#testYarnClusterMode test failing
consistently
Key: ZEPPELIN-3010
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3010
Project: Zeppelin
Issue Type: Bug
Components: zeppelin-zengine
Affects Versions: 0.8.0
Environment: Ubuntu 14.04
x86, ppc64le
$ java -version
openjdk version "1.8.0_111"
OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-3~14.04.1-b14)
OpenJDK 64-Bit Server VM (build 25.111-b14, mixed mode)
Reporter: Sonia Garudi
The testcase fails with the below error :
{code:java}
java.lang.RuntimeException: SPARK_HOME is not specified in interpreter-setting
for non-local mode, if you specify it in zeppelin-env.sh, please move that into
interpreter setting
at
org.apache.zeppelin.interpreter.launcher.SparkInterpreterLauncher.setupPropertiesForSparkR(SparkInterpreterLauncher.java:132)
at
org.apache.zeppelin.interpreter.launcher.SparkInterpreterLauncher.buildEnvFromProperties(SparkInterpreterLauncher.java:57)
at
org.apache.zeppelin.interpreter.launcher.ShellScriptLauncher.launch(ShellScriptLauncher.java:69)
at
org.apache.zeppelin.interpreter.InterpreterSetting.createInterpreterProcess(InterpreterSetting.java:649)
at
org.apache.zeppelin.interpreter.ManagedInterpreterGroup.getOrCreateInterpreterProcess(ManagedInterpreterGroup.java:59)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.getOrCreateInterpreterProcess(RemoteInterpreter.java:100)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.internal_create(RemoteInterpreter.java:159)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.open(RemoteInterpreter.java:129)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.getFormType(RemoteInterpreter.java:287)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.interpret(RemoteInterpreter.java:204)
at
org.apache.zeppelin.interpreter.SparkInterpreterModeTest.testInterpreterBasics(SparkInterpreterModeTest.java:53)
at
org.apache.zeppelin.interpreter.SparkInterpreterModeTest.testYarnClusterMode(SparkInterpreterModeTest.java:130)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)