Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task]: FilesToStage breaks Spark on YARN #26692

Open
2 of 15 tasks
JozoVilcek opened this issue May 15, 2023 · 1 comment
Open
2 of 15 tasks

[Task]: FilesToStage breaks Spark on YARN #26692

JozoVilcek opened this issue May 15, 2023 · 1 comment

Comments

@JozoVilcek
Copy link
Contributor

What needs to happen?

When I tried to execute Beam pipeline over Spark structured streaming runner on YARN it failed. I did identify to problems:

  1. When FilesToStage kicks in it tries to zip classpath directories and uses pipeline's temp directory. In my case it is HDFS and since PipelineResources.prepareFilesForStaging() uses Java IO it will not work as it does not speak HDFS
  2. Since worker are provided with necessary classes beforehand, it would make sense to me to be able to bypass FilesToStage instead to always had to stage something even when not necessary.

Issue Priority

Priority: 2 (default / most normal work should be filed as P2)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants