Repository: tajo Updated Branches: refs/heads/master c7dd002a6 -> 5d9a130b7
Fix a wrong documentation link in user doc. Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/5d9a130b Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/5d9a130b Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/5d9a130b Branch: refs/heads/master Commit: 5d9a130b7bb306ce49202f79704ec10e960829d4 Parents: c7dd002 Author: Hyunsik Choi <[email protected]> Authored: Fri Dec 12 16:00:59 2014 +0900 Committer: Hyunsik Choi <[email protected]> Committed: Fri Dec 12 16:00:59 2014 +0900 ---------------------------------------------------------------------- tajo-docs/src/main/sphinx/configuration/cluster_setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/5d9a130b/tajo-docs/src/main/sphinx/configuration/cluster_setup.rst ---------------------------------------------------------------------- diff --git a/tajo-docs/src/main/sphinx/configuration/cluster_setup.rst b/tajo-docs/src/main/sphinx/configuration/cluster_setup.rst index d88bd98..e9d17eb 100644 --- a/tajo-docs/src/main/sphinx/configuration/cluster_setup.rst +++ b/tajo-docs/src/main/sphinx/configuration/cluster_setup.rst @@ -82,5 +82,5 @@ Then, execute ``start-tajo.sh`` :: .. note:: - In default, TajoMaster listens on 127.0.0.1 for clients. To allow remote clients to access TajoMaster, please set tajo.master.client-rpc.address config to tajo-site.xml. In order to know how to change the listen port, please refer :doc:`/configuration/configuration_defaults`. + In default, TajoMaster listens on 127.0.0.1 for clients. To allow remote clients to access TajoMaster, please set tajo.master.client-rpc.address config to tajo-site.xml. In order to know how to change the listen port, please refer :doc:`/configuration/service_config_defaults`.
