You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2013/02/19 03:35:50 UTC

[1/2] git commit: Removing old workaround

Removing old workaround


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

Branch: refs/heads/RCs
Commit: 6f8e5217edf4cb67b7f805fd445147310a3f91fa
Parents: 40fd08f
Author: Roman Shaposhnik <rv...@cloudera.com>
Authored: Mon Feb 18 16:02:49 2013 -0800
Committer: Roman Shaposhnik <rv...@cloudera.com>
Committed: Mon Feb 18 16:02:49 2013 -0800

----------------------------------------------------------------------
 bigtop-packages/src/common/oozie/install_oozie.sh |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/6f8e5217/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 1bd8cfb..2d35026 100755
--- a/bigtop-packages/src/common/oozie/install_oozie.sh
+++ b/bigtop-packages/src/common/oozie/install_oozie.sh
@@ -164,9 +164,6 @@ install -d -m 0755 ${CONF_DIR}
 cp -r ${BUILD_DIR}/conf/* ${CONF_DIR}
 sed -i -e '/oozie.service.HadoopAccessorService.hadoop.configurations/,/<\/property>/s#<value>\*=hadoop-conf</value>#<value>*=/etc/hadoop/conf</value>#g' \
           ${CONF_DIR}/oozie-site.xml
-# FIXME: OOZIE-1089, MAPREDUCE-4820
-sed -i -e '/<\/configuration>/i<property><name>oozie.hadoop-2.0.2-alpha.workaround.for.distributed.cache</name><value>true</value></property>' \
-          ${CONF_DIR}/oozie-site.xml
 cp ${EXTRA_DIR}/oozie-env.sh ${CONF_DIR}
 install -d -m 0755 ${CONF_DIR}/action-conf
 cp ${EXTRA_DIR}/hive.xml ${CONF_DIR}/action-conf