Inaccurate Logging for tSystem Command Execution in Talend Pipeline
Dear Community,
I'm encountering an issue where the logs generated by my Talend pipeline indicate that my pipeline's commands have been executed, even though these actions have not actually occurred. What is going wrong here?
(Top) This is my pipeline as shown above.
Here is the log :
But unfortunately, nothing is created as I did a file check in my Linux system where the pipeline executes. Likewise I have tried running commands like pwd, cd, ...etc. using tSystem and even when the Log says it ran properly, there's no visible outcome.