Skip to content

Commit 414615c

Browse files
author
jamesbw
committed
added services jar to examples script classpath
Signed-off-by: jamesbw <github+jamesbw@squareup.com>
1 parent bc26730 commit 414615c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/bin/run_example_server.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ JAVA_ARGS="${JAVA_ARGS} -Ddruid.realtime.specFile=${SPEC_FILE}"
5656
DRUID_CP=${EXAMPLE_LOC}
5757
#For a pull
5858
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`
5960
DRUID_CP=${DRUID_CP}:${SCRIPT_DIR}/../config/realtime
6061
#For the kit
6162
DRUID_CP=${DRUID_CP}:${SCRIPT_DIR}/lib/*

0 commit comments

Comments
 (0)