Closed chenxu8989 closed 9 months ago
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: jobmanager.rpc.address, localhost
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: jobmanager.rpc.port, 6123
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: jobmanager.bind-host, localhost
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: jobmanager.memory.process.size, 2048m
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: taskmanager.bind-host, localhost
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: taskmanager.host, localhost
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: taskmanager.memory.process.size, 2048m
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: taskmanager.numberOfTaskSlots, 1
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: parallelism.default, 1
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: high-availability, zookeeper
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: high-availability.zookeeper.quorum, localhost:2181
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: high-availability.zookeeper.path.root, /flink
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: high-availability.cluster-id, cluster_yarn
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: high-availability.storageDir, hdfs://192.168.9.146:8020/user/flink/ha
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: jobmanager.execution.failover-strategy, region
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: rest.address, localhost
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: classloader.check-leaked-classloader, false
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.configuration.GlobalConfiguration 213 loadYAMLResource - Loading configuration property: rest.bind-address, localhost
[dlink] 2023-08-16 14:05:42 CST WARN org.apache.flink.yarn.configuration.YarnLogConfigUtil 73 discoverLogConfigFile - The configuration directory ('/opt/flink-1.15.0/conf') already contains a LOG4J config file.If you want to use logback, then please delete or rename the log configuration file.
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.hadoop.yarn.client.RMProxy 133 newProxyInstance - Connecting to ResourceManager at cdh.huayun.com/192.168.9.146:8032
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.yarn.YarnClusterDescriptor 208 getLocalFlinkDistPath - No path for the flink jar passed. Using the location of class org.apache.flink.yarn.YarnClusterDescriptor to locate the jar
[dlink] 2023-08-16 14:05:42 CST INFO org.apache.flink.yarn.YarnClusterDescriptor 605 deployInternal - Cluster specification: ClusterSpecification{masterMemoryMB=2048, taskManagerMemoryMB=2048, slotsPerTaskManager=2}
[dlink] 2023-08-16 14:05:42 CST ERROR com.dlink.utils.LogUtil 46 getError - org.apache.flink.client.deployment.ClusterDeploymentException: Couldn't deploy Yarn session cluster
at org.apache.flink.yarn.YarnClusterDescriptor.deploySessionCluster(YarnClusterDescriptor.java:428)
at com.dlink.gateway.yarn.YarnSessionGateway.deployCluster(YarnSessionGateway.java:85)
at com.dlink.job.JobManager.deploySessionCluster(JobManager.java:742)
at com.dlink.service.impl.ClusterServiceImpl.deploySessionCluster(ClusterServiceImpl.java:213)
at com.dlink.service.impl.ClusterServiceImpl$$FastClassBySpringCGLIB$$d1f6e853.invoke(
[dlink] 2023-08-16 14:05:42 CST ERROR com.dlink.exception.WebExceptionHandler 97 unknownException - ERROR: java.lang.NullPointerException: null
at com.dlink.service.impl.ClusterServiceImpl.deploySessionCluster(ClusterServiceImpl.java:215) ~[dlink-admin-0.7.3.jar:?]
at com.dlink.service.impl.ClusterServiceImpl$$FastClassBySpringCGLIB$$d1f6e853.invoke(
Hello, this issue has not been active for more than 30 days. This issue will be closed in 7 days if there is no response. If you have any questions, you can comment and reply.
你好, 这个 issue 30 天内没有活跃,7 天后将关闭,如需回复,可以评论回复。
Search before asking
What happened
flink 版本
hdfs 版本
dinky 版本
异常信息
What you expected to happen
通过集群配置启动 session 集群时异常
How to reproduce
通过集群配置启动 session 集群时异常
Anything else
No response
Version
0.7.3
Are you willing to submit PR?
Code of Conduct