Author: rvs
Date: Wed Apr 4 18:43:46 2012
New Revision: 1309530
URL: http://svn.apache.org/viewvc?rev=1309530&view=rev
Log:
BIGTOP-512. oozie can't be installed on debian
Modified:
incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/oozie/install_oozie.sh
Modified:
incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/oozie/install_oozie.sh
URL:
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/oozie/install_oozie.sh?rev=1309530&r1=1309529&r2=1309530&view=diff
==============================================================================
---
incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/oozie/install_oozie.sh
(original)
+++
incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/oozie/install_oozie.sh
Wed Apr 4 18:43:46 2012
@@ -199,7 +199,7 @@ install -d -m 0755 ${OOZIE_SERVER_DIR}/b
failIfNotOK
install -d -m 0755 ${OOZIE_DATA}
failIfNotOK
-for file in oozie ooziedb.sh oozied.sh oozie-sys.sh ; do
+for file in ooziedb.sh oozied.sh oozie-sys.sh ; do
cp ${OOZIE_BUILD_DIR}/bin/$file ${OOZIE_SERVER_DIR}/bin
failIfNotOK
done