[
https://issues.apache.org/jira/browse/TAJO-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14154401#comment-14154401
]
ASF GitHub Bot commented on TAJO-1062:
--------------------------------------
Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/156#discussion_r18262415
--- Diff: tajo-docs/src/main/sphinx/tsql/dfs_command.rst ---
@@ -0,0 +1,26 @@
+*********************************
+Executing HDFS commands
+*********************************
+
+You can run the hadoop dfs command(FsShell) within tsql. ``\dfs`` command
provides a shortcut to the hadoop dfs commands. If you want to use this
command, just specify FsShell arguments and add the semicolon at the end as
follows:
--- End diff --
'command(FsShell)' should be
'command (FsShell)'
Semicolon at the end of ```\dfs``` command is ignored. In other words, it
is optional. So, you don't need to mention 'semicolon'.
> 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)