mirror of
https://github.com/apache/sqoop.git
synced 2025-05-19 02:10:54 +08:00
SQOOP-805: Document show option function in CommandClientGuide
(Jarek Jarcec Cecho via Cheolsoo Park)
This commit is contained in:
parent
1f3f127b64
commit
086409b6af
@ -126,6 +126,8 @@ Available functions:
|
|||||||
+================+========================================================================================================+
|
+================+========================================================================================================+
|
||||||
| ``server`` | Display connection information to the server (host, port, webapp) |
|
| ``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) |
|
| ``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 |
|
| ``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 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
|
Show Version Function
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user