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
job and task run success, but yarn contain show fail YarnApplicationState: FINISHED
Finally, the error was found in the tracking: org.apache.hop.beam.run.MainBeam -> line 153 bug. System.out.println(">>>>>> Execution finished..."); // here exit. //System.exit(0);
After the block code, it's fine.
Issue Priority
Priority: 3
Issue Component
Component: Beam
The text was updated successfully, but these errors were encountered:
Apache Hop version?
hop-release-2.9.0
Java version?
openjdk version "17.0.11" 2024-04-16
Operating system
Linux
What happened?
When I execute the flink call hop test, the yarn container cannot get the final status.
other version:
hadoop 3.3.6, flink 1.17.2, java 17, hop 2.9.0
command:
sh flink run-application -t yarn-application -Dyarn.provided.lib.dirs="hdfs://hadoop1:8020/flink1.17-dist" -c org.apache.hop.beam.run.MainBeam hdfs://hadoop1:8020/flink-space/simple-fat.jar link:flink1.17-dist/wp/beam_write_kafka.hpl link:flink1.17-dist/wp/simple-export.json Flink
job and task run success, but yarn contain show fail
YarnApplicationState: FINISHED
Finally, the error was found in the tracking: org.apache.hop.beam.run.MainBeam -> line 153 bug.
System.out.println(">>>>>> Execution finished..."); // here exit. //System.exit(0);
After the block code, it's fine.
Issue Priority
Priority: 3
Issue Component
Component: Beam
The text was updated successfully, but these errors were encountered: