You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@toree.apache.org by "Jean-Baptiste (JIRA)" <ji...@apache.org> on 2017/08/11 13:31:01 UTC

[jira] [Commented] (TOREE-399) Make Spark Kernel work on Windows

    [ https://issues.apache.org/jira/browse/TOREE-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123334#comment-16123334 ] 

Jean-Baptiste commented on TOREE-399:
-------------------------------------

Here come a bat file I created to run toree on Windows if it can help (you still need to modify the kernel.json files to run the bat file instead of the run.sh script).

I'm facing the same issue ('*_object scala in compiler mirror not found_*') and wonder if the Apache Spark jars in $SPARK_HOME should not be added to the classpath.

> Make Spark Kernel work on Windows
> ---------------------------------
>
>                 Key: TOREE-399
>                 URL: https://issues.apache.org/jira/browse/TOREE-399
>             Project: TOREE
>          Issue Type: New Feature
>         Environment: Windows 7/8/10
>            Reporter: aldo
>         Attachments: run.bat
>
>
> After a successful install of the Spark Kernel the error: "Failed to run command:" occurs when from jupyter we select a Scala Notebook.
> The error happens because the kernel.json runs C:\\ProgramData\\jupyter\\kernels\\apache_toree_scala\\bin\\run.sh which is bash shell script and hence cannot work on windows.
> Can you give me some direction to fix this, and I will implement it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)