You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Search before asking
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?
The text was updated successfully, but these errors were encountered: