Repository: orc Updated Branches: refs/heads/master 812c27145 -> b21b5ffcc
Site: Fix a table row ending markup Fixes #316 Signed-off-by: Owen O'Malley <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/orc/repo Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/b21b5ffc Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/b21b5ffc Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/b21b5ffc Branch: refs/heads/master Commit: b21b5ffcc1efcbd4aef337fa6faae4d25262f8f1 Parents: 812c271 Author: Dongjoon Hyun <[email protected]> Authored: Thu Oct 4 20:05:49 2018 -0700 Committer: Owen O'Malley <[email protected]> Committed: Fri Oct 5 14:56:34 2018 -0700 ---------------------------------------------------------------------- site/_docs/hive-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/orc/blob/b21b5ffc/site/_docs/hive-config.md ---------------------------------------------------------------------- diff --git a/site/_docs/hive-config.md b/site/_docs/hive-config.md index 7a330cb..8bbc664 100644 --- a/site/_docs/hive-config.md +++ b/site/_docs/hive-config.md @@ -109,7 +109,7 @@ There are many Hive configuration properties related to ORC files: available size within the block is more than 3.2Mb, a new smaller stripe will be inserted to fit within that space. This will make sure that no stripe written will cross block - boundaries and cause remote reads within a node local task.</t> + boundaries and cause remote reads within a node local task.</td> </tr> <tr> <td>hive.exec.orc.default.compress</td>
