You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2016/07/01 18:02:26 UTC

orc git commit: Pushing spelling change to site.

Repository: orc
Updated Branches:
  refs/heads/asf-site 1eb37b727 -> c119bc13d


Pushing spelling change to site.


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

Branch: refs/heads/asf-site
Commit: c119bc13dbd7cc7c6bf0f7fc48c442205e44dc8e
Parents: 1eb37b7
Author: Owen O'Malley <om...@apache.org>
Authored: Fri Jul 1 11:01:52 2016 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Fri Jul 1 11:01:52 2016 -0700

----------------------------------------------------------------------
 docs/hive-ddl.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/c119bc13/docs/hive-ddl.html
----------------------------------------------------------------------
diff --git a/docs/hive-ddl.html b/docs/hive-ddl.html
index 02a58c8..81aca19 100644
--- a/docs/hive-ddl.html
+++ b/docs/hive-ddl.html
@@ -1078,7 +1078,7 @@ stored as ORC files:</p>
 
 <p>As of Hive 0.14, users can request an efficient merge of small ORC files
 together by issuing a CONCATENATE command on their table or partition. The
-files will be merged at the stripe level without reserializatoin.</p>
+files will be merged at the stripe level without reserialization.</p>
 
 <p><code>ALTER TABLE istari [PARTITION partition_spec] CONCATENATE;
 </code></p>