Skip to content

[Bug]: HOP_VERSION returns local version instead of remote execution version #8263

Description

@dsanderbi

Apache Hop version?

2.19.0

Java version?

21

Operating system

macOS

What happened?

I have a local Apache Hop installation (on Mac) running version 2.19, while the actual pipeline execution takes place on a Linux VM running Apache Hop 2.18.1.

In my pipeline, I use a Get Variables action to retrieve the following variables:

  • HOP_VERSION
  • HOP_PLATFORM_OS

The results are inconsistent:

  • HOP_VERSION = 2.19
  • HOP_PLATFORM_OS = Linux
Image

I would expect both variables to reflect the environment in which the pipeline is actually being executed.
Since the pipeline is executed on the remote Linux VM running Apache Hop 2.18.1, I would expect:

  • HOP_VERSION = 2.18.1
  • HOP_PLATFORM_OS = Linux

Instead, HOP_VERSION appears to be taken from the local Apache Hop installation (2.19), while HOP_PLATFORM_OS correctly reflects the remote execution environment.

Issue Priority

Priority: 2

Issue Component

Component: Hop Server

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions