mlflow: [SETUP-BUG] Mlflow is not writting to the s3 bucket
Thank you for submitting an issue. Please refer to our issue policy for information on what types of issues we address.
Please fill in this installation issue template to ensure a timely and thorough response.
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 20.04
- MLflow installed from (source or binary): Source
- MLflow version (run
mlflow --version): mlflow, version 1.10.0 - Python version: 3.7
- Exact command to reproduce:
I am launching the ml server on an ec2 with a postgres database and a s3 bucket, and local host 0.0.0.0
Describe the problem
Provide the exact sequence of commands / steps that you executed before running into the problem.
When I create an experiment either on the command line or through the ui, it does not show up in the s3 at all. I am able to write to the s3 bucket through the aws cli.
Other info / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 34 (15 by maintainers)
I have a similar issue with minio as S3:
throws:
s3_bucket = “S3://127.0.0.1:9000” s3_bucket = “S3://127.0.0.1:9000/mlflow” both throw:
s3_bucket = “http://127.0.0.1:9000/mlflow” throws
@rd16395p Can you try this?