diff --git a/client/src/main/java/org/apache/sqoop/client/core/Environment.java b/client/src/main/java/org/apache/sqoop/client/core/Environment.java index e0f599dc..c9e4e2a5 100644 --- a/client/src/main/java/org/apache/sqoop/client/core/Environment.java +++ b/client/src/main/java/org/apache/sqoop/client/core/Environment.java @@ -33,7 +33,7 @@ private Environment() { private static boolean verbose; private static final String HOST_DEFAULT = "localhost"; - private static final String PORT_DEFAULT = "8080"; + private static final String PORT_DEFAULT = "12000"; private static final String WEBAPP_DEFAULT = "sqoop"; private static final boolean VERBOSE_DEFAULT = false; diff --git a/dist/src/main/server/conf/server.xml b/dist/src/main/server/conf/server.xml new file mode 100644 index 00000000..3cd7cd9a --- /dev/null +++ b/dist/src/main/server/conf/server.xml @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/src/site/sphinx/CommandLineClient.rst b/docs/src/site/sphinx/CommandLineClient.rst index 36751a40..1b9676f9 100644 --- a/docs/src/site/sphinx/CommandLineClient.rst +++ b/docs/src/site/sphinx/CommandLineClient.rst @@ -90,7 +90,7 @@ Configure connection to Sqoop server - host port and web application name. Avail +=======================+===============+==================================================+ | ``-h``, ``--host`` | localhost | Server name (FQDN) where Sqoop server is running | +-----------------------+---------------+--------------------------------------------------+ -| ``-p``, ``--port`` | 8080 | TCP Port | +| ``-p``, ``--port`` | 12000 | TCP Port | +-----------------------+---------------+--------------------------------------------------+ | ``-w``, ``--webapp`` | sqoop | Tomcat's web application name | +-----------------------+---------------+--------------------------------------------------+ diff --git a/docs/src/site/sphinx/Sqoop5MinutesDemo.rst b/docs/src/site/sphinx/Sqoop5MinutesDemo.rst index 986ff5bc..67a932a6 100644 --- a/docs/src/site/sphinx/Sqoop5MinutesDemo.rst +++ b/docs/src/site/sphinx/Sqoop5MinutesDemo.rst @@ -31,7 +31,7 @@ Start client in interactive mode using following command: :: Configure client to use your Sqoop server: :: - sqoop:000> set server --host your.host.com --port 8080 --webapp sqoop + sqoop:000> set server --host your.host.com --port 12000 --webapp sqoop Verify that connection is working by simple version checking: ::