ACCUMULO-3338 Hadoop is not all capitalized. Use proper capitalization.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b68bdaea Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b68bdaea Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/b68bdaea Branch: refs/heads/1.6 Commit: b68bdaea461251c54d9aba59d55ab07ae5d5c875 Parents: 040e267 Author: Josh Elser <els...@apache.org> Authored: Sun Nov 16 12:18:43 2014 -0500 Committer: Josh Elser <els...@apache.org> Committed: Sun Nov 16 12:18:43 2014 -0500 ---------------------------------------------------------------------- assemble/bin/bootstrap_config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/b68bdaea/assemble/bin/bootstrap_config.sh ---------------------------------------------------------------------- diff --git a/assemble/bin/bootstrap_config.sh b/assemble/bin/bootstrap_config.sh index 81139a7..8b18757 100755 --- a/assemble/bin/bootstrap_config.sh +++ b/assemble/bin/bootstrap_config.sh @@ -232,10 +232,10 @@ fi if [[ -z "${HADOOP_VERSION}" ]]; then echo echo "Choose the Apache Hadoop version:" - select HADOOP in 'HADOOP 1' 'HADOOP 2' ; do - if [ "${HADOOP}" == "HADOOP 2" ]; then + select HADOOP in 'Hadoop 1' 'Hadoop 2' ; do + if [ "${HADOOP}" == "Hadoop 2" ]; then HADOOP_VERSION="2" - elif [ "${HADOOP}" == "HADOOP 1" ]; then + elif [ "${HADOOP}" == "Hadoop 1" ]; then HADOOP_VERSION="1" fi echo "Using Apache Hadoop version '${HADOOP_VERSION}' configuration"