Updated Branches: refs/heads/sqoop2 a3abffcd5 -> debf60d5c
SQOOP-1001: Sqoop2: Document methods for overriding server port (Raghav Kumar Gautam via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/debf60d5 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/debf60d5 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/debf60d5 Branch: refs/heads/sqoop2 Commit: debf60d5cf024344b88d2ca1d15d2797a287bc15 Parents: a3abffc Author: Jarek Jarcec Cecho <[email protected]> Authored: Thu Jul 11 16:30:38 2013 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Thu Jul 11 16:30:38 2013 -0700 ---------------------------------------------------------------------- docs/src/site/sphinx/Installation.rst | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/debf60d5/docs/src/site/sphinx/Installation.rst ---------------------------------------------------------------------- diff --git a/docs/src/site/sphinx/Installation.rst b/docs/src/site/sphinx/Installation.rst index 239f55e..c25d394 100644 --- a/docs/src/site/sphinx/Installation.rst +++ b/docs/src/site/sphinx/Installation.rst @@ -69,6 +69,7 @@ Similarly you can stop server using following command: :: ./bin/sqoop.sh server stop +By default Sqoop server daemons use ports 12000 and 12001. You can set ``SQOOP_HTTP_PORT`` and ``SQOOP_ADMIN_PORT`` in configuration file ``server/bin/setenv.sh`` to use different ports. Client installation ===================
