[
https://issues.apache.org/jira/browse/HIVE-19195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16439746#comment-16439746
]
Ashutosh Chauhan commented on HIVE-19195:
-----------------------------------------
Following q.out needs to be deleted :
{code}
org.apache.hadoop.hive.cli.control.TestDanglingQOuts.checkDanglingQOut
Failing for the past 1 build (Since Failed#10253 )
Took 17 ms.
Error Message
dangling qouts:
[/home/hiveptest/35.225.136.142-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/auto_sortmerge_join_1.q.out,
/home/hiveptest/35.225.136.142-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/auto_sortmerge_join_10.q.out,
/home/hiveptest/35.225.136.142-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/auto_sortmerge_join_14.q.out,
/home/hiveptest/35.225.136.142-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/auto_sortmerge_join_2.q.out,
/home/hiveptest/35.225.136.142-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/auto_sortmerge_join_7.q.out,
/home/hiveptest/35.225.136.142-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/auto_sortmerge_join_11.q.out,
/home/hiveptest/35.225.136.142-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/auto_sortmerge_join_15.q.out,
/home/hiveptest/35.225.136.142-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/llap_acid_fast.q.out,
/home/hiveptest/35.225.136.142-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/auto_sortmerge_join_12.q.out,
/home/hiveptest/35.225.136.142-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/auto_sortmerge_join_3.q.out,
/home/hiveptest/35.225.136.142-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/auto_sortmerge_join_13.q.out,
/home/hiveptest/35.225.136.142-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/auto_sortmerge_join_5.q.out,
/home/hiveptest/35.225.136.142-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/auto_sortmerge_join_4.q.out,
/home/hiveptest/35.225.136.142-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/llap_acid.q.out,
/home/hiveptest/35.225.136.142-hiveptest-0/apache-github-source-source/ql/src/test/results/clientpositive/llap/tez_join_hash.q.out]
{code}
> Fix flaky tests and cleanup testconfiguration to run llap specific tests in
> llap only.
> --------------------------------------------------------------------------------------
>
> Key: HIVE-19195
> URL: https://issues.apache.org/jira/browse/HIVE-19195
> Project: Hive
> Issue Type: Sub-task
> Components: Test
> Reporter: Ashutosh Chauhan
> Assignee: Deepak Jaiswal
> Priority: Major
> Attachments: HIVE-19195.1.patch
>
>
> This test is certainly flaky. Seems like it makes some assumption about
> available memory. Consider dropping this altogether.
> Also remove tests from llaplocal.shared list to llaplocal so that they dont
> run in MR.
> Makes HIVE-17055 redundant.
> {code:java}
> Client Execution succeeded but contained differences (error code = 1) after
> executing auto_sortmerge_join_2.q
> 1101,1103d1100
> < Hive Runtime Error: Map local work exhausted memory
> < FAILED: Execution Error, return code 3 from
> org.apache.hadoop.hive.ql.exec.mr.MapredLocalTask
> < ATTEMPT: Execute BackupTask: org.apache.hadoop.hive.ql.exec.mr.MapRedTask
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)