Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on 06-27-2017 01:01 AM - edited 09-16-2022 04:50 AM
Hi,
Our cluster is in CDH 5.7. We want to know the maximum partitions we can create for a hive/table and maximum allowed for a cluster ?
Best regards,
Olivier
Created 06-27-2017 07:19 AM
Created 06-28-2017 05:04 AM
Thank for your answer mbigelow
Created 06-28-2017 05:45 AM
Would you consider using Bucketing instead of partitioning because it
decomposes data sets into much more manageable parts but still depends on the use case.
insertion may take some time but intended for fast read .
Created 06-27-2017 07:19 AM
Created 06-28-2017 05:04 AM
Thank for your answer mbigelow
Created 07-05-2017 02:55 AM
@mbigelow i belive you can enforce partition count per query with this parameter
hive.metastore.limit.partition.request
correct me if I am wrong.
Created 03-09-2018 04:57 AM
For other people reading this in 2018 and beyond NB https://issues.apache.org/jira/browse/HIVE-9452 and https://issues.apache.org/jira/browse/HIVE-17234. Essentially AFAIK development for an HBase backed metastore has stalled.
Created 06-28-2017 05:45 AM
Would you consider using Bucketing instead of partitioning because it
decomposes data sets into much more manageable parts but still depends on the use case.
insertion may take some time but intended for fast read .