You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by bm...@apache.org on 2011/11/15 03:28:54 UTC

svn commit: r1202008 - /incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hadoop/install_hadoop.sh

Author: bmahe
Date: Tue Nov 15 02:28:53 2011
New Revision: 1202008

URL: http://svn.apache.org/viewvc?rev=1202008&view=rev
Log:
Add default log4j properties to pseudo conf

Modified:
    incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hadoop/install_hadoop.sh

Modified: incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hadoop/install_hadoop.sh
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hadoop/install_hadoop.sh?rev=1202008&r1=1202007&r2=1202008&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hadoop/install_hadoop.sh (original)
+++ incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/common/hadoop/install_hadoop.sh Tue Nov 15 02:28:53 2011
@@ -255,6 +255,7 @@ for conf in conf.pseudo ; do
   # Overlay the -site files
   (cd $DISTRO_DIR/$conf.yarn && tar -cf - .) | (cd $YARN_ETC_DIR/$conf && tar -xf -)
 done
+cp ${BUILD_DIR}/etc/hadoop/log4j.properties $HADOOP_ETC_DIR/conf.pseudo
 
 # Remove all hadoop test jars
 rm -fv ${HADOOP_DIR}/*test*.jar