You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2016/04/27 01:38:28 UTC

ambari git commit: AMBARI-16130. Setting 'hive.llap.io.memory.size' config default value to 0.

Repository: ambari
Updated Branches:
  refs/heads/trunk 88f82ebfa -> 5fecb4e05


AMBARI-16130. Setting 'hive.llap.io.memory.size' config default value to 0.


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5fecb4e0
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5fecb4e0
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5fecb4e0

Branch: refs/heads/trunk
Commit: 5fecb4e05fa2d33aabfcbccc487fe4d6d441ce5e
Parents: 88f82eb
Author: Swapan Shridhar <ss...@hortonworks.com>
Authored: Tue Apr 26 14:51:10 2016 -0700
Committer: Swapan Shridhar <ss...@hortonworks.com>
Committed: Tue Apr 26 16:38:24 2016 -0700

----------------------------------------------------------------------
 .../HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5fecb4e0/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml
index bd65435..a810e06 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml
@@ -376,7 +376,7 @@ limitations under the License.
     <name>hive.llap.io.memory.size</name>
     <display-name>Cache Size</display-name>
     <description>The amount of data reserved for Hive's optimized in-memory cache.</description>
-    <value>20000000</value>
+    <value>0</value>
     <value-attributes>
       <type>int</type>
       <minimum>0</minimum>