Repository: hive
Updated Branches:
  refs/heads/master eb9cea322 -> 462b47a01


HIVE-13281. Update default configs to disable uber mode in LLAP. (Siddharth 
Seth, reviewed by Sergey Shelukhin)


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

Branch: refs/heads/master
Commit: 462b47a0151ce015853feccf65b4d10e2154edf2
Parents: eb9cea3
Author: Siddharth Seth <ss...@apache.org>
Authored: Wed Jun 1 18:27:46 2016 -0700
Committer: Siddharth Seth <ss...@apache.org>
Committed: Wed Jun 1 18:27:46 2016 -0700

----------------------------------------------------------------------
 .../src/java/org/apache/hadoop/hive/conf/HiveConf.java  |  2 +-
 .../test/results/clientpositive/llap/llapdecider.q.out  | 12 ++++++------
 .../test/results/clientpositive/tez/llapdecider.q.out   | 12 ++++++------
 3 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/462b47a0/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
----------------------------------------------------------------------
diff --git a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 
b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
index b2e6b6f..ff5c858 100644
--- a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
+++ b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
@@ -2663,7 +2663,7 @@ public class HiveConf extends Configuration {
         "cases of file overwrites. This is supported on HDFS."),
     LLAP_ORC_ENABLE_TIME_COUNTERS("hive.llap.io.orc.time.counters", true,
         "Whether to enable time counters for LLAP IO layer (time spent in 
HDFS, etc.)"),
-    LLAP_AUTO_ALLOW_UBER("hive.llap.auto.allow.uber", true,
+    LLAP_AUTO_ALLOW_UBER("hive.llap.auto.allow.uber", false,
         "Whether or not to allow the planner to run vertices in the AM."),
     LLAP_AUTO_ENFORCE_TREE("hive.llap.auto.enforce.tree", true,
         "Enforce that all parents are in llap, before considering vertex"),

http://git-wip-us.apache.org/repos/asf/hive/blob/462b47a0/ql/src/test/results/clientpositive/llap/llapdecider.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/llap/llapdecider.q.out 
b/ql/src/test/results/clientpositive/llap/llapdecider.q.out
index df90835..27ab92a 100644
--- a/ql/src/test/results/clientpositive/llap/llapdecider.q.out
+++ b/ql/src/test/results/clientpositive/llap/llapdecider.q.out
@@ -209,7 +209,7 @@ STAGE PLANS:
                   Statistics: Num rows: 250 Data size: 44000 Basic stats: 
COMPLETE Column stats: NONE
                   value expressions: _col0 (type: string)
         Reducer 3 
-            Execution mode: uber
+            Execution mode: llap
             Reduce Operator Tree:
               Select Operator
                 expressions: VALUE._col0 (type: string), KEY.reducesinkkey0 
(type: bigint)
@@ -292,7 +292,7 @@ STAGE PLANS:
                   Statistics: Num rows: 205 Data size: 19475 Basic stats: 
COMPLETE Column stats: COMPLETE
                   value expressions: _col0 (type: string)
         Reducer 3 
-            Execution mode: uber
+            Execution mode: llap
             Reduce Operator Tree:
               Select Operator
                 expressions: VALUE._col0 (type: string), KEY.reducesinkkey0 
(type: bigint)
@@ -476,7 +476,7 @@ STAGE PLANS:
                   Statistics: Num rows: 1219 Data size: 433964 Basic stats: 
COMPLETE Column stats: COMPLETE
                   value expressions: _col0 (type: string), _col1 (type: 
string), _col2 (type: string)
         Reducer 3 
-            Execution mode: uber
+            Execution mode: llap
             Reduce Operator Tree:
               Select Operator
                 expressions: VALUE._col0 (type: string), VALUE._col1 (type: 
string), VALUE._col2 (type: string), KEY.reducesinkkey0 (type: string)
@@ -568,7 +568,7 @@ STAGE PLANS:
                   Statistics: Num rows: 1219 Data size: 433964 Basic stats: 
COMPLETE Column stats: COMPLETE
                   value expressions: _col0 (type: string), _col1 (type: 
string), _col2 (type: string)
         Reducer 3 
-            Execution mode: uber
+            Execution mode: llap
             Reduce Operator Tree:
               Select Operator
                 expressions: VALUE._col0 (type: string), VALUE._col1 (type: 
string), VALUE._col2 (type: string), KEY.reducesinkkey0 (type: string)
@@ -1084,7 +1084,7 @@ STAGE PLANS:
             Execution mode: llap
             LLAP IO: no inputs
         Reducer 2 
-            Execution mode: uber
+            Execution mode: llap
             Reduce Operator Tree:
               Group By Operator
                 aggregations: sum(VALUE._col0)
@@ -1261,7 +1261,7 @@ STAGE PLANS:
             Execution mode: llap
             LLAP IO: no inputs
         Reducer 2 
-            Execution mode: uber
+            Execution mode: llap
             Reduce Operator Tree:
               Group By Operator
                 aggregations: sum(VALUE._col0)

http://git-wip-us.apache.org/repos/asf/hive/blob/462b47a0/ql/src/test/results/clientpositive/tez/llapdecider.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/tez/llapdecider.q.out 
b/ql/src/test/results/clientpositive/tez/llapdecider.q.out
index df90835..27ab92a 100644
--- a/ql/src/test/results/clientpositive/tez/llapdecider.q.out
+++ b/ql/src/test/results/clientpositive/tez/llapdecider.q.out
@@ -209,7 +209,7 @@ STAGE PLANS:
                   Statistics: Num rows: 250 Data size: 44000 Basic stats: 
COMPLETE Column stats: NONE
                   value expressions: _col0 (type: string)
         Reducer 3 
-            Execution mode: uber
+            Execution mode: llap
             Reduce Operator Tree:
               Select Operator
                 expressions: VALUE._col0 (type: string), KEY.reducesinkkey0 
(type: bigint)
@@ -292,7 +292,7 @@ STAGE PLANS:
                   Statistics: Num rows: 205 Data size: 19475 Basic stats: 
COMPLETE Column stats: COMPLETE
                   value expressions: _col0 (type: string)
         Reducer 3 
-            Execution mode: uber
+            Execution mode: llap
             Reduce Operator Tree:
               Select Operator
                 expressions: VALUE._col0 (type: string), KEY.reducesinkkey0 
(type: bigint)
@@ -476,7 +476,7 @@ STAGE PLANS:
                   Statistics: Num rows: 1219 Data size: 433964 Basic stats: 
COMPLETE Column stats: COMPLETE
                   value expressions: _col0 (type: string), _col1 (type: 
string), _col2 (type: string)
         Reducer 3 
-            Execution mode: uber
+            Execution mode: llap
             Reduce Operator Tree:
               Select Operator
                 expressions: VALUE._col0 (type: string), VALUE._col1 (type: 
string), VALUE._col2 (type: string), KEY.reducesinkkey0 (type: string)
@@ -568,7 +568,7 @@ STAGE PLANS:
                   Statistics: Num rows: 1219 Data size: 433964 Basic stats: 
COMPLETE Column stats: COMPLETE
                   value expressions: _col0 (type: string), _col1 (type: 
string), _col2 (type: string)
         Reducer 3 
-            Execution mode: uber
+            Execution mode: llap
             Reduce Operator Tree:
               Select Operator
                 expressions: VALUE._col0 (type: string), VALUE._col1 (type: 
string), VALUE._col2 (type: string), KEY.reducesinkkey0 (type: string)
@@ -1084,7 +1084,7 @@ STAGE PLANS:
             Execution mode: llap
             LLAP IO: no inputs
         Reducer 2 
-            Execution mode: uber
+            Execution mode: llap
             Reduce Operator Tree:
               Group By Operator
                 aggregations: sum(VALUE._col0)
@@ -1261,7 +1261,7 @@ STAGE PLANS:
             Execution mode: llap
             LLAP IO: no inputs
         Reducer 2 
-            Execution mode: uber
+            Execution mode: llap
             Reduce Operator Tree:
               Group By Operator
                 aggregations: sum(VALUE._col0)

Reply via email to