You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by pl...@apache.org on 2011/11/05 02:49:01 UTC

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

Author: plinnell
Date: Sat Nov  5 01:49:01 2011
New Revision: 1197865

URL: http://svn.apache.org/viewvc?rev=1197865&view=rev
Log:
add path to find ldconfig on some distros

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=1197865&r1=1197864&r2=1197865&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 Sat Nov  5 01:49:01 2011
@@ -138,6 +138,9 @@ HADOOP_NATIVE_LIB_DIR=${HADOOP_LIB_DIR}/
 
 HADOOP_VERSION=0.23.0-SNAPSHOT
 
+##Needed for some distros to find ldconfig
+export PATH="/sbin/$PATH"
+
 # Make bin wrappers
 mkdir -p $BIN_DIR