mirror of https://github.com/apache/druid.git
commit
c8f549f7f1
|
@ -14,3 +14,5 @@ target
|
|||
client/.settings/org.eclipse.jdt.core.prefs
|
||||
common/.settings/org.eclipse.jdt.core.prefs
|
||||
server/.settings/org.eclipse.jdt.core.prefs
|
||||
examples/rand/RealtimeNode.out
|
||||
examples/twitter/RealtimeNode.out
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
echo " commandline query to RealtimeStandaloneMain service using curl"
|
||||
echo " before running this, do: run_server.sh &"
|
||||
echo " before running this, do: run_server.sh"
|
||||
|
||||
set +u
|
||||
shopt -s xpg_echo
|
||||
|
|
|
@ -15,7 +15,7 @@ echo "cleaning up previous run, if any"
|
|||
|
||||
# start RealtimeNode process
|
||||
#
|
||||
java -Xmx400m -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath target/druid-examples-rand-2.5.72-SNAPSHOT-selfcontained.jar druid.examples.RealtimeStandaloneMain >RealtimeNode.out 2>&1 &
|
||||
java -Xmx400m -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath target/druid-examples-rand-*-selfcontained.jar druid.examples.RealtimeStandaloneMain >RealtimeNode.out 2>&1 &
|
||||
PID=$!
|
||||
|
||||
trap "kill $PID" 1 2 3 15
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
echo " commandline query to RealtimeStandaloneMain service using curl"
|
||||
echo " before running this, do: run_server.sh &"
|
||||
echo " before running this, do: run_server.sh"
|
||||
|
||||
set +u
|
||||
shopt -s xpg_echo
|
||||
|
|
|
@ -57,7 +57,6 @@ import com.metamx.druid.kv.TmpFileIOPeon;
|
|||
import com.metamx.druid.kv.VSizeIndexedWriter;
|
||||
import com.metamx.druid.utils.JodaUtils;
|
||||
import com.metamx.druid.utils.SerializerUtils;
|
||||
import com.sun.tools.javac.resources.version;
|
||||
import it.uniroma3.mat.extendedset.intset.ConciseSet;
|
||||
import it.uniroma3.mat.extendedset.intset.ImmutableConciseSet;
|
||||
import org.apache.commons.io.FileUtils;
|
||||
|
|
Loading…
Reference in New Issue