Unable to use Glue job

0

Unable to run Glue with the following message

"JobName:jobname and JobRunId:jobrunid failed to execute with exception Task allocated capacity exceeded limit. (Service: AWSGlueJobExecutor; Status Code: 400; Error Code: InvalidInputException; Request ID: requestid; Proxy: null)"

In this situation:

1.It was usable until recently, but it became unusable after a certain process was executed.

2.That process is likely to take an enormous amount of time.

3.But, this job was stopped automatically. (Run status : stopped)

4.I thought that this process is runnning in background, and I checked with cli command "aws glue get-job-run --job-name". But this process is Stoppped and All tasks status after that is Failed.

5.Just to be sure, I tried to stop this process with "aws glue batch-stop-job-run --job-name" and I got the message "ErrorMessage": "Job Run cannot be stopped in current state."

6.This problem has continued even after a day.

I wanna resolve this problem.

Please help me!

*Forgive me if my native language is not English and my grammar may be inproper.

asked a year ago220 views
1 Answer
1

I resolved this probelm by myself!

It causes that "Max task dpus per account" in Quotas was changed to 0 (default:1000) for some reason.

I revised it and Glue is to be able.

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions