[ 
https://issues.apache.org/jira/browse/TAJO-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14148891#comment-14148891
 ] 

ASF GitHub Bot commented on TAJO-1062:
--------------------------------------

Github user mhthanh commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/156#discussion_r18077400
  
    --- Diff: tajo-docs/src/main/sphinx/tsql/intro.rst ---
    @@ -0,0 +1,41 @@
    +*****************************
    +Introducing to TSQL
    +*****************************
    +
    +==========
    +Synopsis
    +==========
    +
    +.. code-block:: bash
    +
    +  bin/tsql [options] [database name]
    +
    +If a *database_name* is given, tsql connects to the database at startup 
time. Otherwise, tsql connects to ``default`` database.
    +
    +Options
    +
    +* ``-c "quoted sql"`` : Execute quoted sql statements, and then the shell 
will exist.
    +* ``-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 in default.
    --- End diff --
    
    Typo: "in default" -> "by default"


> Update TSQL documentation
> -------------------------
>
>                 Key: TAJO-1062
>                 URL: https://issues.apache.org/jira/browse/TAJO-1062
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: documentation
>            Reporter: Jaehwa Jung
>            Assignee: Jaehwa Jung
>             Fix For: 0.9.0
>
>
> TSQL is very useful tool for tajo users. But currently, we don't provide 
> enough informations to users. Thus, we need to add more informations to 
> following documentation.
> http://tajo.apache.org/docs/current/cli.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to