You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@toree.apache.org by "Kevin Bates (JIRA)" <ji...@apache.org> on 2019/04/08 15:33:00 UTC

[jira] [Commented] (TOREE-499) K8: Not be able to submit Job in k8

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

Kevin Bates commented on TOREE-499:
-----------------------------------

One option is for your driver and executor images to have the toree assembly jar in the same location as your launch env, then you can reference it using the `local:` scheme.  Here's an example run.sh from Enterprise Gateway: [https://github.com/jupyter/enterprise_gateway/blob/master/etc/kernelspecs/spark_scala_kubernetes/bin/run.sh#L45]

You can also see the `__TOREE_SPARK_OPTS__` in the adjacent kernel.json file.

> K8: Not be able to submit Job in k8
> -----------------------------------
>
>                 Key: TOREE-499
>                 URL: https://issues.apache.org/jira/browse/TOREE-499
>             Project: TOREE
>          Issue Type: Bug
>            Reporter: Leonardo Barrientos C.
>            Priority: Blocker
>
> Hello, i can't submit jobs to k8, the assembly jar resides in the local folder directory, so the Driver and executors in K8 cannot get the .jar; it is possible? Please help.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)