----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1013/ -----------------------------------------------------------
(Updated 2011-07-15 18:20:41.419263) Review request for hive. Changes ------- rebased on the current trunk Summary ------- In dynamic partition inserts, if a mapper created too many partitions, a fatal error is raised and the job got killed. Sometimes the error is caused by data error and it will be helpful for users to debug if we display a sample of dynamic partitions generated. This addresses bug HIVE-2252. https://issues.apache.org/jira/browse/HIVE-2252 Diffs (updated) ----- trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java 1147261 Diff: https://reviews.apache.org/r/1013/diff Testing ------- passed all unit tests. Thanks, Ning