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 0899793..b4ecf40 100644 --- ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java +++ ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java @@ -932,7 +932,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 + " partitions per node" + + ", number of dynamic partitions on this node: " + valToPaths.size()); } if (!conf.getDpSortState().equals(DPSortState.NONE) && prevFsp != null) {