leelance opened a new issue, #4169:
URL: https://github.com/apache/hop/issues/4169

   ### 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
   `
   
   1. 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
   `
   
   2. job and task run success, but yarn contain  show fail
    `
   YarnApplicationState:  FINISHED
   `
   3. 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);
   `
   4. After the block code, it's fine.
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Beam


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to