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
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
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