We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc26730 commit 414615cCopy full SHA for 414615c
examples/bin/run_example_server.sh
@@ -56,6 +56,7 @@ JAVA_ARGS="${JAVA_ARGS} -Ddruid.realtime.specFile=${SPEC_FILE}"
56
DRUID_CP=${EXAMPLE_LOC}
57
#For a pull
58
DRUID_CP=${DRUID_CP}:`ls ${SCRIPT_DIR}/../target/druid-examples-*-selfcontained.jar`
59
+DRUID_CP=${DRUID_CP}:`ls ${SCRIPT_DIR}/../../services/target/druid-services-*-selfcontained.jar`
60
DRUID_CP=${DRUID_CP}:${SCRIPT_DIR}/../config/realtime
61
#For the kit
62
DRUID_CP=${DRUID_CP}:${SCRIPT_DIR}/lib/*
0 commit comments