korlov42 commented on code in PR #3309: URL: https://github.com/apache/ignite-3/pull/3309#discussion_r1507651944
########## modules/runner/src/integrationTest/java/org/apache/ignite/internal/benchmark/TpchBenchmark.java: ########## @@ -52,10 +55,26 @@ @OutputTimeUnit(TimeUnit.MILLISECONDS) @SuppressWarnings({"WeakerAccess", "unused"}) public class TpchBenchmark extends AbstractMultiNodeBenchmark { - private final String[] tablesToInit = { - "customer", "lineitem", "nation", "orders", - "part", "partsupp", "region", "supplier" - }; + /* + Minimal configuration of this benchmark requires specifying pathToDataset. Latest known location + of dataset is https://github.com/cmu-db/benchbase/tree/main/data/tpch-sf0.01 for scale factor 0.01 + and https://github.com/cmu-db/benchbase/tree/main/data/tpch-sf0.1 for scale factor 0.1. Dataset + is set of CSV files with name `{$tableName}.tbl` per each table and character `|` as separator. + + By default, cluster's work directory will be created as a temporal folder. This implies, Review Comment: fixed, thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org