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/07/15 22:30:19 UTC

hive git commit: HIVE-14253: Fix MinimrCliDriver test failure (Prasanth Jayachandran reviewed by Ashutosh Chauhan)

Repository: hive
Updated Branches:
  refs/heads/master 12c8de048 -> 8c11d370f


HIVE-14253: Fix MinimrCliDriver test failure (Prasanth Jayachandran reviewed by Ashutosh Chauhan)


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

Branch: refs/heads/master
Commit: 8c11d370fa02d75c6c9df075ac96b28cc7769534
Parents: 12c8de0
Author: Prasanth Jayachandran <pr...@apache.org>
Authored: Fri Jul 15 15:29:58 2016 -0700
Committer: Prasanth Jayachandran <pr...@apache.org>
Committed: Fri Jul 15 15:29:58 2016 -0700

----------------------------------------------------------------------
 ql/src/test/queries/clientpositive/bucket_num_reducers2.q | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/8c11d370/ql/src/test/queries/clientpositive/bucket_num_reducers2.q
----------------------------------------------------------------------
diff --git a/ql/src/test/queries/clientpositive/bucket_num_reducers2.q b/ql/src/test/queries/clientpositive/bucket_num_reducers2.q
index 48e5f01..2533ae8 100644
--- a/ql/src/test/queries/clientpositive/bucket_num_reducers2.q
+++ b/ql/src/test/queries/clientpositive/bucket_num_reducers2.q
@@ -1,4 +1,3 @@
-;
 set hive.exec.mode.local.auto=false;
 set hive.exec.reducers.max = 2;
 
@@ -11,3 +10,5 @@ set VerifyNumReducersHook.num.reducers=1;
 
 insert overwrite table test_table
 select * from src;
+
+set hive.exec.post.hooks=;