[
https://issues.apache.org/jira/browse/FLINK-19141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yunhui updated FLINK-19141:
---------------------------
Description:
1. I create a flink cluster on yarn with this command
bin/yarn-session.sh \
-qu infra \
-d -nm flink_cluster_1.11 \
-jm 8192 \
-tm 12288 \
-s 2
2. I submit my job with this command:
$flink_path/bin/flink run \
-d -m $host_port \
-c MyMainClass ./my-jar.jar
3.
> Flink Job Submitted on Yarn Does not Work
> -----------------------------------------
>
> Key: FLINK-19141
> URL: https://issues.apache.org/jira/browse/FLINK-19141
> Project: Flink
> Issue Type: Bug
> Components: Client / Job Submission
> Affects Versions: 1.11.1
> Reporter: Yunhui
> Priority: Major
> Attachments: image-2020-09-07-10-51-49-889.png,
> image-2020-09-07-10-52-44-997.png
>
>
> 1. I create a flink cluster on yarn with this command
> bin/yarn-session.sh \
> -qu infra \
> -d -nm flink_cluster_1.11 \
> -jm 8192 \
> -tm 12288 \
> -s 2
> 2. I submit my job with this command:
> $flink_path/bin/flink run \
> -d -m $host_port \
> -c MyMainClass ./my-jar.jar
> 3.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)