Alon Shoham created ZEPPELIN-3807:
-------------------------------------
Summary: Fix spark interpreter on Windows
Key: ZEPPELIN-3807
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3807
Project: Zeppelin
Issue Type: Bug
Environment: Windows
Reporter: Alon Shoham
# In ZEEPELIN-3111, changes were made to interpreter.sh script. These changes
were not updated in interpreter.cmd script
# In interprter.cmd, the sparkl submit commands passes custom dependencies via
{code:java}
--jars %CLASSPATH%{code}
The --jars flag should be changed to
{code:java}
--driver-class-path %CLASSPATH%{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)