[
https://issues.apache.org/jira/browse/TAJO-2116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15261875#comment-15261875
]
ASF GitHub Bot commented on TAJO-2116:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/tajo/pull/997
> Simplify rpc address in default configuration
> ---------------------------------------------
>
> Key: TAJO-2116
> URL: https://issues.apache.org/jira/browse/TAJO-2116
> Project: Tajo
> Issue Type: Improvement
> Components: conf and scripts, Documentation, RPC
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Priority: Minor
> Fix For: 0.12.0
>
>
> The cluster mode have to set binding address as following configuration.
> {{tajo.catalog.client-rpc.address}} and {{tajo.resource-tracker.rpc.address}}
> is same server with {{tajo.master.umbilical-rpc.address}}.
> So if these configuration is not set, we can use
> {{tajo.master.umbilical-rpc.address}} to default connecting hostname
> {code:xml}
> <property>
> <name>tajo.master.umbilical-rpc.address</name>
> <value>hostname:26001</value>
> </property>
> <property>
> <name>tajo.master.client-rpc.address</name>
> <value>hostname:26002</value>
> </property>
> <property>
> <name>tajo.resource-tracker.rpc.address</name>
> <value>hostname:26003</value>
> </property>
> <property>
> <name>tajo.catalog.client-rpc.address</name>
> <value>hostname:26005</value>
> </property>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)