Member since
10-15-2013
9
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3877 | 08-12-2014 11:40 AM |
04-13-2017
12:40 PM
1 Kudo
Since CDH 5.8 you can use set PARQUET_FALLBACK_SCHEMA_RESOLUTION=1; to look up columns within Parquet files by column name. For more, see: https://www.cloudera.com/documentation/enterprise/latest/topics/impala_parquet_fallback_schema_resolution.html
... View more
03-29-2016
03:08 PM
What is the maximum number of partitions an external impala table can have?
... View more
03-02-2016
06:21 PM
Indeed there is, and the issue has been fixed! See: https://issues.cloudera.org/browse/IMPALA-2974 You can work around that specific problem in Impala by using the following syntax. ALTER TABLE A REPLACE COLUMNS (complete list of column definitions) My apologies for the inconvenience.
... View more
01-07-2016
05:23 PM
Yea :). Thanks everyone for your reports and JIRA contricutions!
... View more
08-12-2014
11:40 AM
As a workaround we used jarjar ( https://code.google.com/p/jarjar/ ) to rename parquet.** to parquet15.** in our uberjar with scalding jobs.
... View more