Updated Branches: refs/heads/sqoop2 1f3f127b6 -> 086409b6a
SQOOP-805: Document show option function in CommandClientGuide (Jarek Jarcec Cecho via Cheolsoo Park) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/086409b6 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/086409b6 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/086409b6 Branch: refs/heads/sqoop2 Commit: 086409b6af5b0b75b4669ba1977510b64b303287 Parents: 1f3f127 Author: Cheolsoo Park <[email protected]> Authored: Fri Jan 4 02:34:13 2013 -0800 Committer: Cheolsoo Park <[email protected]> Committed: Fri Jan 4 02:34:13 2013 -0800 ---------------------------------------------------------------------- docs/src/site/sphinx/CommandLineClient.rst | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/086409b6/docs/src/site/sphinx/CommandLineClient.rst ---------------------------------------------------------------------- diff --git a/docs/src/site/sphinx/CommandLineClient.rst b/docs/src/site/sphinx/CommandLineClient.rst index d52efa1..36751a4 100644 --- a/docs/src/site/sphinx/CommandLineClient.rst +++ b/docs/src/site/sphinx/CommandLineClient.rst @@ -126,6 +126,8 @@ Available functions: +================+========================================================================================================+ | ``server`` | Display connection information to the server (host, port, webapp) | +----------------+--------------------------------------------------------------------------------------------------------+ +| ``option`` | Display various client side options | ++----------------+--------------------------------------------------------------------------------------------------------+ | ``version`` | Show version of both client and server (build numbers, supported protocols) | +----------------+--------------------------------------------------------------------------------------------------------+ | ``connector`` | Show connector meta data - set of parameters that connectors needs to create connections and jobs | @@ -158,6 +160,23 @@ Example: :: show server --all +Show Option Function +~~~~~~~~~~~~~~~~~~~~ + +Show values of various client side options. This function will show all client options when called without arguments. + ++-----------------------+--------------------------------------------------------------+ +| Argument | Description | ++=======================+==============================================================+ +| ``-n``, ``--name`` | Show client option value with given name | ++-----------------------+--------------------------------------------------------------+ + +Please check table in `Set Option Function`_ section to get a list of all supported option names. + +Example: :: + + show option --name verbose + Show Version Function ~~~~~~~~~~~~~~~~~~~~~
