Author: bmahe
Date: Wed Feb 15 21:24:51 2012
New Revision: 1244739
URL: http://svn.apache.org/viewvc?rev=1244739&view=rev
Log:
BIGTOP-404. flume-ng does not start
Modified:
incubator/bigtop/branches/RCs/bigtop-packages/src/common/flume/install_flume.sh
Modified:
incubator/bigtop/branches/RCs/bigtop-packages/src/common/flume/install_flume.sh
URL:
http://svn.apache.org/viewvc/incubator/bigtop/branches/RCs/bigtop-packages/src/common/flume/install_flume.sh?rev=1244739&r1=1244738&r2=1244739&view=diff
==============================================================================
---
incubator/bigtop/branches/RCs/bigtop-packages/src/common/flume/install_flume.sh
(original)
+++
incubator/bigtop/branches/RCs/bigtop-packages/src/common/flume/install_flume.sh
Wed Feb 15 21:24:51 2012
@@ -128,7 +128,7 @@ if [ -n "\$FLUME_PID_FILE" ]; then
fi
# See FLUME-920
-bash exec /usr/lib/flume/bin/flume-ng "\$@"
+exec bash /usr/lib/flume/bin/flume-ng "\$@"
EOF
chmod 755 $wrapper