AWS EMR run spark job/step synchronously

試著忘記壹切 提交于 2019-12-11 14:32:35

问题


Is it possible to run/submit Spark Step synchronously?

I am trying to run the Spark step on AWS EMR cluster from Java App.

I am trying to implement a service that runs the job and returns the results. I am exploring client mode execution of AWS EMR. But not sure if thats the right answer. Any guidance or links would be great help.

High level workflow for api endpoint looks like this.

 /getMeStat -> add step to AWS EMR (EMR runs the job, generate result) -> returns results 

来源:https://stackoverflow.com/questions/53052432/aws-emr-run-spark-job-step-synchronously

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!