[
https://issues.apache.org/jira/browse/SINGA-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15222683#comment-15222683
]
ASF subversion and git services commented on SINGA-155:
-------------------------------------------------------
Commit adeced6b5ff0637ae0e2bf0817514598ae7b6f1c in incubator-singa's branch
refs/heads/master from WANG Sheng
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=adeced6 ]
SINGA-155 Remove zookeeper for single-process training
add single-process cluster-runtime implementation.
rearrange functions in cluster_rt.h into:
* cluster_rt.h - cluster-runtime interface and SPClusterRT impl
* zk_service.h - zookeeper wrapper and ZKClusterRT impl
* job_manager.h - job manager
> Remove zookeeper for single-process training
> --------------------------------------------
>
> Key: SINGA-155
> URL: https://issues.apache.org/jira/browse/SINGA-155
> Project: Singa
> Issue Type: Improvement
> Reporter: Sheng Wang
> Assignee: Sheng Wang
> Priority: Minor
>
> Install and launch zookeeper before trying singa is not friendly for
> beginners.
> In this ticket, we try to make zookeeper a conditional dependency.
> By default, we do not need zookeeper and only support single-process
> single-job training.
> With zookeeper options on, we can support distributed training in cluster and
> manage multiple jobs at the same time.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)