You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
confirmed, that screenshot is outdated.
FYI, the menu bar can be re-enabled from the configuration perspective -> Look & Feel -> uncheck 'Hide the menu bar', and the system variables have moved to the last tab in the configuration perspective.
Hello, I noticed that documentation has been updated for version 2.9 :)
There is still an error regarding the position in the hop-config.json file where the new variables are saved: in the file there is no section "systemProperties", but new variables are added in the "variables" section like this:
{
"variables" : [ {
...
}, {
"name" : "MY_SYSTEM_PROPERTY",
"value" : "SomeValue",
"description" : "My new system property/variable"
} ],
...
}
Apache Hop version?
2.8.0
Java version?
openjdk version "21.0.2" 2024-01-16
Operating system
Linux
What happened?
The following documentation page explains how to create system variables in Hop GUI:
https://hop.apache.org/manual/latest/variables.html#_system_properties
However, there is no menu toolbar on the Hop GUI window, neither there is a similar command on the Hop icon menu
Issue Priority
Priority: 3
Issue Component
Component: Documentation, Component: Hop Gui
The text was updated successfully, but these errors were encountered: