You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pr...@apache.org on 2016/08/19 01:33:25 UTC

hive git commit: HIVE-14559: Remove setting hive.execution.engine in qfiles (Prasanth Jayachandran reviewed by Siddharth Seth)

Repository: hive
Updated Branches:
  refs/heads/master e084f4d69 -> 1dc02c134


HIVE-14559: Remove setting hive.execution.engine in qfiles (Prasanth Jayachandran reviewed by Siddharth Seth)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/1dc02c13
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/1dc02c13
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/1dc02c13

Branch: refs/heads/master
Commit: 1dc02c1342383841e08bb46948b3d8bfcdc4b99d
Parents: e084f4d
Author: Prasanth Jayachandran <pr...@apache.org>
Authored: Thu Aug 18 18:33:14 2016 -0700
Committer: Prasanth Jayachandran <pr...@apache.org>
Committed: Thu Aug 18 18:33:14 2016 -0700

----------------------------------------------------------------------
 ql/src/test/queries/clientpositive/constprog_dpp.q          | 1 -
 ql/src/test/queries/clientpositive/decimal_skewjoin.q       | 2 --
 ql/src/test/queries/clientpositive/join_acid_non_acid.q     | 1 -
 ql/src/test/queries/clientpositive/orc_mr_pathalias.q       | 1 -
 ql/src/test/queries/clientpositive/smb_join_partition_key.q | 3 +--
 ql/src/test/queries/clientpositive/tez_fsstat.q             | 1 -
 6 files changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/1dc02c13/ql/src/test/queries/clientpositive/constprog_dpp.q
----------------------------------------------------------------------
diff --git a/ql/src/test/queries/clientpositive/constprog_dpp.q b/ql/src/test/queries/clientpositive/constprog_dpp.q
index fff1c9e..0c70b13 100644
--- a/ql/src/test/queries/clientpositive/constprog_dpp.q
+++ b/ql/src/test/queries/clientpositive/constprog_dpp.q
@@ -1,5 +1,4 @@
 set hive.mapred.mode=nonstrict;
-set hive.execution.engine=tez;
 set hive.optimize.constant.propagation=true;
 set hive.tez.dynamic.partition.pruning=true;
 set hive.explain.user=true;

http://git-wip-us.apache.org/repos/asf/hive/blob/1dc02c13/ql/src/test/queries/clientpositive/decimal_skewjoin.q
----------------------------------------------------------------------
diff --git a/ql/src/test/queries/clientpositive/decimal_skewjoin.q b/ql/src/test/queries/clientpositive/decimal_skewjoin.q
index cac0d89..11c665a 100644
--- a/ql/src/test/queries/clientpositive/decimal_skewjoin.q
+++ b/ql/src/test/queries/clientpositive/decimal_skewjoin.q
@@ -1,5 +1,3 @@
-
-set hive.execution.engine=mr;
 set hive.optimize.skewjoin=true;
 set hive.auto.convert.join=false;
 

http://git-wip-us.apache.org/repos/asf/hive/blob/1dc02c13/ql/src/test/queries/clientpositive/join_acid_non_acid.q
----------------------------------------------------------------------
diff --git a/ql/src/test/queries/clientpositive/join_acid_non_acid.q b/ql/src/test/queries/clientpositive/join_acid_non_acid.q
index 8dd5f0b..866b466 100644
--- a/ql/src/test/queries/clientpositive/join_acid_non_acid.q
+++ b/ql/src/test/queries/clientpositive/join_acid_non_acid.q
@@ -15,7 +15,6 @@ STORED AS ORC;
 INSERT OVERWRITE TABLE orc_table VALUES (1, 'x');
 
 set hive.cbo.enable=true;
-SET hive.execution.engine=mr;
 SET hive.auto.convert.join=false;
 SET hive.input.format=org.apache.hadoop.hive.ql.io.CombineHiveInputFormat;
 SET hive.conf.validation=false;

http://git-wip-us.apache.org/repos/asf/hive/blob/1dc02c13/ql/src/test/queries/clientpositive/orc_mr_pathalias.q
----------------------------------------------------------------------
diff --git a/ql/src/test/queries/clientpositive/orc_mr_pathalias.q b/ql/src/test/queries/clientpositive/orc_mr_pathalias.q
index d77d07a..b92bb9c 100644
--- a/ql/src/test/queries/clientpositive/orc_mr_pathalias.q
+++ b/ql/src/test/queries/clientpositive/orc_mr_pathalias.q
@@ -7,7 +7,6 @@ insert overwrite table test.test_orc_src select 1,2,3 from src limit 1;
 insert overwrite table test.test_orc_src2 select 1,2,4 from src limit 1;
 
 set hive.auto.convert.join = false;
-set hive.execution.engine = mr;
 
 select
     tb.c

http://git-wip-us.apache.org/repos/asf/hive/blob/1dc02c13/ql/src/test/queries/clientpositive/smb_join_partition_key.q
----------------------------------------------------------------------
diff --git a/ql/src/test/queries/clientpositive/smb_join_partition_key.q b/ql/src/test/queries/clientpositive/smb_join_partition_key.q
index 21245cd..160bf5e 100644
--- a/ql/src/test/queries/clientpositive/smb_join_partition_key.q
+++ b/ql/src/test/queries/clientpositive/smb_join_partition_key.q
@@ -1,5 +1,4 @@
 set hive.mapred.mode=nonstrict;
-SET hive.execution.engine=mr; 
 SET hive.enforce.sortmergebucketmapjoin=false; 
 SET hive.auto.convert.sortmerge.join=true; 
 SET hive.optimize.bucketmapjoin = true; 
@@ -33,4 +32,4 @@ STORED AS ORC;
 
 INSERT OVERWRITE TABLE smb_table_part PARTITION (p1) SELECT key, value, 100 as p1 FROM data_table;
 
-SELECT s1.key, s2.p1 FROM smb_table s1 INNER JOIN smb_table_part s2 ON s1.key = s2.key ORDER BY s1.key;
\ No newline at end of file
+SELECT s1.key, s2.p1 FROM smb_table s1 INNER JOIN smb_table_part s2 ON s1.key = s2.key ORDER BY s1.key;

http://git-wip-us.apache.org/repos/asf/hive/blob/1dc02c13/ql/src/test/queries/clientpositive/tez_fsstat.q
----------------------------------------------------------------------
diff --git a/ql/src/test/queries/clientpositive/tez_fsstat.q b/ql/src/test/queries/clientpositive/tez_fsstat.q
index c7851a1..4aecd71 100644
--- a/ql/src/test/queries/clientpositive/tez_fsstat.q
+++ b/ql/src/test/queries/clientpositive/tez_fsstat.q
@@ -1,5 +1,4 @@
 set hive.mapred.mode=nonstrict;
-set hive.execution.engine=tez;
 CREATE TABLE tab_part (key int, value string) PARTITIONED BY(ds STRING) CLUSTERED BY (key) INTO 4 BUCKETS STORED AS TEXTFILE;
 CREATE TABLE t1 (key int, value string) partitioned by (ds string) CLUSTERED BY (key) INTO 4 BUCKETS STORED AS TEXTFILE;