Updated Change Note.
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/ca187bcf Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/ca187bcf Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/ca187bcf Branch: refs/heads/block_iteration Commit: ca187bcf68ce81b984ccb7c2e2b5adc25ebff237 Parents: 03847cf Author: Jaehwa Jung <[email protected]> Authored: Mon Oct 6 10:43:27 2014 +0900 Committer: Jaehwa Jung <[email protected]> Committed: Mon Oct 6 10:43:27 2014 +0900 ---------------------------------------------------------------------- CHANGES | 2 ++ tajo-docs/src/main/sphinx/tsql.rst | 9 +++++---- 2 files changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/ca187bcf/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 1a0e4be..bcb4a7d 100644 --- a/CHANGES +++ b/CHANGES @@ -495,6 +495,8 @@ Release 0.9.0 - unreleased SUB TASKS + TAJO-1062: Update TSQL documentation. (jaehwa) + TAJO-1061: TAJO-1061: Update build documentation. (jaehwa) TAJO-1060: Apply updated hadoop versions to README and BUILDING files. http://git-wip-us.apache.org/repos/asf/tajo/blob/ca187bcf/tajo-docs/src/main/sphinx/tsql.rst ---------------------------------------------------------------------- diff --git a/tajo-docs/src/main/sphinx/tsql.rst b/tajo-docs/src/main/sphinx/tsql.rst index 86ffef2..187ffe8 100644 --- a/tajo-docs/src/main/sphinx/tsql.rst +++ b/tajo-docs/src/main/sphinx/tsql.rst @@ -7,12 +7,13 @@ Tajo provides a shell utility named Tsql. It is a command-line interface (CLI) w .. toctree:: :maxdepth: 1 - tsql/intro - tsql/single_command - tsql/execute_file - tsql/background_command tsql/meta_command tsql/dfs_command tsql/variables tsql/admin_command + + tsql/intro + tsql/single_command + tsql/execute_file + tsql/background_command \ No newline at end of file
