GitHub user dave-csc added a comment to the discussion: Set a system variable in a hop run execution inside container
You could try to pass the system variable as a (Docker) environment variable, e.g.: `docker run -it --env HOP_SYSTEM_PROPERTIES=HOP_LOG_MARK_MAPPINGS=Y [...]` Hope this helps GitHub link: https://github.com/apache/hop/discussions/4519#discussioncomment-11151407 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
