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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend spark job in cluster mode

How can talend spark job be executed in cluster mode? Talend supports local, stand alone and yarn-client mode. I want to run it in yarn cluster mode. Is it possible?
Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi,
We have redirected your issue to our bigdata experts and then come back you as soon as we can.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
The yarn-cluster mode is currently not supported in the studio.
Regards,
Rémy.
Anonymous
Not applicable
Author

Is there any way I can take the export, change the batch file / shell file to achieve it? I know that we can pass deploy mode (yarn-client vs yarn-cluster) as an argument to the spark-submit shell command. 
Can the export shell file be modified to achieve the same?
./bin/spark-submit \
--class <main-class> \
--master <master-url> \
--deploy-mode <deploy-mode> \
--conf <key>=<value> \
... # other options
<application-jar> \
Anonymous
Not applicable
Author

Hi Sankalp,

Did you find a way to run Talend job jar over a cluster by spark-submit ?