diff --git hcatalog/webhcat/svr/src/main/bin/webhcat_config.sh hcatalog/webhcat/svr/src/main/bin/webhcat_config.sh index 52f96ff..9da2ec2 100644 --- hcatalog/webhcat/svr/src/main/bin/webhcat_config.sh +++ hcatalog/webhcat/svr/src/main/bin/webhcat_config.sh @@ -94,7 +94,6 @@ fi #so HIVE_HOME does not need to be always set at this point DEFAULT_HIVE_HOME="${WEBHCAT_PREFIX}/.." if [ -n "$HIVE_HOME" ]; then - echo "Lenght of string is non zero" if [ ! -f ${HIVE_HOME}/bin/hive ]; then die "HIVE_HOME=${HIVE_HOME} is invalid"; fi