Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I'm trying to run a script .sh in Data Integration Cloud.
I use the tSystem component, and it works perfectly when I run the job on local mode.
However, the script that I run in my tSystem won't work when I run it on the Cloud.
I would like to know if TIC can run an .sh script which contains cUrl commands ?
In a second time, I stored temporary files "locally in the Cloud" in paths as:"C:/Talend/out/customer.csv" (which seems to work).
So I would like to know if the path would be the same if I want to refer to this file from my .sh script.
In other words : does an Unix command can use a Windows path?
Thanks
I have solved my problem, and here are the results of my research:
I hope it will help
I have not tried this on Talend's servers in the cloud and would doubt it would work. Imagine the havoc that someone could cause running scripts like this on Talend's servers. However you can make use of the Remote Engine and do it that way. You are still orchestrating your code in the Cloud but you are running on an engine you own.
I have solved my problem, and here are the results of my research:
I hope it will help
Interesting to learn this. I've only ever tried doing stuff like this on a Remote Engine where I have control.