Big Data
Big Data Platform
Data Fabric
Data Integration
Data Management Platform
Data Services Platform
ESB
MDM Platform
Real-Time Big Data Platform
The CommandLine offers the same basic functionalities as Talend Studio and it is used to generate and export the Jobs developed with Talend Studio onto the Job servers, or export Services, Routes and data service Jobs onto Runtime servers. To launch the CommandLine on Linux, you have to run the commandline-linux.sh file. To launch the CommandLine on Windows, you have to run the commandline.bat file.
The commandline file contains three different parts:
-
the name of the Talend Studio executable corresponding to your OS, for example:
./Talend-Studio-linux-gtk-x86
-
operating options, for example:
nosplash
, no interface is displayed.application org.talend.commandline.CommandLine
, the application is launched in commandline mode.consoleLog
, the logs are displayed in the console.data commandline-workspace
, specify the path and name of the commandline workspace.
-
the operating mode, for example,
shell
orscriptFile /tmp/myscript
.
If you want to modify the default settings, you can edit the file, and set it according to your need.
If you want to run your CommandLine in background on Linux, you first need to disable the shell. To do so:
-
Edit the commandline.sh file.
-
Add the
--disableShellInput
command. -
Save your file.
Then you can execute your CommandLine in background. To do so, do the following:
-
Switch to the
<CommandlinePath>
. -
Enter the command
./commandline-linux.sh &
.
Once the commands have been executed, you can close the CommandLine window and it will not exit the service.