Repository: tajo Updated Branches: refs/heads/master b7c8cf723 -> 341310746
TAJO-1259: A title in catalog configuration document is different from others. (Jongyoung Park via hyunsik) Closes #310 Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/34131074 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/34131074 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/34131074 Branch: refs/heads/master Commit: 3413107469a3ce9eb9cf46b1ad3b81bbd4f97d9a Parents: b7c8cf7 Author: Hyunsik Choi <[email protected]> Authored: Fri Dec 19 13:00:20 2014 +0900 Committer: Hyunsik Choi <[email protected]> Committed: Fri Dec 19 13:00:20 2014 +0900 ---------------------------------------------------------------------- CHANGES | 3 +++ .../src/main/sphinx/configuration/catalog_configuration.rst | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/34131074/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 54a4ef4..e30e24c 100644 --- a/CHANGES +++ b/CHANGES @@ -115,6 +115,9 @@ Release 0.9.1 - unreleased BUG FIXES + TAJO-1259: A title in catalog configuration document is different from others. + (Jongyoung Park via hyunsik) + TAJO-1232: Implicit groupby queries with LIMIT lead to wrong results. (jihoon) http://git-wip-us.apache.org/repos/asf/tajo/blob/34131074/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 6d36d3f..acf05f9 100644 --- a/tajo-docs/src/main/sphinx/configuration/catalog_configuration.rst +++ b/tajo-docs/src/main/sphinx/configuration/catalog_configuration.rst @@ -126,9 +126,9 @@ All configurations for using MariaDBStore is compatible with MySQLStore except f </property> ----------------------------------- +================================== HCatalogStore Configuration ----------------------------------- +================================== Tajo support HCatalogStore to integrate with hive. If you want to use HCatalogStore, you just do as follows.
