Merge pull request #233 from rjurney/master

Changed port number for realtime server from 8080 to 8083 to make the ex...
This commit is contained in:
cheddar 2013-08-29 15:16:23 -07:00
commit c92fc0777b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ for delay in 5 30 30 30 30 30 30 30 30 30 30
echo "sleep for $delay seconds..."
echo " "
sleep $delay
curl -X POST 'http://localhost:8080/druid/v2/?w' -H 'content-type: application/json' -d "`cat ${QUERY_FILE}`"
curl -X POST 'http://localhost:8083/druid/v2/?w' -H 'content-type: application/json' -d "`cat ${QUERY_FILE}`"
echo " "
echo " "
done