[ https://issues.apache.org/jira/browse/HIVE-7137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14013400#comment-14013400 ]
Hive QA commented on HIVE-7137: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12647203/HIVE-7137.patch {color:red}ERROR:{color} -1 due to 6 failed/errored test(s), 5467 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_ctas org.apache.hadoop.hive.ql.exec.tez.TestTezTask.testSubmit org.apache.hive.hcatalog.pig.TestOrcHCatPigStorer.testWriteDecimal org.apache.hive.hcatalog.pig.TestOrcHCatPigStorer.testWriteDecimalX org.apache.hive.hcatalog.pig.TestOrcHCatPigStorer.testWriteDecimalXY {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/332/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/332/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-Build-332/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 6 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12647203 > Add progressable to writer interfaces so they could report progress while > different operations are in progress > -------------------------------------------------------------------------------------------------------------- > > Key: HIVE-7137 > URL: https://issues.apache.org/jira/browse/HIVE-7137 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Affects Versions: 0.13.1 > Reporter: Sumit Kumar > Assignee: Sumit Kumar > Priority: Minor > Attachments: HIVE-7137.patch > > > This patch is to pass Progressable instance along with different Writer > implementations. Without this jobs fail whenever a bulk write operation takes > longer than usual. With this patch, writers keep sending heartbeat and job > keeps running fine. Hive already provided support for this so this is a minor > addition. -- This message was sent by Atlassian JIRA (v6.2#6252)