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.

DROP / COMPUTE incremental stats with dynamic partition specs impala

avatar
Contributor

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

 

 

1 ACCEPTED SOLUTION

avatar

https://issues.apache.org/jira/browse/IMPALA-1570

 

That feature is available since Impala 2.8 (CDH 5.11)

View solution in original post

1 REPLY 1

avatar

https://issues.apache.org/jira/browse/IMPALA-1570

 

That feature is available since Impala 2.8 (CDH 5.11)