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

posta un mese fa86 visualizzazioni
2 Risposte
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
con risposta un mese fa
profile picture
ESPERTO
verificato un mese fa
0

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

I provided an answer there.

AWS
con risposta 24 giorni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande