Skip to content

[Task]: Custom Transform Plugin Not Recognized in Apache Hop 2.8.0 #4908

@Raja10D

Description

@Raja10D

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

  1. The transform should appear in Hop UI under the available transforms list.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions