Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

TAJO-1410: TPC-DS TestCase#455

Closed
babokim wants to merge 5 commits intoapache:masterfrom
babokim:TAJO-1410
Closed

TAJO-1410: TPC-DS TestCase#455
babokim wants to merge 5 commits intoapache:masterfrom
babokim:TAJO-1410

Conversation

@babokim
Copy link
Contributor

@babokim babokim commented Mar 23, 2015

The TPC-DS data set which is generated scale factor 1 is almost 1.2GB. It is too big to run test case on the single machine. So TPC-DS testcase is separated from main test case. In this patch, I added 'tpcds-test' profile to run TPC-DS test case. TPC-DS test case doesn't run with default build option.
You can choose pre-generated test data set with '-Dtpcds.gen.data=false' and '-Dtpcds.data.dir=' option.

Use -Dtpcds-test to run TPC-DS test case with teh following additional options:
-Dtpcds.gen.data= : required
-Dtpcds.data.dir=: required
-Dtpcds.generator=: if tpcds.gen.data=true, required

I used the following command on my laptop.
mvn test -Ptpcds-test -Dtpcds.gen.data=yes -Dtpcds.data.dir=/Users/babokim/tmp/tpcds1 -Dtpcds.generator=/Users/babokim/Downloads/tpcds-kit-master/tools/dsdgen

@babokim
Copy link
Contributor Author

babokim commented Mar 30, 2015

After discussion, this patch will be hosted in the following repository :
https://github.com/babokim/tajo-tcpds

@babokim babokim closed this Mar 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant