You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Alon Shoham (JIRA)" <ji...@apache.org> on 2018/10/02 12:04:00 UTC

[jira] [Created] (ZEPPELIN-3807) Fix spark interpreter on Windows

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)