I have created a table in HIVE
CREATE TABLE IF NOT EXISTS daily_firstseen_analysis ( firstSeen STRING, category STRING, circle
I execute ANALYZE TABLE ... at first is OK, but raise error when i try again.so i try:
ANALYZE TABLE ...
hive> REFRESH TABLE daily_firstseen_analysis; hive> SELECT COUNT(*) FROM daily_firstseen_analysis;
this is explain