[ https://issues.apache.org/jira/browse/HIVE-11456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14654848#comment-14654848 ]
Hive QA commented on HIVE-11456: -------------------------------- {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/12748701/HIVE-11456.1.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 9322 tests executed *Failed tests:* {noformat} org.apache.hive.jdbc.TestSSL.testSSLFetchHttp {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4829/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4829/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4829/ 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: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12748701 - PreCommit-HIVE-TRUNK-Build > HCatStorer should honor mapreduce.output.basename > ------------------------------------------------- > > Key: HIVE-11456 > URL: https://issues.apache.org/jira/browse/HIVE-11456 > Project: Hive > Issue Type: Bug > Affects Versions: 1.2.0 > Reporter: Rohini Palaniswamy > Assignee: Mithun Radhakrishnan > Priority: Critical > Attachments: HIVE-11456.1.patch > > > Pig on Tez scripts with union directly followed by HCatStorer have a problem > due to HCatStorer not honoring mapreduce.output.basename and always using > part. Tez sets mapreduce.output.basename to part-v000-o000 (vertex id > followed by output id). With union optimizer, Pig uses vertex groups to write > directly from both the vertices to the final output directory. Since hcat > ignores the mapreduce.output.basename, both the vertices produce > part-r-0000<n> and when they are moved from the temp location to the final > directory, they just overwrite each other. There is no failure and only one > of the files with that name makes it into the final directory. -- This message was sent by Atlassian JIRA (v6.3.4#6332)