You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/03/03 07:53:20 UTC

svn commit: r1452006 - /accumulo/branches/1.5/bin/bootstrap_config.sh

Author: elserj
Date: Sun Mar  3 06:53:20 2013
New Revision: 1452006

URL: http://svn.apache.org/r1452006
Log:
ACCUMULO-1071 Changing wording from "hadoop library type" to "Accumulo memory-map type"

Modified:
    accumulo/branches/1.5/bin/bootstrap_config.sh

Modified: accumulo/branches/1.5/bin/bootstrap_config.sh
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/bin/bootstrap_config.sh?rev=1452006&r1=1452005&r2=1452006&view=diff
==============================================================================
--- accumulo/branches/1.5/bin/bootstrap_config.sh (original)
+++ accumulo/branches/1.5/bin/bootstrap_config.sh Sun Mar  3 06:53:20 2013
@@ -52,7 +52,7 @@ fi
 
 if [ -z "${TYPE}" ]; then
    echo
-   echo "Choose the hadoop library type:"
+   echo "Choose the Accumulo memory-map type:"
    select TYPENAME in Java Native; do
       if [ "${TYPENAME}" = "native" ]; then
          TYPE="native-standalone"