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: 
DataEng112
Contributor II
Contributor II

Command line for Building Talend job in local

Hi All

I'm building Talend jobs in my Studio using the GUI as follows but I would like to use CLI to build the job.

0695b00000RhvHrAAJ.png 

I'm able to start CLI on my laptop and run the build command but there seems to be some issues with the command arguments or connectivity or the syntax.

Is it possible to build jobs using the CLI on my laptop instead of using the GUI ?

below are the commands I am able to execute in CLI

  

  talend> initRemote https://tac731.mydomain.com -ul <myuser> -up <mypassword>

  

  !ENTRY org.talend.commandline 1 0 2022-05-19 07:49:26.171

  !MESSAGE Initialized to https://tac731.mydomain.com successfully with user: <myuser>

  ADDED_COMMAND 0

  talend>

  !ENTRY org.talend.platform.logging 1 0 2022-05-19 07:49:26.255

  !MESSAGE 2022-05-19 07:49:26,252 INFO org.talend.datacleansing.core.CleansingActivator - Starting Talend Data Profiler platform.

  

  

  talend>

  talend>

  talend> logonProject -pn https://tac731.mydomain.com/scm/talendproject/project731.git -ul <myuser> -up <mypass>

  ADDED_COMMAND 1

  talend> buildJob jMyJob -dd C:/Talend/TDF-V7.3.1/tdf/builds -af jMyJob_0.1 -jc Default -jv 0.1

  ADDED_COMMAND 2

  talend>

0695b00000RhvKlAAJ.png 

My Talend version:

Talend Real-time Big Data Platform

Version: 7.3.1

Build id: R2022-03

OS: Windows 10, v.10.0, x86_64 / win32

Java version: 11.0.8

Thank you for looking into my question!

Labels (5)
2 Replies
Anonymous
Not applicable

Hi Team,

 

I hope you are doing good.

Please refer to below link.

Link: https://help.talend.com/r/en-US/7.3/commandline-api

 

You can make use of buildJob command to build the job via commandline.

Please note: Commandline as server mode is deprecated.

Link: https://help.talend.com/r/en-US/7.3/administration-center-user-guide/commandline-features-deprecated

 

Thanks in advance.

tnewbie
Creator II
Creator II

Hello,

I am having the same requirement, where I am trying to build a job from CLI, with no luck so far.

You look to have researched on this topic already... if you had any luck pls share your approach