You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
files.txt is missing for the new introduced Big5 corpora. Hence, OSB fails to automatically download the corpora from the cloudfront URL.
How can one reproduce the bug?
run command sh download.sh big5 to see the failureas below
======== Downloading data corpus for workload big5
Switched to branch 'main'
Cloning into '/home/ec2-user/.benchmark/benchmarks/workloads/default'...
cat: /home/ec2-user/.benchmark/benchmarks/workloads/default/big5/files.txt: No such file or directory
Created data for big5 in benchmark-workload-data-big5.tar. Next steps:
1. Copy it to the user home directory on the target machine(s).
2. Extract with tar -xf benchmark-workload-data-big5.tar (will be extracted to ~/.benchmark/benchmarks).
What is the expected behavior?
Data corpora should be downloaded in the $HOME/.benchmark/benchmarks/data/big5 folder.
What is your host/environment?
AL2, ec2 instance
The text was updated successfully, but these errors were encountered:
What is the bug?
files.txt
is missing for the new introduced Big5 corpora. Hence, OSB fails to automatically download the corpora from the cloudfront URL.How can one reproduce the bug?
run command
sh download.sh big5
to see the failureas belowWhat is the expected behavior?
Data corpora should be downloaded in the
$HOME/.benchmark/benchmarks/data/big5
folder.What is your host/environment?
AL2, ec2 instance
The text was updated successfully, but these errors were encountered: