mirror of https://github.com/apache/druid.git
Added a few comments and made sure it still works for non-kits
This commit is contained in:
parent
c0e38981ff
commit
cfe9b7f177
|
@ -52,10 +52,14 @@ fi
|
|||
JAVA_ARGS="-Xmx256m -Duser.timezone=UTC -Dfile.encoding=UTF-8"
|
||||
JAVA_ARGS="${JAVA_ARGS} -Ddruid.realtime.specFile=${SPEC_FILE}"
|
||||
|
||||
|
||||
DRUID_CP=${EXAMPLE_LOC}
|
||||
DRUID_CP=${DRUID_CP}:./config
|
||||
#For a pull
|
||||
DRUID_CP=${DRUID_CP}:`ls ../target/druid-examples-*-selfcontained.jar`
|
||||
DRUID_CP=${DRUID_CP}:../config
|
||||
#For the kit
|
||||
DRUID_CP=${DRUID_CP}:`ls ./lib/druid-examples-*-selfcontained.jar`
|
||||
DRUID_CP=${DRUID_CP}:./config
|
||||
|
||||
echo "Running command:"
|
||||
|
||||
|
|
Loading…
Reference in New Issue