cornelldbgroup / skinnerdb

SkinnerDB is an analytical database management system. It uses adaptive processing and reinforcement learning to find near-optimal join orders.
https://cornelldbgroup.github.io/skinnerdb/
47 stars 7 forks source link

Permission for SkinnerMT/Databases zips on Drive #6

Open d-justen opened 10 months ago

d-justen commented 10 months ago

Hey there! I am trying to run the SkinnerMT benchmarks with the zips provided via Google Drive. However, when I try to gdown it, I receive the following error:

Access denied with the following error:

    Cannot retrieve the public link of the file. You may need to change
    the permission to 'Anyone with the link', or have had many accesses.

You may still be able to access the file from the browser:

     https://drive.google.com/uc?id=1RvwNLveDfiRPz7sTfpPX7_zQb77rRgHE

Downloading the zips by hand does work, but I would like to automate it in a script. Would it be possible for you to have a look at the access permissions. Thanks!

Ultra-Seven commented 10 months ago

Hi David,

I tried :

pip install --upgrade --no-cache-dir gdown gdown "1zr9pKMfK33IOlZ26YrvLpO1STi7Rzueu&confirm=t"

It seems working on my side (MacOS)

Please let me know if you have any other questions.

Best, Ziyun

d-justen commented 10 months ago

Thanks for your help! This works as on my machine for the databases.zip file as well. However, I am still receiving the aforementioned error for skinnermt.zip (gdown 1RvwNLveDfiRPz7sTfpPX7_zQb77rRgHE). When trying to access the file from my browser, Google Drive returns a 404 error, which was not the case last week I think.

Ultra-Seven commented 10 months ago

Hi, I think the ID should be a different one. I clicked the link of skinnermt.zip and copied the ID here. This should work:

gdown "1CU0sJlR-GvSBKzzfJO-CyaFlM_PmN4Tb&confirm=t"

Thank you!

d-justen commented 10 months ago

This worked for me as well, thank you!

PeiMu commented 4 months ago

Thank you for the question and thanks for the correct link. Can you please update the README also?

Thanks!