From 3fa7bb774a20b3f8b7e4eab97b50e7db62fccc8d Mon Sep 17 00:00:00 2001 From: Esteban Gutierrez Date: Mon, 2 Mar 2015 11:30:35 -0800 Subject: [PATCH] HBASE-13139 Clean up missing JAVA_HOME message in bin/hbase-config.sh --- bin/hbase-config.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/hbase-config.sh b/bin/hbase-config.sh index 2bca169..fb7fd60 100644 --- a/bin/hbase-config.sh +++ b/bin/hbase-config.sh @@ -126,14 +126,12 @@ export MALLOC_ARENA_MAX=${MALLOC_ARENA_MAX:-4} if [ -z "$JAVA_HOME" ]; then cat 1>&2 < http://java.sun.com/javase/downloads/ < | | | | HBase requires Java 1.7 or later. | -| NOTE: This script will find Sun Java whether you install using the | -| binary or the RPM based installer. | +======================================================================+ EOF exit 1 -- 2.3.0