[ https://issues.apache.org/jira/browse/HIVE-7237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037466#comment-14037466 ]
Hive QA commented on HIVE-7237: ------------------------------- {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/12651056/HIVE-7237.1.patch.txt {color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 5654 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_groupby1 org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_ctas {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/516/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/516/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-Build-516/ 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: 3 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12651056 > hive.exec.parallel=true w/ Hive 0.13/Tez causes application to linger forever > ----------------------------------------------------------------------------- > > Key: HIVE-7237 > URL: https://issues.apache.org/jira/browse/HIVE-7237 > Project: Hive > Issue Type: Bug > Components: Tez > Affects Versions: 0.13.0 > Environment: HDP 2.1, Hive 0.13, SLES 11, 128GB data nodes, ORC SNAPPY > Reporter: Douglas Moore > Assignee: Navis > Attachments: HIVE-7237.1.patch.txt > > > set hive.exec.parallel=true; will cause the Yarn application instance to > linger > forever. set hive.exec.parallel=false, the application goes away as soon as > hive query is complete. The underlying table is an ORC store_sales table > compressed with SNAPPY. > {code} > hive.exec.parallel=true; > select * from store_sales where ss_ticket_number=5741230 and ss_item_sk=4825 > {code} > The query will run under Tez and finish << 30 seconds. > After 30-40 of these jobs the cluster gets to a point where no jobs will > finish. -- This message was sent by Atlassian JIRA (v6.2#6252)