You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by ji...@apache.org on 2014/10/10 06:33:21 UTC

[15/43] git commit: Use "Tajo" instead of "tajo"

Use "Tajo" instead of "tajo"


Project: http://git-wip-us.apache.org/repos/asf/tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/e1f2b6b4
Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/e1f2b6b4
Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/e1f2b6b4

Branch: refs/heads/index_support
Commit: e1f2b6b437fdb842166f8cf7a8c8fbf4bce19041
Parents: 327a9c4
Author: Jaehwa Jung <bl...@apache.org>
Authored: Wed Oct 1 14:54:36 2014 +0900
Committer: Jaehwa Jung <bl...@apache.org>
Committed: Wed Oct 1 14:54:36 2014 +0900

----------------------------------------------------------------------
 tajo-docs/src/main/sphinx/tsql/intro.rst          | 2 +-
 tajo-docs/src/main/sphinx/tsql/meta_command.rst   | 4 ++--
 tajo-docs/src/main/sphinx/tsql/single_command.rst | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/e1f2b6b4/tajo-docs/src/main/sphinx/tsql/intro.rst
----------------------------------------------------------------------
diff --git a/tajo-docs/src/main/sphinx/tsql/intro.rst b/tajo-docs/src/main/sphinx/tsql/intro.rst
index 4ca6d87..e00c97a 100644
--- a/tajo-docs/src/main/sphinx/tsql/intro.rst
+++ b/tajo-docs/src/main/sphinx/tsql/intro.rst
@@ -18,7 +18,7 @@ Options
 * ``-f filename (--file filename)`` : Use the file named filename as the source of commands instead of interactive shell.
 * ``-h hostname (--host hostname)`` : Specifies the host name of the machine on which the Tajo master is running.
 * ``-p port (--port port)`` : Specifies the TCP port. If it is not set, the port will be 26002 by default.
-* ``-conf configuration (--conf configuration)`` : Setting tajo configuration value.
+* ``-conf configuration (--conf configuration)`` : Setting Tajo configuration value.
 * ``-param parameter (--param parameter)`` : Use a parameter value in SQL file.
 * ``-B (--background)`` : Execute as background process.
 

http://git-wip-us.apache.org/repos/asf/tajo/blob/e1f2b6b4/tajo-docs/src/main/sphinx/tsql/meta_command.rst
----------------------------------------------------------------------
diff --git a/tajo-docs/src/main/sphinx/tsql/meta_command.rst b/tajo-docs/src/main/sphinx/tsql/meta_command.rst
index 648041c..1b7eac2 100644
--- a/tajo-docs/src/main/sphinx/tsql/meta_command.rst
+++ b/tajo-docs/src/main/sphinx/tsql/meta_command.rst
@@ -32,7 +32,7 @@ In the current implementation, there are meta commands as follows: ::
   Tool
     \!           execute a linux shell command
     \dfs         execute a dfs command
-    \admin       execute tajo admin command
+    \admin       execute Tajo admin command
 
 
   Variables
@@ -319,4 +319,4 @@ The prompt ``default>`` indicates the current database. Basically, all SQL state
   Description: Round to s decimalN places.
   Example:
   > SELECT round(42.4382, 2)
-  42.44
\ No newline at end of file
+  42.44

http://git-wip-us.apache.org/repos/asf/tajo/blob/e1f2b6b4/tajo-docs/src/main/sphinx/tsql/single_command.rst
----------------------------------------------------------------------
diff --git a/tajo-docs/src/main/sphinx/tsql/single_command.rst b/tajo-docs/src/main/sphinx/tsql/single_command.rst
index ae0a6ae..fc28202 100644
--- a/tajo-docs/src/main/sphinx/tsql/single_command.rst
+++ b/tajo-docs/src/main/sphinx/tsql/single_command.rst
@@ -4,7 +4,7 @@ Executing a single command
 
 
 You may want to run more queries without entering tsql prompt. Tsql provides the -c argument for above
-requirement. And tajo assumes that queries are separated by semicolon as follows:
+requirement. And Tajo assumes that queries are separated by semicolon as follows:
 
 .. code-block:: sql
 
@@ -22,4 +22,4 @@ requirement. And tajo assumes that queries are separated by semicolon as follows
   ?sum
   -------------------------------
   15.0
-  (1 rows, 0.345 sec, 5 B selected)
\ No newline at end of file
+  (1 rows, 0.345 sec, 5 B selected)