You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2012/06/04 21:03:45 UTC

svn commit: r1346090 - in /accumulo/branches/1.3: ./ bin/config.sh

Author: ecn
Date: Mon Jun  4 19:03:44 2012
New Revision: 1346090

URL: http://svn.apache.org/viewvc?rev=1346090&view=rev
Log:
ACCUMULO-615 merge to 1.3 branch

Modified:
    accumulo/branches/1.3/   (props changed)
    accumulo/branches/1.3/bin/config.sh

Propchange: accumulo/branches/1.3/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.4:r1346089

Modified: accumulo/branches/1.3/bin/config.sh
URL: http://svn.apache.org/viewvc/accumulo/branches/1.3/bin/config.sh?rev=1346090&r1=1346089&r2=1346090&view=diff
==============================================================================
--- accumulo/branches/1.3/bin/config.sh (original)
+++ accumulo/branches/1.3/bin/config.sh Mon Jun  4 19:03:44 2012
@@ -63,11 +63,6 @@ then
 fi
 export HADOOP_HOME
 
-if [ "`$HADOOP_HOME/bin/hadoop version 2>/dev/null | head -1 | cut -f 2 -d .`" != 20 ]; then
-    echo "Accumulo $ACCUMULO_VERSION requires Hadoop version 0.20.x"
-    exit 1
-fi
-
 if [ ! -f "$ACCUMULO_HOME/conf/masters" -o ! -f "$ACCUMULO_HOME/conf/slaves" ]
 then
     if [ ! -f "$ACCUMULO_HOME/conf/masters" -a ! -f "$ACCUMULO_HOME/conf/slaves" ]