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

   Hi Team,
   
   While setting up Apache Hop SDK integration to execute a Hop pipeline 
programmatically, we are missing the key files required for successful 
configuration and execution.
   
   Specifically, we need the following files:
   
   pom.xml — containing the correct Maven dependencies for the Hop SDK libraries
   
   App.java (or RunPipeline.java) — the main Java class responsible for 
initializing the Hop environment, loading the pipeline metadata, and executing 
the pipeline
   
   Without these files, the project cannot resolve Hop SDK classes such as:
   
   org.apache.hop.core.HopEnvironment  
   org.apache.hop.core.exception.HopException  
   org.apache.hop.pipeline.engine.IPipelineEngine  
   org.apache.hop.pipeline.engine.PipelineEngineFactory  
   
   
   This causes build and runtime errors (e.g., “The type 
org.apache.hop.core.exception.HopException cannot be resolved”).
   
   Versions:
   
   Apache Hop SDK version: 2.15.0
   
   Java version: 17 (recommended)
   
   Maven version: 3.9.x or later
   
   Expected Outcome:
   
   Once pom.xml and App.java are added and properly configured:
   
   The project should compile successfully
   
   Hop environment should initialize correctly
   
   Pipeline execution through the Hop SDK should complete without errors


-- 
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