Skip to content

Commit

Permalink
Removing old workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Shaposhnik committed Feb 19, 2013
1 parent 40fd08f commit 6f8e521
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bigtop-packages/src/common/oozie/install_oozie.sh
Expand Up @@ -164,9 +164,6 @@ install -d -m 0755 ${CONF_DIR}
cp -r ${BUILD_DIR}/conf/* ${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' \ 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 ${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} cp ${EXTRA_DIR}/oozie-env.sh ${CONF_DIR}
install -d -m 0755 ${CONF_DIR}/action-conf install -d -m 0755 ${CONF_DIR}/action-conf
cp ${EXTRA_DIR}/hive.xml ${CONF_DIR}/action-conf cp ${EXTRA_DIR}/hive.xml ${CONF_DIR}/action-conf
Expand Down

0 comments on commit 6f8e521

Please sign in to comment.