Evans Ye created BIGTOP-1163:
--------------------------------
Summary: puppet apply shows db init error if the oozie server is
already running
Key: BIGTOP-1163
URL: https://issues.apache.org/jira/browse/BIGTOP-1163
Project: Bigtop
Issue Type: Improvement
Components: Deployment
Affects Versions: 0.4.0
Reporter: Evans Ye
Priority: Minor
Fix For: 0.8.0
When deploying hadoop with bigtop's puppet scripts, it will output error
message like below If the oozie server is already running.
{code}
debug: Exec[Oozie DB init](provider=posix): Executing '/etc/init.d/oozie init'
debug: Executing '/etc/init.d/oozie init'
err: /Stage[main]/Hadoop_head_node/Hadoop-oozie::Server[oozie
server]/Exec[Oozie DB init]/returns: change from notrun to 0 failed:
/etc/init.d/oozie init returned 1 instead of one of [0] at
/home/vagrant/bigtop/bigtop-deploy/puppet/modules/hadoop-oozie/manifests/init.pp:46
notice: /Stage[main]/Hadoop_head_node/Hadoop-oozie::Server[oozie
server]/Service[oozie]: Dependency Exec[Oozie DB init] has failures: true
warning: /Stage[main]/Hadoop_head_node/Hadoop-oozie::Server[oozie
server]/Service[oozie]: Skipping because of failed dependencies
{code}
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)