diff --git conf/hive-default.xml.template conf/hive-default.xml.template
index def4b7b..774e82a 100644
--- conf/hive-default.xml.template
+++ conf/hive-default.xml.template
@@ -2136,4 +2136,30 @@
is also irrelevant.
+
+
+ hive.orc.splits.include.file.footer
+ false
+
+ 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.
+
+
+
+
+ hive.orc.cache.stripe.details.size
+ 10000
+
+ Cache size for keeping meta info about orc splits cached in the client.
+
+
+
+
+ hive.orc.compute.splits.num.threads
+ 10
+
+ How many threads orc should use to create splits in parallel.
+
+
+