RunningJon / TPC-DS

Greenplum TPC-DS benchmark
113 stars 96 forks source link

Can not execute tpcds.sh in offline environments #21

Closed CC-Hsu closed 4 years ago

CC-Hsu commented 4 years ago

Hi,

We try to execute TPC-DS tests in offline GPDB clusters but I stuck at external network check GitHub access check.

I guess it's caused by script_check() in tpcds.sh script.

It would be great if someone can improve TPC-DS scripts to make it workable to run in offline environments smoothly.

Thanks.

RunningJon commented 4 years ago

You can execute it offline. You have to download the repo first.

CC-Hsu commented 4 years ago

Hi,

I downloaded the latest script from GitHub webpage.

And I find a way to make it works in offline environment. 1) Rename extracted directory name to TPC-DS (originally it is TPC-DS_master). 2) Comment out repo_init from tpcds.sh

I think it is OK now.

Thanks.