Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果向 hive 表添加更多行,如果我们创建没有分区日期列的多维数据集,我们是否必须再次运行 map reduce 作业来构建多维数据集
是的,您必须在添加其他行后重新运行 MapReduce 作业。
CUBE 创建您在运行作业时提到的列集的所有可能组合的小计。
添加更多行后,小计和/或可能的组合数量可能会根据新行中的数据而增加。