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

已提問 1 個月前檢視次數 86 次
2 個答案
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
已回答 1 個月前
profile picture
專家
已審閱 1 個月前
0

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

I provided an answer there.

AWS
已回答 24 天前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南