[
https://issues.apache.org/jira/browse/SINGA-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15209770#comment-15209770
]
ASF subversion and git services commented on SINGA-150:
-------------------------------------------------------
Commit a6eea9c4a5fe9713fbd5c5505c3bb13ccf79cbed in incubator-singa's branch
refs/heads/master from [~ug93tad]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=a6eea9c ]
SINGA-150 Mesos Docker container failed
The initial ticket was raised when executing SINGA using Mesos containers threw
exception
`called InitGoogleLoggin() twice`
This issue contains fixes for the initial problem, plus refactoring of the
Docker build process. A new Dockerfile is added to build GPU-enabled
SINGA. We also update the documentation for building SINGA containers,
since new versions of Docker have removed features that the we depended on.
Particularly, since Docker 1.9, launching new containers will not update
`/etc/hosts` files on the existing containers, causing name resolution to fail.
> "called InitGoogleLogging() twice!" error
> -----------------------------------------
>
> Key: SINGA-150
> URL: https://issues.apache.org/jira/browse/SINGA-150
> Project: Singa
> Issue Type: Bug
> Environment: Ubuntu 12.04.5 LTS (GNU/Linux 3.13.0-83-generic x86_64)
> Reporter: Chen Peng
> Assignee: Anh Dinh
>
> When launching SINGA on pseudo-distributed mode (single node) according to
> http://singa.apache.org/docs/docker.html and train it according to
> http://singa.apache.org/docs/mesos.html, two nodes (node0 and node1) are
> created.
> When executing the command `./scheduler /root/incubator-singa/│install.sh
> zookeeper-3.4.6 zookeeper-3.4.6.tar.gz
> examples/cifar10/job.conf -scheduler_conf ./scheduler.conf -singa_conf
> /roo│root@node1:~/incubator-singa/thirdparty# uname
>
> t/incubator-singa/conf/singa.conf ', the following error is displayed:
> I0317 23:08:19.499140 298 singa_scheduler.cc:413] Scheduler initialized
> F0317 23:08:19.503722 298 utilities.cc:317] Check failed: !IsGoogleLoggin
> gInitialized() You called InitGoogleLogging() twice!
> *** Check failure stack trace: ***
> @ 0x7f9178664612 google::LogMessage::Fail()
> @ 0x7f917866455e google::LogMessage::SendToLog()
> @ 0x7f9178663f60 google::LogMessage::Flush()
> @ 0x7f9178666e74 google::LogMessageFatal::~LogMessageFatal()
> @ 0x7f917866ac21 google::glog_internal_namespace_::InitGoogleLoggi
> ngUtilities()
> @ 0x7f917866717f google::InitGoogleLogging()
> @ 0x7f9177ccff6d mesos::internal::logging::initialize()
> @ 0x7f9177eba176 mesos::MesosSchedulerDriver::initialize()
> @ 0x7f9177eba95c mesos::MesosSchedulerDriver::MesosSchedulerDriver
> ()
> @ 0x408c3d main
> @ 0x7f9174109ec5 (unknown)
> @ 0x408669 (unknown)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)