[
https://issues.apache.org/jira/browse/HAMA-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049056#comment-13049056
]
Edward J. Yoon commented on HAMA-396:
-------------------------------------
I have to explain more clearly.
- We have to use 'quorum server list' when construct new zookeeper object.
- 'host:port' format was not a problem.
- I added getZKQuorumServersString() method.
> Allow 'host:port' format for zookeeper address
> ----------------------------------------------
>
> Key: HAMA-396
> URL: https://issues.apache.org/jira/browse/HAMA-396
> Project: Hama
> Issue Type: Bug
> Components: bsp
> Affects Versions: 0.2.0
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Fix For: 0.3.0
>
> Attachments: HAMA-396.patch
>
>
> Zookeeper/HBase uses 'host:port' format but Hama doesn't. Many user can be
> confused.
> {code}
> zookeeperAddr = conf.get(Constants.ZOOKEEPER_QUORUM)
> + ":"
> + conf.getInt(Constants.ZOOKEPER_CLIENT_PORT,
> Constants.DEFAULT_ZOOKEPER_CLIENT_PORT);
> {code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira