hbase git commit: HBASE-14354 Minor improvements for usage of the mlock agent

2015-09-01 Thread esteban
Repository: hbase
Updated Branches:
  refs/heads/branch-1.2 af7e34f99 -> 7c287597a


HBASE-14354 Minor improvements for usage of the mlock agent


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7c287597
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7c287597
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7c287597

Branch: refs/heads/branch-1.2
Commit: 7c287597accefc1dea13af9760735b87fa3aeb3e
Parents: af7e34f
Author: Esteban Gutierrez 
Authored: Tue Sep 1 18:36:39 2015 -0700
Committer: Esteban Gutierrez 
Committed: Tue Sep 1 18:45:18 2015 -0700

--
 bin/hbase-config.sh | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/7c287597/bin/hbase-config.sh
--
diff --git a/bin/hbase-config.sh b/bin/hbase-config.sh
index 5c518b1..c113adb 100644
--- a/bin/hbase-config.sh
+++ b/bin/hbase-config.sh
@@ -98,22 +98,20 @@ if [ -z "$HBASE_ENV_INIT" ] && [ -f 
"${HBASE_CONF_DIR}/hbase-env.sh" ]; then
   export HBASE_ENV_INIT="true"
 fi
 
-# Set default value for regionserver uid if not present
-if [ -z "$HBASE_REGIONSERVER_UID" ]; then
-  HBASE_REGIONSERVER_UID="hbase"
-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 <

hbase git commit: HBASE-14354 Minor improvements for usage of the mlock agent

2015-09-01 Thread esteban
Repository: hbase
Updated Branches:
  refs/heads/branch-1.1 026330588 -> f0891a6a0


HBASE-14354 Minor improvements for usage of the mlock agent


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f0891a6a
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f0891a6a
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f0891a6a

Branch: refs/heads/branch-1.1
Commit: f0891a6a0c49ea0b3c3c394753dadef5617fedaa
Parents: 0263305
Author: Esteban Gutierrez 
Authored: Tue Sep 1 18:36:39 2015 -0700
Committer: Esteban Gutierrez 
Committed: Tue Sep 1 18:44:45 2015 -0700

--
 bin/hbase-config.sh | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/f0891a6a/bin/hbase-config.sh
--
diff --git a/bin/hbase-config.sh b/bin/hbase-config.sh
index 5c518b1..c113adb 100644
--- a/bin/hbase-config.sh
+++ b/bin/hbase-config.sh
@@ -98,22 +98,20 @@ if [ -z "$HBASE_ENV_INIT" ] && [ -f 
"${HBASE_CONF_DIR}/hbase-env.sh" ]; then
   export HBASE_ENV_INIT="true"
 fi
 
-# Set default value for regionserver uid if not present
-if [ -z "$HBASE_REGIONSERVER_UID" ]; then
-  HBASE_REGIONSERVER_UID="hbase"
-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 <

hbase git commit: HBASE-14354 Minor improvements for usage of the mlock agent

2015-09-01 Thread apurtell
Repository: hbase
Updated Branches:
  refs/heads/0.98 437b58f3d -> 88e772fcc


HBASE-14354 Minor improvements for usage of the mlock agent


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/88e772fc
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/88e772fc
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/88e772fc

Branch: refs/heads/0.98
Commit: 88e772fcce0a46197c8f63cfa3d2b8c25e1668f5
Parents: 437b58f
Author: Esteban Gutierrez 
Authored: Tue Sep 1 18:36:39 2015 -0700
Committer: Andrew Purtell 
Committed: Tue Sep 1 19:41:35 2015 -0700

--
 bin/hbase-config.sh | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/88e772fc/bin/hbase-config.sh
--
diff --git a/bin/hbase-config.sh b/bin/hbase-config.sh
index d2f05a2..fb75169 100644
--- a/bin/hbase-config.sh
+++ b/bin/hbase-config.sh
@@ -98,22 +98,20 @@ if [ -z "$HBASE_ENV_INIT" ] && [ -f 
"${HBASE_CONF_DIR}/hbase-env.sh" ]; then
   export HBASE_ENV_INIT="true"
 fi
 
-# Set default value for regionserver uid if not present
-if [ -z "$HBASE_REGIONSERVER_UID" ]; then
-  HBASE_REGIONSERVER_UID="hbase"
-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 <

hbase git commit: HBASE-14354 Minor improvements for usage of the mlock agent

2015-09-01 Thread esteban
Repository: hbase
Updated Branches:
  refs/heads/branch-1 a31adde0b -> 1b5fb8193


HBASE-14354 Minor improvements for usage of the mlock agent


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1b5fb819
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1b5fb819
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1b5fb819

Branch: refs/heads/branch-1
Commit: 1b5fb8193e0b0ffb817658fff182b84ff6e84be8
Parents: a31adde
Author: Esteban Gutierrez 
Authored: Tue Sep 1 18:36:39 2015 -0700
Committer: Esteban Gutierrez 
Committed: Tue Sep 1 18:38:32 2015 -0700

--
 bin/hbase-config.sh | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/1b5fb819/bin/hbase-config.sh
--
diff --git a/bin/hbase-config.sh b/bin/hbase-config.sh
index 5c518b1..c113adb 100644
--- a/bin/hbase-config.sh
+++ b/bin/hbase-config.sh
@@ -98,22 +98,20 @@ if [ -z "$HBASE_ENV_INIT" ] && [ -f 
"${HBASE_CONF_DIR}/hbase-env.sh" ]; then
   export HBASE_ENV_INIT="true"
 fi
 
-# Set default value for regionserver uid if not present
-if [ -z "$HBASE_REGIONSERVER_UID" ]; then
-  HBASE_REGIONSERVER_UID="hbase"
-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 <

hbase git commit: HBASE-14354 Minor improvements for usage of the mlock agent

2015-09-01 Thread esteban
Repository: hbase
Updated Branches:
  refs/heads/master 5bb36f159 -> f8dd99d73


HBASE-14354 Minor improvements for usage of the mlock agent


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f8dd99d7
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f8dd99d7
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f8dd99d7

Branch: refs/heads/master
Commit: f8dd99d7380e5eafae62a9f0c526ba24f98eb2e5
Parents: 5bb36f1
Author: Esteban Gutierrez 
Authored: Tue Sep 1 18:36:39 2015 -0700
Committer: Esteban Gutierrez 
Committed: Tue Sep 1 18:37:34 2015 -0700

--
 bin/hbase-config.sh | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/f8dd99d7/bin/hbase-config.sh
--
diff --git a/bin/hbase-config.sh b/bin/hbase-config.sh
index 5c518b1..c113adb 100644
--- a/bin/hbase-config.sh
+++ b/bin/hbase-config.sh
@@ -98,22 +98,20 @@ if [ -z "$HBASE_ENV_INIT" ] && [ -f 
"${HBASE_CONF_DIR}/hbase-env.sh" ]; then
   export HBASE_ENV_INIT="true"
 fi
 
-# Set default value for regionserver uid if not present
-if [ -z "$HBASE_REGIONSERVER_UID" ]; then
-  HBASE_REGIONSERVER_UID="hbase"
-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 <