From d089e6568264f7a86a796a6aead37eb335b8caaa Mon Sep 17 00:00:00 2001 From: fjy Date: Thu, 6 Mar 2014 13:06:09 -0800 Subject: [PATCH] fix build.sh --- examples/bin/run_example_server.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/bin/run_example_server.sh b/examples/bin/run_example_server.sh index 6af1a3c0ebe..3d63e7cb0c3 100755 --- a/examples/bin/run_example_server.sh +++ b/examples/bin/run_example_server.sh @@ -55,7 +55,6 @@ JAVA_ARGS="${JAVA_ARGS} -Ddruid.realtime.specFile=${SPEC_FILE}" DRUID_CP=${EXAMPLE_LOC} #For a pull -DRUID_CP=${DRUID_CP}:`ls ${SCRIPT_DIR}/../../services/target/druid-services-*-selfcontained.jar` DRUID_CP=${DRUID_CP}:${SCRIPT_DIR}/../config/realtime #For the kit DRUID_CP=${DRUID_CP}:${SCRIPT_DIR}/lib/*