GitHub user bamaer added a comment to the discussion: Tutorial for Hop 
development to production workflow

a) relative to is indeed correct. From [the 
docs](https://hop.apache.org//manual/latest/pipeline/pipeline-run-configurations/native-remote-pipeline-engine.html):
 "In a lot of configurations, this will be a local (locally on the server) 
runtime configuration"
b) That's what the "Required" option in the "Selected Files" list in the Excel 
File Input transform is for. The transform will fail if the specified file(s) 
is not found and "Required" is set to "Y"
c) You'll have to make sure the files are availble to your hop server container 
by adding them in a mount, copying them to the container or similar, and make 
sure that the path on the server is correct so the file can be found from 
within the server container. 
d) iirc, I changed the "localhost" in the hop server metadata item to "0.0.0.0" 
and added "postgres-wsl" as an alias to 127.0.0.1 in `/etc/hosts`, but that may 
be different on Windows.  

GitHub link: 
https://github.com/apache/hop/discussions/6157#discussioncomment-15239885

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to