Re: Local spark interpreter with extra java options

2021-07-11 Thread Lior Chaga
Thanks Jeff, So I should escape the whitespaces? Is there a ticket for it? couldn't find one On Sun, Jul 11, 2021 at 1:10 PM Jeff Zhang wrote: > I believe this is due to SparkInterpreterLauncher doesn't support > parameters with whitespace. (It would use whitespace as delimiter to > separate par

Re: Local spark interpreter with extra java options

2021-07-11 Thread Jeff Zhang
I believe this is due to SparkInterpreterLauncher doesn't support parameters with whitespace. (It would use whitespace as delimiter to separate parameters), this is a known issue Lior Chaga 于2021年7月11日周日 下午4:14写道: > So after adding the quotes in both SparkInterpreterLauncher > and interpreter.sh

Re: Local spark interpreter with extra java options

2021-07-11 Thread Lior Chaga
So after adding the quotes in both SparkInterpreterLauncher and interpreter.sh, interpreter is still failing with same error of Unrecognized option. But the weird thing is that if I copy the command supposedly executed from zeppelin (as it is printed to log) and run it directly in shell, the interp