[
https://issues.apache.org/jira/browse/HAMA-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049086#comment-13049086
]
Hudson commented on HAMA-396:
-----------------------------
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12482535/HAMA-396_v02.patch
against trunk revision 1134490.
@author +1. The patch does not contain any @author tags.
tests included +1. The patch appears to include 6 new or modified tests.
core tests +1. The patch passed core unit tests.
Changes : http://builds.apache.org/hudson/job/Hama-Patch/342/changes/
Console output: http://builds.apache.org/hudson/job/Hama-Patch/342/console
This message is automatically generated.
> 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, HAMA-396_v02.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