Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
SaravananAshokkumar2020
Contributor II
Contributor II

AWS SSM Parameter Store retrieval via Talend Routines

Hi All,

I am trying to load AWS SSM Parameter to Context Values using Talend Routines.

I tried using this AWS Provided code - https://docs.aws.amazon.com/code-samples/latest/catalog/javav2-ssm-src-main-java-com-example-ssm-GetParameter.java.html

Added the Jars - Regions and SSMClient Jar to the Talend Routine

But I am facing issues with Build() method undefined in the Class.

Anyone has tried it or any suggestions to it?

Thanks

Labels (3)
1 Solution

Accepted Solutions
SaravananAshokkumar2020
Contributor II
Contributor II
Author

I was able to do it now

This is going to be lengthy process.

The Jars that we have added has its own dependencies and all those dependencies are available only in the POM.xml file

 

I had to install Maven and generate project. Then copy the Code and run the Maven package with Rar format to download all the jars required to the rar file.

 

Then I had to add all these jars into the Routines and run the job.

 

and it was working.

 

It had these many dependent jars connecting those two jar files

0695b00000PJHPGAA5.pngWe have to follow this process to download the required Jars for the code below

https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/setup-project-maven.html

Thanks and Regards,

Saravanan

 

View solution in original post

6 Replies
Anonymous
Not applicable

Hi

Can you upload the jar files added to Talend Routine for testing?

 

Regards

Shong

SaravananAshokkumar2020
Contributor II
Contributor II
Author

Please find the jar Attached

Thanks

SaravananAshokkumar2020
Contributor II
Contributor II
Author

Region jar as well

Anonymous
Not applicable

@Saravanan Ashokkumar​ , I import add your jar files to routine and has the same issue, please go to check the online API reference documentation (this is for version 2.17.138 ) and which API version the author is using in the article.

 

Regards

Shong

 

 

SaravananAshokkumar2020
Contributor II
Contributor II
Author

I was able to do it now

This is going to be lengthy process.

The Jars that we have added has its own dependencies and all those dependencies are available only in the POM.xml file

 

I had to install Maven and generate project. Then copy the Code and run the Maven package with Rar format to download all the jars required to the rar file.

 

Then I had to add all these jars into the Routines and run the job.

 

and it was working.

 

It had these many dependent jars connecting those two jar files

0695b00000PJHPGAA5.pngWe have to follow this process to download the required Jars for the code below

https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/setup-project-maven.html

Thanks and Regards,

Saravanan

 

Anonymous
Not applicable

Great, thanks for your sharing of solution. 😉

 

Regards

Shong