[
https://issues.apache.org/jira/browse/HAMA-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049032#comment-13049032
]
Hudson commented on HAMA-396:
-----------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12482521/HAMA-396.patch
against trunk revision 1134490.
@author +1. The patch does not contain any @author tags.
tests included -1. The patch doesn't appear to include any new or modified
tests.
Please justify why no tests are needed for this patch.
core tests +1. The patch passed core unit tests.
Changes : http://builds.apache.org/hudson/job/Hama-Patch/341/changes/
Console output: http://builds.apache.org/hudson/job/Hama-Patch/341/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
>
>
> 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