You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@toree.apache.org by "Charles Hedrick (Jira)" <ji...@apache.org> on 2021/05/19 20:23:00 UTC

[jira] [Comment Edited] (TOREE-524) toree with spark 3

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

Charles Hedrick edited comment on TOREE-524 at 5/19/21, 8:22 PM:
-----------------------------------------------------------------

The problem isn't specific to Toree. If I set JAVA_HOME to 8, spark-shell exits immediately with no messages. I guess it's possible I have some odd configuration for Spark.


was (Author: clhedrick):
The problem isn't specific to Toree. If I set JAVA_HOME to 8, spark-shell exits immediately with no messages.

> toree with spark 3
> ------------------
>
>                 Key: TOREE-524
>                 URL: https://issues.apache.org/jira/browse/TOREE-524
>             Project: TOREE
>          Issue Type: Bug
>          Components: Kernel
>    Affects Versions: 0.5.0
>            Reporter: Charles Hedrick
>            Priority: Major
>
> This isn't exactly a bug, but a report.
> I'm trying to get toree to work with spark 3. I've gotten 0.5.0 rc2 working, but it wasn't easy.
> First, there's no pip version so I had to hack up a jupyter kernel directory.
> I found that it would only work with Java 11. But with java 11, I needed
> "JDK_JAVA_OPTIONS": "-Dscala.usejavacp=true",
> I guess that's OK, but I think you can set that in the code.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)