Repository: bigtop
Updated Branches:
  refs/heads/master 6ec6cebfc -> 0b3113995


BIGTOP-1459 Removing hadoop-client.jar from install_oozie script

Signed-off-by: Konstantin Boudnik <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/0b311399
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/0b311399
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/0b311399

Branch: refs/heads/master
Commit: 0b31139959b1eeeea000c2bcc51b612a6b59e6ab
Parents: 6ec6ceb
Author: Newton Alex <[email protected]>
Authored: Wed Nov 19 13:35:28 2014 -0800
Committer: Konstantin Boudnik <[email protected]>
Committed: Wed Nov 19 16:48:22 2014 -0800

----------------------------------------------------------------------
 bigtop-packages/src/common/oozie/install_oozie.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/0b311399/bigtop-packages/src/common/oozie/install_oozie.sh
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/oozie/install_oozie.sh 
b/bigtop-packages/src/common/oozie/install_oozie.sh
index 7ce2086..aa7a146 100755
--- a/bigtop-packages/src/common/oozie/install_oozie.sh
+++ b/bigtop-packages/src/common/oozie/install_oozie.sh
@@ -238,6 +238,7 @@ for i in `cd ${BUILD_DIR}/libtools ; ls *` ; do
     cp ${BUILD_DIR}/libtools/$i ${SERVER_LIB_DIR}/libtools/$i
   fi
 done
+rm -rf ${SERVER_LIB_DIR}/libtools/hadoop-client-*.jar
 
 # Provide a convenience symlink to be more consistent with tarball deployment
 ln -s ${DATA_DIR#${SERVER_PREFIX}} ${SERVER_LIB_DIR}/libext

Reply via email to