You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pv...@apache.org on 2017/11/10 12:45:06 UTC

hive git commit: HIVE-17785: Encription tests are not running (Peter Vary, reviewed by Barna Zsombor Klara)

Repository: hive
Updated Branches:
  refs/heads/master 4b9a1eacc -> 5011da72d


HIVE-17785: Encription tests are not running (Peter Vary, reviewed by Barna Zsombor Klara)


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

Branch: refs/heads/master
Commit: 5011da72dd27e0513534c3fc9b361dea27d231ea
Parents: 4b9a1ea
Author: Peter Vary <pv...@cloudera.com>
Authored: Fri Nov 10 13:44:51 2017 +0100
Committer: Peter Vary <pv...@cloudera.com>
Committed: Fri Nov 10 13:44:51 2017 +0100

----------------------------------------------------------------------
 .../test/resources/testconfiguration.properties   | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/5011da72/itests/src/test/resources/testconfiguration.properties
----------------------------------------------------------------------
diff --git a/itests/src/test/resources/testconfiguration.properties b/itests/src/test/resources/testconfiguration.properties
index 1d16b65..5a6dbb8 100644
--- a/itests/src/test/resources/testconfiguration.properties
+++ b/itests/src/test/resources/testconfiguration.properties
@@ -803,15 +803,15 @@ encrypted.query.files=encryption_join_unencrypted_tbl.q,\
   encryption_select_read_only_encrypted_tbl.q,\
   encryption_select_read_only_unencrypted_tbl.q,\
   encryption_load_data_to_encrypted_tables.q, \
-  encryption_unencrypted_nonhdfs_external_tables.q \
-  encryption_move_tbl.q \
-  encryption_drop_table.q \
-  encryption_insert_values.q \
-  encryption_drop_view.q \
-  encryption_drop_partition.q \
-  encryption_with_trash.q \
-  encryption_ctas.q \
-  encryption_auto_purge_tables.q \
+  encryption_unencrypted_nonhdfs_external_tables.q, \
+  encryption_move_tbl.q, \
+  encryption_drop_table.q, \
+  encryption_insert_values.q, \
+  encryption_drop_view.q, \
+  encryption_drop_partition.q, \
+  encryption_with_trash.q, \
+  encryption_ctas.q, \
+  encryption_auto_purge_tables.q, \
   encryption_drop_table_in_encrypted_db.q
 
 beeline.positive.include=create_merge_compressed.q,\