Skip to content

Commit

Permalink
HIVE-7490: Revert ORC stripe size (Prasanth J, reviewed by Gunther Ha…
Browse files Browse the repository at this point in the history
…gleitner)

git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1613238 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
prasanthj committed Jul 24, 2014
1 parent cc819e0 commit e14c8e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ public static enum ConfVars {
HIVE_ORC_WRITE_FORMAT("hive.exec.orc.write.format", null,
"Define the version of the file to write"),
HIVE_ORC_DEFAULT_STRIPE_SIZE("hive.exec.orc.default.stripe.size",
256L * 1024 * 1024,
64L * 1024 * 1024,
"Define the default ORC stripe size"),
HIVE_ORC_DEFAULT_BLOCK_SIZE("hive.exec.orc.default.block.size", 256L * 1024 * 1024,
"Define the default file system block size for ORC files."),
Expand Down
2 changes: 1 addition & 1 deletion conf/hive-default.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@
</property>
<property>
<key>hive.exec.orc.default.stripe.size</key>
<value>268435456</value>
<value>67108864</value>
<description>Define the default ORC stripe size</description>
</property>
<property>
Expand Down

0 comments on commit e14c8e0

Please sign in to comment.