Jon Brisbin created ZEPPELIN-710: ------------------------------------ Summary: NumberFormatException when submitting RemoteInterpreterServer Key: ZEPPELIN-710 URL: https://issues.apache.org/jira/browse/ZEPPELIN-710 Project: Zeppelin Issue Type: Bug Components: zeppelin-interpreter Affects Versions: 0.5.6 Environment: Ubuntu Trusty, Mesos 0.26, Spark 1.5.2 Reporter: Jon Brisbin
Installed Spark 1.5.2 and a build of Zeppelin 0.5.6, which I built from source by checking out the 0.5.6 tag and creating a tarball distribution. Deployed these artifacts via Marathon and the Ubuntu slave downloaded the tarball and I ran the zeppelin.sh script directly from a Marathon cmd definition. I was able to create a notebook fine but when I tried to run "sc.version" in a Spark interpreter with master set to "mesos://leader.mesos:5050" I got the following stacktrace: {code} Exception in thread "main" java.lang.NumberFormatException: For input string: "/tmp/mesos/slaves/77d32cda-da6e-45d0-a3c5-23d7f27c7ff0-S8/frameworks/77d32cda-da6e-45d0-a3c5-23d7f27c7ff0-0000/executors/apache-zeppelin.d08aae9b-df2d-11e5-b469-062d14fbd9d6/runs/240fa688-0569-4fda-b778-8d1b7f474eeb/zeppelin-0.5.6-incubating/interpreter/spark/zeppelin-spark-0.6.0-incubating-SNAPSHOT.jar" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:569) at java.lang.Integer.parseInt(Integer.java:615) at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.main(RemoteInterpreterServer.java:140) 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:674) at org.apache.spark.deploy.SparkSubmit$.doRunMain$1(SparkSubmit.scala:180) at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:205) at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:120) at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala) {code} I thought this might be related to ZEPPELIN-50, but that's marked as Fixed and I tried putting a value into spark.cores.max and it didn't seem to make any difference. -- This message was sent by Atlassian JIRA (v6.3.4#6332)