- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
DROP / COMPUTE incremental stats with dynamic partition specs impala
- Labels:
-
Apache Impala
Created on ‎08-22-2017 08:10 AM - edited ‎09-16-2022 05:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In Impala 5.7 can I do compute incremental stats on dynamic partiitons like
compute incremental stats table partition(id>1 and id<10) or with a where clause somewhere.
I receive an error requires = identifer not allowed >.
Is there way to compute stats for specific partitions and not others.
Right now can only do compute incremental stats table partition(iid=1)
Thanks
Created ‎08-23-2017 08:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
https://issues.apache.org/jira/browse/IMPALA-1570
That feature is available since Impala 2.8 (CDH 5.11)
Created ‎08-23-2017 08:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
https://issues.apache.org/jira/browse/IMPALA-1570
That feature is available since Impala 2.8 (CDH 5.11)
