diff --git a/examples/bin/run_example_server.sh b/examples/bin/run_example_server.sh index e2cc076ce9c5cffbc6f8d2661da1c3b75296bea0..163505659b643e57cf64364983bfd981813414df 100755 --- a/examples/bin/run_example_server.sh +++ b/examples/bin/run_example_server.sh @@ -56,10 +56,10 @@ JAVA_ARGS="${JAVA_ARGS} -Ddruid.realtime.specFile=${SPEC_FILE}" DRUID_CP=${EXAMPLE_LOC} #For a pull DRUID_CP=${DRUID_CP}:`ls ${SCRIPT_DIR}/../target/druid-examples-*-selfcontained.jar` -DRUID_CP=${DRUID_CP}:${SCRIPT_DIR}/../config +DRUID_CP=${DRUID_CP}:${SCRIPT_DIR}/../config/realtime #For the kit DRUID_CP=${DRUID_CP}:`ls ${SCRIPT_DIR}/lib/druid-examples-*-selfcontained.jar` -DRUID_CP=${DRUID_CP}:${SCRIPT_DIR}/config +DRUID_CP=${DRUID_CP}:${SCRIPT_DIR}/config/realtime echo "Running command:"