From 6d30def9e42168961bf06826f341077514112f83 Mon Sep 17 00:00:00 2001 From: Akshai Sarma Date: Fri, 30 Nov 2018 13:42:46 -0800 Subject: [PATCH] Quotes not needed? --- examples/install-all-spark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/install-all-spark.sh b/examples/install-all-spark.sh index 7ea8ca4e..95c05654 100755 --- a/examples/install-all-spark.sh +++ b/examples/install-all-spark.sh @@ -161,7 +161,7 @@ launch_web_service() { sleep 15 println "Getting one random record from Bullet through the Web Service..." - curl -s -H 'Content-Type: text/plain' -X POST -d '{\"aggregation\": {\"size\": 1}}' http://localhost:9999/api/bullet/sse-query + curl -s -H 'Content-Type: text/plain' -X POST -d '{"aggregation": {"size": 1}}' http://localhost:9999/api/bullet/sse-query println "" println "Getting column schema from the Web Service..." println ""