diff --git ql/src/test/queries/clientpositive/auto_sortmerge_join_8.q ql/src/test/queries/clientpositive/auto_sortmerge_join_8.q index a66806f..734d2b3 100644 --- ql/src/test/queries/clientpositive/auto_sortmerge_join_8.q +++ ql/src/test/queries/clientpositive/auto_sortmerge_join_8.q @@ -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');