Repository: hive
Updated Branches:
  refs/heads/branch-2 288b5bfe6 -> 726f270a6
  refs/heads/master 20276d211 -> 892841a46


HIVE-16954 : LLAP IO: better debugging (Sergey Shelukhin, reviewed by Gopal 
Vijayaraghavan) ADDENDUM)


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

Branch: refs/heads/branch-2
Commit: 726f270a6e5c720a98ac58f2c4a549e70b45fbad
Parents: 288b5bf
Author: sergey <ser...@apache.org>
Authored: Tue Jul 25 13:56:27 2017 -0700
Committer: sergey <ser...@apache.org>
Committed: Tue Jul 25 13:56:27 2017 -0700

----------------------------------------------------------------------
 common/src/java/org/apache/hadoop/hive/conf/HiveConf.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/726f270a/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 91c2552..30506b0 100644
--- a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
+++ b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
@@ -2900,7 +2900,7 @@ public class HiveConf extends Configuration {
     LLAP_IO_TRACE_SIZE("hive.llap.io.trace.size", "2Mb",
         new SizeValidator(0L, true, (long)Integer.MAX_VALUE, false),
         "The buffer size for a per-fragment LLAP debug trace. 0 to disable."),
-    LLAP_IO_TRACE_ALWAYS_DUMP("hive.llap.io.trace.always.dump", true, // TODO#
+    LLAP_IO_TRACE_ALWAYS_DUMP("hive.llap.io.trace.always.dump", false,
         "Whether to always dump the LLAP IO trace (if enabled); the default is 
on error."),
     
LLAP_IO_NONVECTOR_WRAPPER_ENABLED("hive.llap.io.nonvector.wrapper.enabled", 
true,
         "Whether the LLAP IO layer is enabled for non-vectorized queries that 
read inputs\n" +

Reply via email to