Johnny Zhang created BIGTOP-647:
-----------------------------------
Summary: service flume-node fail to start
Key: BIGTOP-647
URL: https://issues.apache.org/jira/browse/BIGTOP-647
Project: Bigtop
Issue Type: Bug
Components: Init scripts, RPM
Affects Versions: 0.4.0
Reporter: Johnny Zhang
start flume-node in SLES
{noformat}
# service flume-node start
Flume NG node is not running
failed
Starting Flume NG node daemon (flume-node):
done
# /bin/bash: -c: line 0: syntax error near unexpected token `>'
/bin/bash: -c: line 0: `echo $$ > /var/run/flume/flume-node.pid && exec
/usr/bin/flume-ng node --conf /etc/flume/conf --conf-file
/etc/flume/conf/flume.conf --name agent &>>/var/log/flume/flume-node.log'
{noformat}
start flume-node in centos
{noformat}
]# service flume-node start
Flume NG node is not running [FAILED]
Starting Flume NG node daemon (flume-node): [ OK ]
/bin/bash: -c: line 0: syntax error near unexpected token `>'
/bin/bash: -c: line 0: `echo $$ > /var/run/flume/flume-node.pid && exec
/usr/bin/flume-ng node --conf /etc/flume/conf --conf-file
/etc/flume/conf/flume.conf --name agent &>>/var/log/flume/flume-node.log'
# service flume-node status
Flume NG node is not running [FAILED]
{noformat}
--
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