aws / aws/amazon-sagemaker-examples
inference_pipeline_sparkml_blazingtext_dbpedia.ipynb failed CI
- Dominant language
- Jupyter Notebook
- Stars
- 11k
- Forks
- 7k
- Avg merge
- 8h 29m
- Merged PRs (30d)
- 8
Description
Link to the notebook:
https://github.com/aws/amazon-sagemaker-examples/blob/master/advanced_functionality/inference_pipeline_sparkml_blazingtext_dbpedia/inference_pipeline_sparkml_blazingtext_dbpedia.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [13]":
---------------------------------------------------------------------------
ClientError Traceback (most recent call last)
in
----> 1 bt_model.fit(inputs=data_channels, logs=True)
/opt/conda/lib/python3.7/site-packages/sagemaker/estimator.py in fit(self, inputs, wait, logs, job_name, experiment_c
[...]
ClientError: An error occurred (ValidationException) when calling the CreateTrainingJob operation: No S3 objects found under S3 URL "s3://aws-glue-521695447989-us-west-2/2021-05-11-00-12-16/dbpedia/train" given in input data source. Please ensure that the bucket exists in the selected region (us-west-2), that objects exist under that S3 prefix, and that the role "arn:aws:iam::521695447989:role/ProdBuildSystemStack-ReleaseBuildRoleFB326D49-QK8LUA2UI1IC" has "s3:ListBucket" permissions on bucket "aws-glue-521695447989-us-west-2".
Contributor guide
Assessment
This issue has not been assessed yet.