Repository: tajo Updated Branches: refs/heads/master 3df7fda36 -> 4d0b44596
Fixed wrong table syntax in sphinx doc. Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/4d0b4459 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/4d0b4459 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/4d0b4459 Branch: refs/heads/master Commit: 4d0b445968a43ba9b83bcefab8241e3b9ea84c64 Parents: 3df7fda Author: Hyunsik Choi <[email protected]> Authored: Sun Jul 20 17:16:16 2014 +0900 Committer: Hyunsik Choi <[email protected]> Committed: Sun Jul 20 17:16:16 2014 +0900 ---------------------------------------------------------------------- tajo-docs/src/main/sphinx/configuration/catalog_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/4d0b4459/tajo-docs/src/main/sphinx/configuration/catalog_configuration.rst ---------------------------------------------------------------------- diff --git a/tajo-docs/src/main/sphinx/configuration/catalog_configuration.rst b/tajo-docs/src/main/sphinx/configuration/catalog_configuration.rst index b8a77d2..9b2404a 100644 --- a/tajo-docs/src/main/sphinx/configuration/catalog_configuration.rst +++ b/tajo-docs/src/main/sphinx/configuration/catalog_configuration.rst @@ -13,7 +13,7 @@ If you want to customize the catalog service, copy ``$TAJO_HOME/conf/catalog-sit | tajo.catalog.store.DerbyStore | this storage class uses Apache Derby. | +-----------------------------------+------------------------------------------------+ | tajo.catalog.store.MySQLStore | this storage class uses MySQL. | -++-----------------------------------+------------------------------------------------+ ++-----------------------------------+------------------------------------------------+ | tajo.catalog.store.MariaDBStore | this storage class uses MariaDB. | +-----------------------------------+------------------------------------------------+ | tajo.catalog.store.MemStore | this is the in-memory storage. It is only used |
