简体   繁体   中英

AWS glue Workers vs Concurrency

I am looking for suggestions on how to set glue job parameters. Currently I get "Concurrent runs exceeded"as exception.

What can i do to scale and run the job properly

Concurrent runs exceeded means that you tried to run the job while an instance of the job is already running and you set the MaxConcurrentRuns property of the job. You can scale a job not only by running it concurrently, which I also would advise to, since this most of the Databases / Filesystems you are reading and writing to and from are probably not ACID compliant, you can also increase the NumberOfWorkers to deploy additional executor nodes.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM