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
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
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:
The results are inconsistent:
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:
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