blob: 45a01dacb5c3399dc2c09a2f026fa61a17c2415a [file] [log] [blame]
#!/bin/bash
echo "*******************************************************"
echo "Launching ThirdEye backend worker in demo mode"
echo "*******************************************************"
cd thirdeye-pinot
java -cp "./target/thirdeye-pinot-1.0-SNAPSHOT.jar" com.linkedin.thirdeye.anomaly.ThirdEyeAnomalyApplication "./config"
cd ..