From 946c53ce650046830618149dbf0bd1d4c0aaa209 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 Signed-off-by: Andrew Purtell --- bin/hbase-config.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/hbase-config.sh b/bin/hbase-config.sh index 2bca169a57c..12e4f40425a 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/ < | +| > http://www.oracle.com/technetwork/java/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