[
https://issues.apache.org/jira/browse/HAMA-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13130499#comment-13130499
]
Edward J. Yoon commented on HAMA-457:
-------------------------------------
And, not bad but it's too mess personally.
>From BSP application developer point of view, what's this?
{code}
+ <property>
+ <name>hama.sync.server.class</name>
+ <value>org.apache.hama.bsp.sync.zookeeper.ZooKeeperSyncServerImpl</value>
+ <description>The server class which is used for the barrier
synchronization.
+ This has only effects in YARN module.</description>
+ </property>
+
+ <property>
+ <name>hama.sync.client.class</name>
+ <value>org.apache.hama.bsp.sync.zookeeper.ZooKeeperSyncClientImpl</value>
+ <description>The client class which is used for the
+ barrier synchronization.</description>
+ </property>
{code}
> Refactoring of BSPPeerImpl
> --------------------------
>
> Key: HAMA-457
> URL: https://issues.apache.org/jira/browse/HAMA-457
> Project: Hama
> Issue Type: Improvement
> Affects Versions: 0.3.0
> Reporter: Thomas Jungblut
> Assignee: Thomas Jungblut
> Fix For: 0.4.0
>
> Attachments: HAMA-457.patch, HAMA-457_v2.patch
>
>
> Extract a sync service which allows the user to implement and configure their
> own services.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira