[
https://issues.apache.org/jira/browse/TOREE-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15949642#comment-15949642
]
Jakob Odersky commented on TOREE-399:
-------------------------------------
Hi Aldo,
the run.sh script is a launcher script that basically starts Toree as a Spark
app by calling spark-submit. To add support on windows, the easiest is to
probably create a custom run/bat script that does equivalent of run.sh on
windows and create a custiom kernel.json to call it.
Furthermore, maybe Toree works without modification on the linux subsytem on
windows 10.
> 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
>
> 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.3.15#6346)