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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Execute Job command line

I am new to talend and trying to execute job using command line but getting below error.
talend> listJob

 
    Extract_CSV_File
    Extract_CSV_File_1
    Sequence
talend>executeJob Extract_CSV_File
+--------------------------------------------------------------------------------------------------+
|Talend Commandline Plugin :                                                                       |
| * arguments can be surrounded by (") or (') characters                                           |
| * the semi-colon ( 0683p000009MA9p.png character can be used to separate commands from each other                  |
| * special characters (space \ " ' 0683p000009MA9p.png can be escaped using the character (\)                      |
+--------------------------------------------------------------------------------------------------+
|Missing required option -i     
|-i (--interpreter) path   perl/java interpreter path
I am not sure what is path for java interpreter i provided JAVA_HOME/bin/java but still not working.
Thanks for your help.
Labels (4)
1 Reply
Anonymous
Not applicable
Author

Hi 
You need to specify the -i (interpreter) path, eg:
executeJob jobName -i '<your JDK install dir>/bin/javaw.exe'