Re: Local spark interpreter with extra java options

2021-07-08 Thread Jeff Zhang
Thanks Lior for the investigation. Lior Chaga 于2021年7月8日周四 下午8:31写道: > Ok, I think I found the issue. It's not only that the quotations are > missing from the --conf param, they are also missing from > the --driver-java-options, which is concatenated to > the INTERPRETER_RUN_COMMAND in interpre

Re: Local spark interpreter with extra java options

2021-07-08 Thread Lior Chaga
Ok, I think I found the issue. It's not only that the quotations are missing from the --conf param, they are also missing from the --driver-java-options, which is concatenated to the INTERPRETER_RUN_COMMAND in interpreter.sh I will fix it in my build, but would like a confirmation that this is ind

Local spark interpreter with extra java options

2021-07-08 Thread Lior Chaga
I'm trying to run zeppelin using local spark interpreter. Basically everything works, but if I try to set `spark.driver.extraJavaOptions` or `spark.executor.extraJavaOptions` containing several arguments, I get an exception. For instance, for providing `-DmyParam=1 -DmyOtherParam=2`, I'd get: Error