From bd9692387eff8b9171d697438cf9679ff99327e7 Mon Sep 17 00:00:00 2001 From: Adam Faris Date: Thu, 16 Jul 2015 22:52:51 -0700 Subject: [PATCH] [HBASE-14114] updating libmlockall_agent.so path in hbase-config.sh --- bin/hbase-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hbase-config.sh b/bin/hbase-config.sh index 12e4f40..95b491e 100644 --- a/bin/hbase-config.sh +++ b/bin/hbase-config.sh @@ -107,7 +107,7 @@ fi # Verify if hbase has the mlock agent if [ "$HBASE_REGIONSERVER_MLOCK" = "true" ]; then - MLOCK_AGENT="$HBASE_HOME/native/libmlockall_agent.so" + MLOCK_AGENT="$HBASE_HOME/lib/native/libmlockall_agent.so" if [ ! -f "$MLOCK_AGENT" ]; then cat 1>&2 <