03-09-2024 11:46 PM - edited 03-09-2024 11:49 PM
I was going through this tutorial https://mlflow.org/docs/latest/getting-started/tracking-server-overview/index.html#method-2-start-yo..., I ran the whole script and when I try to open the experiment on the databricks website I get this error: "BAD_REQUEST: ExperimentIds cannot be empty when checking ACLs in bulk". I get the same error when I try to create a new experiment directly on the databricks website.
03-13-2024 03:49 AM
Hi @sarvar-anvarov, It appears that you’re encountering an issue related to ACLs (Access Control Lists) when working with Databricks and Amazon S3.
Let’s break down the problem and explore potential solutions:
ACLs and Object Ownership:
The Error Message:
Possible Solutions:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1380877761162",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::bucketname/*"
}
]
}
"bucketname"
with your actual bucket name.DeleteBucketOwnershipControls
after creating the bucket 3.Review AWS Changes:
Remember to adjust the steps based on your specific use case and ensure that your bucket configuration aligns with your requirements. If you’re still facing issues, consider reaching out for further assistance. 🚀
03-14-2024 04:07 PM
Hi, I also encounter the same issue. I used Mlflow to log results as experiments in Databricks CE. It works perfectly fine before but I suddenly encountered this error. I am sure I didn't change any settings. And strangely I noticed that the URL is different from before when I clicked the same experiment.
03-16-2024 03:26 AM
Hi @Kaniz_Fatma,
I'm also having the same issue in Databricks CE.
This error is related to S3 bucket hosting CE. Is it possible to change the bucket policy on user's end?
I researched it, but I couldn't get the answer.
03-13-2024 04:05 AM
Hi @sarvar-anvarov, It seems you’ve encountered an issue related to ACLs (Access Control Lists) while working with MLflow and Databricks.
Let’s break down the problem and explore potential solutions.
Background:
Error Message:
Possible Solutions:
Next Steps:
Remember to proceed carefully, especially if you’re new to AWS. If you encounter any issues, consult AWS documentation or seek assistance from experienced AWS users. Good luck! 🚀
03-14-2024 06:41 PM
Hi did u resolve that? I encountered the same error
03-16-2024 03:38 AM
Hi, @stanjs , couldn't resolve that. I forgot to mention that I am also using databricks ce, so I can't change any s3 bucket configurations or etc. I'm guessing they are provided by MLflow or Databricks, but I am not sure.
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.
If there isn’t a group near you, start one and help create a community that brings people together.
Request a New Group