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 .