We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4400846 commit c307c23Copy full SHA for c307c23
examples/install-all-spark.sh
@@ -161,7 +161,7 @@ launch_web_service() {
161
sleep 15
162
163
println "Getting one random record from Bullet through the Web Service..."
164
- 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
165
println ""
166
println "Getting column schema from the Web Service..."
167
0 commit comments