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 had searched in the issues and found no similar issues.
What happened
EXECUTE JAR WITH ( 'uri'='rs:///flink_hello-1.0-SNAPSHOT.jar', 'main-class'='org.liu.StreamWordCount', 'parallelism'='1');
用applicaiton运行jar包后,提示部署成功 2024-02-28 13:35:32.614 INFO org.apache.flink.yarn.YarnClusterDescriptor(1136): YARN application has been deployed successfully. 2024-02-28 13:35:32.614 INFO org.apache.flink.yarn.YarnClusterDescriptor(1688): Found Web Interface hadoop167:38618 of application 'application_1709022070519_0014'. 2024-02-28 13:36:03.139 INFO org.dinky.service.impl.TaskServiceImpl(190): execute job finished,status is SUCCESS Process Step SUBMIT_EXECUTE exit with status:FINISHED
运维中心没有任务:
yarn启动了容器:
但是flink没有任何任务:
What you expected to happen
应该能够在运维中心找到任务。且flink应该有任务
How to reproduce
jar包的内容
`
public class StreamWordCount {
public static void main(String[] args) throws Exception {
// 1. 创建流式执行环境
StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();
// 2. 读取文本流:hadoop102表示发送端主机名、7777表示端口号
DataStreamSource lineStream = env.socketTextStream("hadoop165", 7777);
Hello @lliuql, this issue is about web, so I assign it to @Zzm0809. If you have any questions, you can comment and reply.
你好 @lliuql, 这个 issue 是关于 web 的,所以我把它分配给了 @Zzm0809。如有任何问题,可以评论回复。
github-actionsbot
changed the title
[Bug] jar包方式部署yarn-application,运行起来,没有任务。
[Bug] There is no task when deploying yarn-application in jar package mode and running it.
Feb 28, 2024
Search before asking
What happened
EXECUTE JAR WITH ( 'uri'='rs:///flink_hello-1.0-SNAPSHOT.jar', 'main-class'='org.liu.StreamWordCount', 'parallelism'='1');
用applicaiton运行jar包后,提示部署成功
2024-02-28 13:35:32.614 INFO org.apache.flink.yarn.YarnClusterDescriptor(1136): YARN application has been deployed successfully. 2024-02-28 13:35:32.614 INFO org.apache.flink.yarn.YarnClusterDescriptor(1688): Found Web Interface hadoop167:38618 of application 'application_1709022070519_0014'. 2024-02-28 13:36:03.139 INFO org.dinky.service.impl.TaskServiceImpl(190): execute job finished,status is SUCCESS Process Step SUBMIT_EXECUTE exit with status:FINISHED
运维中心没有任务:
yarn启动了容器:
但是flink没有任何任务:
What you expected to happen
应该能够在运维中心找到任务。且flink应该有任务
How to reproduce
jar包的内容
`
public class StreamWordCount {
public static void main(String[] args) throws Exception {
// 1. 创建流式执行环境
StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();
// 2. 读取文本流:hadoop102表示发送端主机名、7777表示端口号
DataStreamSource lineStream = env.socketTextStream("hadoop165", 7777);
}
pom内容:
`
4.0.0
`
Anything else
No response
Version
1.0.0
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: