Member since
09-27-2013
6
Posts
4
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
14964 | 12-10-2014 10:14 AM | |
1430 | 04-09-2014 03:03 PM |
12-10-2014
10:14 AM
1 Kudo
It looks to me like your Parquet table was created with the wrong table format, possibly text. In the Impala shell, could you run "describe formatted <table>" and post the SerDe Library, InputFormat, and OutputFormat?
... View more
04-09-2014
03:03 PM
1 Kudo
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 more