Skip to content

Commit

Permalink
HIVE-7924 : auto_sortmerge_join_8 sometimes fails with OOM (Szehon Ho…
Browse files Browse the repository at this point in the history
… via Gunther Hagleitner)

git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1641517 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ashutoshc committed Nov 25, 2014
1 parent 5216d04 commit e5b7c08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ql/src/test/queries/clientpositive/auto_sortmerge_join_8.q
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
set hive.exec.submitviachild=true;
set hive.exec.submit.local.task.via.child=true;

-- small 2 part, 2 bucket & big 2 part, 4 bucket
CREATE TABLE bucket_small (key string, value string) partitioned by (ds string) CLUSTERED BY (key) SORTED BY (key) INTO 2 BUCKETS STORED AS TEXTFILE;
load data local inpath '../../data/files/smallsrcsortbucket1outof4.txt' INTO TABLE bucket_small partition(ds='2008-04-08');
Expand Down

0 comments on commit e5b7c08

Please sign in to comment.