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

Talend Data Mapper Java Runtime Dependency

We have Talend Big Data Licensed product and looking to use Talend Data Mapper externally using Java Runtime. As per documentation, the following dependency can be retrieved to use it but where from is not mentioned?

 

<dependency>
	<groupId>org.talend.transform</groupId>
	<artifactId>tdm-api</artifactId>
	<version>(desired TDM version)</version>
</dependency>

Can you provide information on where from this dependency can be downloaded? 

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

Is there tdm-camel-(version).jar in your directories when unpack (unzip) the installation archive?

Best regards

Sabrina

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Hi,

Are you referring to this document https://help.talend.com/reader/q0GnzTBG8ARxCvmz8w5VNA/HCwKSzqB0yahMS4Lw7Qxqw?

Which is Talend Big Data Licensed product you are using? Talend Big Data Platform?

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi Sabrina,
Yes I am referring the URL you have provided. I am using Talend Big Data Platform 6.3.
Looking forward to hear back from you.

Thanks!
Anonymous
Not applicable
Author

Hello,

Is there tdm-camel-(version).jar in your directories when unpack (unzip) the installation archive?

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi,

Yes I could see tdm-camel-(some versions)-6.3.1.jar file under maven repository of Talend Studio. That works!
Is that supposed to be used though I don't want camel components?

Thanks!
Anonymous
Not applicable
Author

Yes, that contains both the Camel and necessary TDM runtime classes.