You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2015/10/16 01:28:19 UTC

hive git commit: HIVE-12060 : LLAP: create separate variable for llap tests (Sergey Shelukhin, reviewed by Vikram Dixit K)

Repository: hive
Updated Branches:
  refs/heads/master ae74721c8 -> c116e5ebd


HIVE-12060 : LLAP: create separate variable for llap tests (Sergey Shelukhin, reviewed by Vikram Dixit K)


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

Branch: refs/heads/master
Commit: c116e5ebd184a440e86611dd5638062c9b653e9d
Parents: ae74721
Author: Sergey Shelukhin <se...@apache.org>
Authored: Thu Oct 15 16:27:58 2015 -0700
Committer: Sergey Shelukhin <se...@apache.org>
Committed: Thu Oct 15 16:27:58 2015 -0700

----------------------------------------------------------------------
 itests/qtest/pom.xml                            |  2 +-
 .../test/resources/testconfiguration.properties | 42 ++++++++++++++++++++
 2 files changed, 43 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/c116e5eb/itests/qtest/pom.xml
----------------------------------------------------------------------
diff --git a/itests/qtest/pom.xml b/itests/qtest/pom.xml
index bb5b1a1..d5c3009 100644
--- a/itests/qtest/pom.xml
+++ b/itests/qtest/pom.xml
@@ -538,7 +538,7 @@
                               templatePath="${basedir}/${hive.path.to.root}/ql/src/test/templates/" template="TestCliDriver.vm"
                               queryDirectory="${basedir}/${hive.path.to.root}/ql/src/test/queries/clientpositive/"
                               queryFile="${qfile}"
-                              includeQueryFile="${minitez.query.files}"
+                              includeQueryFile="${minillap.query.files}"
                               queryFileRegex="${qfile_regex}"
                               clusterMode="llap"
                               runDisabled="${run_disabled}"

http://git-wip-us.apache.org/repos/asf/hive/blob/c116e5eb/itests/src/test/resources/testconfiguration.properties
----------------------------------------------------------------------
diff --git a/itests/src/test/resources/testconfiguration.properties b/itests/src/test/resources/testconfiguration.properties
index 6ad11ce..fa1d89d 100644
--- a/itests/src/test/resources/testconfiguration.properties
+++ b/itests/src/test/resources/testconfiguration.properties
@@ -378,6 +378,48 @@ minitez.query.files=bucket_map_join_tez1.q,\
   tez_join.q,\
   tez_union_multiinsert.q
 
+
+
+
+minillap.query.files=bucket_map_join_tez1.q,\
+  bucket_map_join_tez2.q,\
+  constprog_dpp.q,\
+  dynamic_partition_pruning.q,\
+  dynamic_partition_pruning_2.q,\
+  hybridgrace_hashjoin_1.q,\
+  hybridgrace_hashjoin_2.q,\
+  mapjoin_decimal.q,\
+  lvj_mapjoin.q,\
+  llapdecider.q,\
+  mrr.q,\
+  orc_ppd_basic.q,\
+  tez_bmj_schema_evolution.q,\
+  tez_dml.q,\
+  tez_fsstat.q,\
+  tez_insert_overwrite_local_directory_1.q,\
+  tez_dynpart_hashjoin_1.q,\
+  tez_dynpart_hashjoin_2.q,\
+  tez_vector_dynpart_hashjoin_1.q,\
+  tez_vector_dynpart_hashjoin_2.q,\
+  tez_join_hash.q,\
+  tez_join_result_complex.q,\
+  tez_join_tests.q,\
+  tez_joins_explain.q,\
+  tez_schema_evolution.q,\
+  tez_self_join.q,\
+  tez_union.q,\
+  tez_union2.q,\
+  tez_union_dynamic_partition.q,\
+  tez_union_view.q,\
+  tez_union_decimal.q,\
+  tez_union_group_by.q,\
+  tez_smb_main.q,\
+  tez_smb_1.q,\
+  vectorized_dynamic_partition_pruning.q,\
+  tez_multi_union.q,\
+  tez_join.q,\
+  tez_union_multiinsert.q
+
 encrypted.query.files=encryption_join_unencrypted_tbl.q,\
   encryption_insert_partition_static.q,\
   encryption_insert_partition_dynamic.q,\