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

[Bug] Fix the problem in uploading dependent jar files to yarn #56

Closed
2 tasks done
Davidhua1996 opened this issue Dec 20, 2022 · 0 comments
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@Davidhua1996
Copy link
Collaborator

Search before asking

  • I searched the issues and found no similar issues.

Streamis Component

streamis-job-manager

What happened + What you expected to happen

when we define the dependent jars in job's meta.json, such as
{ "projectName": "{projectName}", "jobType": "flink.jar", "jobName": "BDP_STREMIS_DEMO", "tags": "stream-demo", "description": "BDP STRAMIS DEMO JOB", "jobContent": { "main.class.jar": "demo-stream-app-0.1.1.jar", "main.class": "com.webank.wedatasphere.stream.apps.core.entrance.StreamAppEntrance", "args": ["--kafka.bootstrap.servers", "{address}", "--user", "hadoop", "--kafka.topic", "topic"], "hdfs.jars": [], "resources": [], "dependency.jars": ["dependencies.jar"] } }
After submitting the job, we cannot find the 'dependencies.jar' in yarn container (but it exists in Linkis EngineConn certainly)

Relevent platform

Linux Centos 7

Reproduction script

None

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@Davidhua1996 Davidhua1996 added the bug Something isn't working label Dec 20, 2022
Davidhua1996 added a commit to WeDataSphere/Streamis that referenced this issue Dec 20, 2022
Alexkun pushed a commit to WeDataSphere/Streamis that referenced this issue Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant