Empty output job folder

0

Hello!

I have setup local JupyterLab instance with SageMaker extension in order to run jobs in the AWS and now I see that jobs are started with proper .ipynb file in the input S3 folder but do not see any result because no files with "output" prefix exist and nothing to download.

Could you give me a direction? because I have no idea what I should check more or where I can find relevant logs to have a glance under the hood.

Best, Dani

asked 14 days ago74 views
2 Answers
0

I just followed the blog post and I was able to run a notebook job successfully.

If you successfully run the job, you will see following files under the S3 bucket you specified.

$ aws s3 ls s3://sagemaker-automated-execution-123456789012-us-east-2 --recursive
2024-04-17 17:57:49       9480 notebookjobtestip-notebookjobtest-bf50211d-2024-04-18-00-57-47/input/notebook-job-test.ipynb
2024-04-17 18:00:14      13948 notebookjobtestip-notebookjobtest-bf50211d-2024-04-18-00-57-47/output/output.tar.gz

I am sharing my input configurations:

  • Compute type : ml.m5.large
  • Image : arn:aws:sagemaker:us-east-2:429704687514:image/sagemaker-base-python-38
  • Kernel : python3
  • Role ARN : arn:aws:iam::123456789012:role/SagemakerJupyterSchedulerRole
  • Input Folder : s3://sagemaker-automated-execution-123456789012-us-east-2/
  • Output Folder : s3://sagemaker-automated-execution-123456789012-us-east-2/

Please try similar configurations and check if it works.

AWS
answered 12 days ago
profile picture
EXPERT
reviewed 12 days ago
0

Same question on the StackOverflow: https://stackoverflow.com/questions/78333128/empty-output-job-folder

I provided an answer there.

AWS
answered 7 days 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