Closed jbomengo closed 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
Should be fixed now.
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