Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.55 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.55 KB

flink-sql-benchmark

Run benchmark in flink

  • Step 1: Prepare your flink environment.

  • Step 2: Build test jar.

    • Modify flink version and hive version of pom.xml.

    • cd flink-tpcds, mvn clean install

  • Step 3: Run

    • flink_home/bin/flink run -c com.ververica.flink.benchmark.Benchmark ./flink-tpcds-0.1-SNAPSHOT-jar-with-dependencies.jar --database tpcds_bin_orc_10000 --hive_conf hive_home/conf

Run benchmark in other systems

Because the prepared test data is standard hive data, other calculation frameworks integrated with hive data can also run benchmark very simply. Please build your own environment and test it.

If you have any questions, please contact: