[
https://issues.apache.org/jira/browse/BEAM-8970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148027#comment-17148027
]
Kyle Weaver commented on BEAM-8970:
-----------------------------------
Really I think this is a problem with the Beam code. Assuming only one jar on
the classpath is not very smart. We need to either:
a) Include all the classpath resources in the job jar;
b) Include only the job server jar in the job jar.
The viability of b) depends on whether or not those other jars are actually
needed for running the job. a) might create dependency conflicts unless we do
shading.
> Spark portable runner supports Yarn
> -----------------------------------
>
> Key: BEAM-8970
> URL: https://issues.apache.org/jira/browse/BEAM-8970
> Project: Beam
> Issue Type: Wish
> Components: runner-spark
> Reporter: Kyle Weaver
> Priority: P2
> Labels: portability-spark
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)