Re: java.lang.NumberFormatException: Not a version: 9

2019-04-22 Thread Jeff Zhang
Right, we should remove option 1 from doc, as it is not standard way to adding additional jar for spark. Created https://jira.apache.org/jira/browse/ZEPPELIN-4130 Paul Brenner 于2019年4月23日周二 上午8:55写道: > Amazing. Using spark.jars.packages instead of the dependencies section of > the interpreter c

Re: java.lang.NumberFormatException: Not a version: 9

2019-04-22 Thread Paul Brenner
Amazing. Using spark.jars.packages instead of the dependencies section of the interpreter completely fixes it. Thanks for the help! I noticed that the method I was originally using is listed as option #1 in the docs (here). Does it make sense to include a note that options 2 and 3 are the “stan

Re: java.lang.NumberFormatException: Not a version: 9

2019-04-21 Thread Jeff Zhang
Hi Paul, I could not reproduce this issue in branch-0.8 (0.8.2) even using your configuration( spark 2.4, yarn-client, add dependency via zeppelin interpreter dependencies interface) One thing you can try is to add dependency via setting spark.jars.packages which is the standard way to set additi

Re: java.lang.NumberFormatException: Not a version: 9

2019-04-21 Thread Paul Brenner
1. I used Spark 2.4.0 2. I used yarn-client mode 3. Dependency is added via zeppelin’s interpreter dependencies interface. Thanks for looking into this! We still don’t have a working fix in place so are held back from migrating to the wonderful and glorious features of 0.82. PAUL BRENNER Sr.

Re: java.lang.NumberFormatException: Not a version: 9

2019-04-20 Thread Jeff Zhang
Hi Paul, Could you let me know the following questions ? 1. Which spark version do you use ? 2. Which mode do you use ? local / yarn /standalone 3. How did you add dependency ? via spark.jars.package or via zeppelin's interpreter dependencies ? Paul Brenner 于2019年4月20日周六 下午8:00写道: > Yes. > > A

Re: java.lang.NumberFormatException: Not a version: 9

2019-04-20 Thread Paul Brenner
Yes. Add com.databricks:spark-avro_2.11:3.2.0 as a dependency to a spark interpreter then try using that interpreter to run any code in a notebook to reproduce. For our internal library that was causing it I went through and tried excluding everything that that library imported. It turns out it

Re: java.lang.NumberFormatException: Not a version: 9

2019-04-20 Thread Jeff Zhang
Hi Paul, Could you describe how to reproduce it ? Paul Brenner 于2019年4月20日周六 上午12:30写道: > I’m trying to move my company up from zeppelin 0.8 to 0.81 or 0.82. > However, we find that when including certain dependencies on the newer > versions of zeppelin spark interpreters won’t start and instea