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/01/28 01:41:53 UTC

svn commit: r1655201 - /hive/branches/llap/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java

Author: sershe
Date: Wed Jan 28 00:41:53 2015
New Revision: 1655201

URL: http://svn.apache.org/r1655201
Log:
Disable LLAP IO again

Modified:
    hive/branches/llap/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java

Modified: hive/branches/llap/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
URL: http://svn.apache.org/viewvc/hive/branches/llap/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java?rev=1655201&r1=1655200&r2=1655201&view=diff
==============================================================================
--- hive/branches/llap/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java (original)
+++ hive/branches/llap/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java Wed Jan 28 00:41:53 2015
@@ -2005,7 +2005,7 @@ public class HiveConf extends Configurat
         new TimeValidator(TimeUnit.SECONDS),
         "remote spark client JobHandle future timeout value in seconds."),
 
-    LLAP_IO_ENABLED("hive.llap.io.enabled", true, ""),
+    LLAP_IO_ENABLED("hive.llap.io.enabled", false, ""),
     LLAP_LOW_LEVEL_CACHE("hive.llap.io.use.lowlevel.cache", true, ""),
     LLAP_ORC_CACHE_MIN_ALLOC("hive.llap.io.cache.orc.alloc.min", 128 * 1024, ""),
     LLAP_ORC_CACHE_MAX_ALLOC("hive.llap.io.cache.orc.alloc.max", 16 * 1024 * 1024, ""),