Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: org.apache.hop.beam.run.MainBeam Sysem.exit(0) #4169

Open
leelance opened this issue Jul 28, 2024 · 0 comments
Open

[Bug]: org.apache.hop.beam.run.MainBeam Sysem.exit(0) #4169

leelance opened this issue Jul 28, 2024 · 0 comments

Comments

@leelance
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant