Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

sh file not executing through tSSH Component

Hi Team,

When i am trying to run Shell Script from tSSH Component i am getting an error "No such file or Directory".

I am running job through Talend Studio. Connect to Putty from tSSH Component. i have placed sh file in one of the hadoop directory and executing the command in command line are of tSSH Component.

Command :  " ./data-staging/<foldername>/abc.sh"

Labels (1)
1 Reply
Anonymous
Not applicable
Author

You are using relative path, I suggest you use complete path ( /dsf/dsfs ... and not ./sdfs/dd )

Or you first check what's talend consider as current path during execution