Skip to content

User Guide

Yongtao You edited this page Dec 4, 2021 · 2 revisions

How to Run it?

  1. You will need to install Java on the host;
  2. Run mvn clean package -Dmaven.test.skip=true under the root directory of the repository;
  3. To run the benchmark against TickTock,
  • cd opentsdb/target/opentsdb-0.0.1
  • cp ../../config.properties.ticktock conf/config.properties
  1. Update conf/config.properties; Specifically, update HOST, PORT
  2. Run benchmark.sh
Clone this wiki locally