Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
We 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
Hi
Can you upload the jar files added to Talend Routine for testing?
Regards
Shong
Please find the jar Attached
Thanks
Region jar as well
@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
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
We 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
Great, thanks for your sharing of solution. 😉
Regards
Shong