Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Is there a way to query streaming data from storm in impala?

avatar
New Member

We want an architecture where streaming data from Storm is landed on to a table folder which can be picked up by Impala. The Impala query will power a dashboard which will be updated every few minutes. Do you have to do regularly "invalidate metadata". But that takes too long. Is there a faster way of doing this?

1 ACCEPTED SOLUTION

avatar
Cloudera Employee
Try using "refresh <table name>" instead of "invalidate metadata". This will incrementally update the specified table's metadata rather than clearing all cached metadata, so it should be faster.

View solution in original post

1 REPLY 1

avatar
Cloudera Employee
Try using "refresh <table name>" instead of "invalidate metadata". This will incrementally update the specified table's metadata rather than clearing all cached metadata, so it should be faster.