[ 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)