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

[Task]: Should run my hop pipeline on Beam Spark Pipeine Engine option without error #4753

Closed
Raja10D opened this issue Jan 2, 2025 · 1 comment
Labels
Hop Run P1 Critical Issue task

Comments

@Raja10D
Copy link

Raja10D commented Jan 2, 2025

What needs to happen?

I need to run a Hop pipeline on Beam with Spark Runner

While I am executing this I'm encountering some errors. I will display it below, if somebody can execute this step without error, guide me how to do it?

The error I'm getting:

Copy code
2025/01/02 15:30:53 - Hop - Pipeline opened.
2025/01/02 15:30:53 - Hop - Launching pipeline [hop_trans2]...
2025/01/02 15:30:53 - Hop - Started the pipeline execution.
java.lang.NoClassDefFoundError: org/apache/spark/metrics/source/Source
at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
...
2025/01/02 15:30:53 - Hop - ERROR: hop_trans2: preparing pipeline execution failed
2025/01/02 15:30:53 - Hop - ERROR: org.apache.hop.core.exception.HopException:
2025/01/02 15:30:53 - Hop - Error preparing remote pipeline
2025/01/02 15:30:53 - Hop - Error converting Hop pipeline to Beam
2025/01/02 15:30:53 - Hop -
2025/01/02 15:30:53 - Hop - Caused by: java.lang.NoClassDefFoundError: org/apache/spark/metrics/source/Source
2025/01/02 15:30:53 - Hop - at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
...
It appears that the issue is related to the org.apache.spark.metrics.source.Source class not being found.

Issue Priority

Priority: 1

Issue Component

Component: Hop Run

@hansva
Copy link
Contributor

hansva commented Jan 2, 2025

duplicate of #4752

@hansva hansva closed this as completed Jan 2, 2025
@hansva hansva added this to the Not Applicable - 2025 milestone Jan 2, 2025
@Raja10D Raja10D changed the title [Task]: Should run my hop pipeline on Beam Spark Pipeine Engine option [Task]: Should run my hop pipeline on Beam Spark Pipeine Engine option without error Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hop Run P1 Critical Issue task
Projects
None yet
Development

No branches or pull requests

2 participants