Github user mhthanh commented on a diff in the pull request:
https://github.com/apache/tajo/pull/156#discussion_r18077266
--- Diff: tajo-docs/src/main/sphinx/tsql/dfs_command.rst ---
@@ -0,0 +1,26 @@
+*********************************
+Executing HDFS commands
+*********************************
+
+You can run the hadoop dfs commands(FsShell) within tsql. ``\dfs`` command
allows the hadoop dfs commands. If you want to use this command, you just
specify FsShell arguments and add the semicolon at the end as follows:
--- End diff --
Typos: "commands(FsShell)" -> "commands (FsShell)"
My suggestions (just to make the sentences more natural):
``\dfs`` command allows the hadoop dfs commands -> ``\dfs`` command
provides a shortcut to the hadoop dfs commands
...this command, you just specify... -> ...this command, just specify...
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---