-
Notifications
You must be signed in to change notification settings - Fork 434
Description
What needs to happen?
Hi Apache Hop Team,
We are developing a custom transform plugin (hop-spark-csv) for Apache Hop 2.8.0 but are facing issues getting it recognized by Hop. Despite placing the JAR file in the correct directory, the transform does not appear in the Hop UI or when running pipelines.
Setup Details
Hop Version: 2.8.0 (2024-02-28)
Plugin Location: $HOP_HOME/plugins/transforms/hop-spark-csv-1.0-SNAPSHOT.jar
Plugin JAR Contains:
META-INF/hop/plugin.xml (confirmed using jar tf)
Custom transform class: com.example.hop.CustomCSVSparkTransform
Expected Behavior
-
The transform should appear in Hop UI under the available transforms list.
-
Hop should be able to detect and register the plugin from $HOP_HOME/plugins/transforms/.
Current Issue
The plugin does not show up in the Hop UI.
I want my plugin to show up in the Hop UI
What should I do so that Hop can recognize my plugin???
Issue Priority
Priority: 2
Issue Component
Component: Other