Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unable to run steps on EMR using talend studio for data integration

I'm trying to use Talend data integration for pulling data set and pig script from Amazon S3 and run it on EMR. When I try to launch an EMR Cluster using talend, only core hadoop is installed so I wrote separate steps to install PIG and HIVE which are failing. The following are the parameters I gave for the steps in talend open studio
JAR: https://s3-us-west-2.amazonaws.com/us-west-2.elasticmapreduce/libs/script-runner/script-runner.jar
Arguments: https://s3-us-west-2.amazonaws.com/us-west-2.elasticmapreduce/libs/pig/pig-script,--base-path,https:...
Labels (4)
2 Replies
Anonymous
Not applicable
Author

Which version of Talend are you using? And how are you starting the cluster: with the Talend components or the AWS Console?
Thomas
Anonymous
Not applicable
Author

I'm using Talend Open Studio 6.3.0 and I'm launching EMR using talend tAmazonEMRManage component.