GitHub user shivanandullagaddi added a comment to the discussion: Missing essential files (pom.xml and App.java) required for Hop SDK configuration and successful pipeline execution
Thank you for sharing the documentation. I’ve reviewed it, and while it explains the concepts and usage of the Hop SDK (such as pipeline initialization and execution), it does not include details about the Maven configuration (pom.xml) or the required dependencies for integrating the Hop SDK into a standalone Java application. To proceed further with configuring and running a pipeline programmatically, we specifically need: A working pom.xml file that includes the correct Hop SDK dependencies and repository references (e.g., for hop-core, hop-engine, hop-metadata-api, etc.) for version 2.15.0. A reference Java example (App.java) showing how to initialize the Hop environment and execute a pipeline using these dependencies. Without the Maven configuration details, the SDK-related classes such as HopEnvironment, HopException, and PipelineEngineFactory are unresolved during build. Could you please share or point us to the official or sample pom.xml for Hop SDK integration (version 2.15.0)? GitHub link: https://github.com/apache/hop/discussions/5960#discussioncomment-14888856 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
