mesosphere-backup / iot-demo

IoT - It's the thing you want! And so here's a full-stack demo.
Apache License 2.0
62 stars 24 forks source link

Presto command issuing a "command null" response #1

Closed jbomengo closed 9 years ago

jbomengo commented 9 years ago

After launching the presto image and running the below command the response is "Error running command: null"

presto:twitter> select substr(tweet_text, 1, 40) as tweet_text, batchtime, score from tweets order by batchtime desc limit 20; Error running command: null

brndnmtthws commented 9 years ago

Should be fixed now.