Hi!
I have been following the tutorial and I am stuck. Flume is gathering tweets correctly and saving them in /user/flume/tweets.
Then, I have execute:
ADD JAR ;
CREATE EXTERNAL TABLE tweets (.....
But when for example I execute SELECT COUNT(*) from tweets; , the table is empty, the result is 0. Do I have to execute some other command in order to load the tweets?
Thanks!