Rename back_command.rst
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/327a9c4e Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/327a9c4e Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/327a9c4e Branch: refs/heads/block_iteration Commit: 327a9c4edd5426521b86afac12dbab4640a7164a Parents: 706be64 Author: Jaehwa Jung <[email protected]> Authored: Wed Oct 1 14:51:24 2014 +0900 Committer: Jaehwa Jung <[email protected]> Committed: Wed Oct 1 14:51:24 2014 +0900 ---------------------------------------------------------------------- .../src/main/sphinx/tsql/admin_command.rst | 4 +-- tajo-docs/src/main/sphinx/tsql/back_command.rst | 28 -------------------- 2 files changed, 2 insertions(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/327a9c4e/tajo-docs/src/main/sphinx/tsql/admin_command.rst ---------------------------------------------------------------------- diff --git a/tajo-docs/src/main/sphinx/tsql/admin_command.rst b/tajo-docs/src/main/sphinx/tsql/admin_command.rst index 1a3e90e..5141dc6 100644 --- a/tajo-docs/src/main/sphinx/tsql/admin_command.rst +++ b/tajo-docs/src/main/sphinx/tsql/admin_command.rst @@ -7,7 +7,7 @@ Administration Commands Synopsis ========== -Tsql provides commands for administrator as follows: +Tsql provides administration commands as follows: .. code-block:: sql @@ -57,4 +57,4 @@ Basic usages ``-showmasters`` option shows a list of all tajo masters as follows: :: default> \admin -showmasters - grtajo01 \ No newline at end of file + grtajo01 http://git-wip-us.apache.org/repos/asf/tajo/blob/327a9c4e/tajo-docs/src/main/sphinx/tsql/back_command.rst ---------------------------------------------------------------------- diff --git a/tajo-docs/src/main/sphinx/tsql/back_command.rst b/tajo-docs/src/main/sphinx/tsql/back_command.rst deleted file mode 100644 index ad46f26..0000000 --- a/tajo-docs/src/main/sphinx/tsql/back_command.rst +++ /dev/null @@ -1,28 +0,0 @@ -********************************* -Executing as background process -********************************* - - -If you execute tsql as a background process, tsql will exit before executing a query because of jconsole architecture as -follows: - - .. code-block:: sql - - $ bin/tsql -f aggregation.sql & - [1] 19303 - $ - [1]+ Stopped ./bin/tsql -f aggregation.sql - - -To avoid above problem, tajo provides the -B command as follows: - -.. code-block:: sql - - $ bin/tsql -B -f aggregation.sql & - [2] 19419 - Progress: 0%, response time: 0.218 sec - Progress: 0%, response time: 0.22 sec - Progress: 0%, response time: 0.421 sec - Progress: 0%, response time: 0.823 sec - Progress: 0%, response time: 1.425 sec - Progress: 1%, response time: 2.227 sec \ No newline at end of file
