You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by gu...@apache.org on 2014/01/08 21:42:48 UTC

svn commit: r1556633 - /hive/branches/tez/conf/hive-default.xml.template

Author: gunther
Date: Wed Jan  8 20:42:47 2014
New Revision: 1556633

URL: http://svn.apache.org/r1556633
Log:
HIVE-6128: Add tez variables to hive-default.xml (Gunther Hagleitner)

Modified:
    hive/branches/tez/conf/hive-default.xml.template

Modified: hive/branches/tez/conf/hive-default.xml.template
URL: http://svn.apache.org/viewvc/hive/branches/tez/conf/hive-default.xml.template?rev=1556633&r1=1556632&r2=1556633&view=diff
==============================================================================
--- hive/branches/tez/conf/hive-default.xml.template (original)
+++ hive/branches/tez/conf/hive-default.xml.template Wed Jan  8 20:42:47 2014
@@ -2137,4 +2137,30 @@
    is also irrelevant.
   </description>
 </property>
+
+<property>
+  <name>hive.orc.splits.include.file.footer</name>
+  <value>false</value>
+  <description>
+    If turned on splits generated by orc will include metadata about the stripes in the file. This
+    data is read remotely (from the client or HS2 machine) and sent to all the tasks.
+  </description>
+</property>
+
+<property>
+  <name>hive.orc.cache.stripe.details.size</name>
+  <value>10000</value>
+  <description>
+    Cache size for keeping meta info about orc splits cached in the client.
+  </description>
+</property>
+
+<property>
+  <name>hive.orc.compute.splits.num.threads</name>
+  <value>10</value>
+  <description>
+    How many threads orc should use to create splits in parallel.
+  </description>
+</property>
+
 </configuration>