[ https://issues.apache.org/jira/browse/HIVE-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13027927#comment-13027927 ]
Ning Zhang commented on HIVE-2142: ---------------------------------- Please correct the error message syntax as follows (since it is a user-facing message): "total number of created files now is " + numFiles + ", exceeds ").append(upperLimit); should be changed to: "total number of created files now is " + numFiles + ", which exceeds ").append(upperLimit); Otherwise it looks fine. > Jobs do not get killed even when they created too many files. > ------------------------------------------------------------- > > Key: HIVE-2142 > URL: https://issues.apache.org/jira/browse/HIVE-2142 > Project: Hive > Issue Type: Bug > Reporter: He Yongqiang > Assignee: He Yongqiang > Attachments: HIVE-2142.1.patch > > -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira