diff --git ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java index 7459bba..5ab68fc 100644 --- ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java +++ ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java @@ -911,7 +911,8 @@ protected FSPaths getDynOutPaths(List row, String lbDirName) throws Hive // we cannot proceed and need to tell the hive client that retries won't succeed either throw new HiveFatalException( ErrorMsg.DYNAMIC_PARTITIONS_TOO_MANY_PER_NODE_ERROR.getErrorCodedMsg() - + "Maximum was set to: " + maxPartitions); + + "Maximum was set to: " + maxPartitions + + ", number of dynamic partitions: " + valToPaths.size()); } if (!conf.getDpSortState().equals(DPSortState.NONE) && prevFsp != null) {