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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] How can I run Talend Job run in Amazon EC2 Cloud?

Hi, All,
Can any one provide me the way of running the Talend job on Amazon EC2 Cloud? I am new to cloud. Its first time for me. I really appreciate your help.
I have windows instance running on Amazon EC2 and want to run talend job on cloud with scheduler.
Thanks,
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi
First, export your Talend job and unzip it.
Then you will see a batch file called JobName_run.bat in it which can trigger this talend job.
Use scheduler to run it.
Regards,
Pedro

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi
First, export your Talend job and unzip it.
Then you will see a batch file called JobName_run.bat in it which can trigger this talend job.
Use scheduler to run it.
Regards,
Pedro
Anonymous
Not applicable
Author

Thanks for reply.