-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty validation error when submitting a processing job, related to requested volume size #4939
Comments
@btlorch - In my case, I get the validation exception when I pass multiple inputs (list of ProcessingInput objects) |
Thankfully, my colleague found the problem. The problem is that |
I raised a support ticket with AWS and found that each input should have the destination location unique. Hope this helps. Sent from my iPhoneOn Dec 3, 2024, at 9:52 PM, luke-gerschwitz ***@***.***> wrote:
@btlorch - In my case, I get the validation exception when I pass multiple inputs (list of ProcessingInput objects)
Hi @leo4ever did you find a solution? I am experiencing the same issue and the lack of error messages is making debugging difficult.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Yes this solved the issue, thank you so much! Hopefully AWS updates their documentation and error messages to reflect this. |
Dear Sagemaker team,
I am experiencing issues when trying to submit a Sagemaker processing job. Job submission fails with the following error:
Unfortunately the error message is empty.
After lots of trail and error, I believe that the error is related to the requested volume size. When I request a volume size of 600 GB or below, everything runs smoothly. The issue appears when I request a volume size of 700 GB or above. When I request more than 1024 GB, I receive a different error message:
If 1024 GB is my account's quota, I suppose that 700 GB should be fine and this is not a quota issue.
Is there a limit that I am not aware of? In any case, I would expect a non-empty error message.
Code to reproduce
Here is a toy example (with some placeholders).
This is the job that should be executed, process.py, a simple Python script that counts the number of JPEG files in a given directory.
This is how the job is submitted:
Expected behavior
The submit script should produce the following output:
Instead, I am getting the following error message and a stack trace:
The error message is empty.
System information
The text was updated successfully, but these errors were encountered: