diff options
Diffstat (limited to 'databases/hbase/files/patch-hbase-daemon.sh')
-rw-r--r-- | databases/hbase/files/patch-hbase-daemon.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/databases/hbase/files/patch-hbase-daemon.sh b/databases/hbase/files/patch-hbase-daemon.sh index 94364f002b33..97b81e5db387 100644 --- a/databases/hbase/files/patch-hbase-daemon.sh +++ b/databases/hbase/files/patch-hbase-daemon.sh @@ -1,14 +1,14 @@ ---- bin/hbase-daemon.sh.orig 2014-07-14 09:50:03.000000000 +0400 -+++ bin/hbase-daemon.sh 2014-07-23 18:49:15.000000000 +0400 -@@ -89,7 +89,6 @@ +--- bin/hbase-daemon.sh.orig 2015-11-11 22:19:14.786233000 -0700 ++++ bin/hbase-daemon.sh 2015-11-11 22:19:45.137538000 -0700 +@@ -93,7 +93,6 @@ check_before_start(){ #ckeck if the process is not running - mkdir -p "$HBASE_PID_DIR" - if [ -f $pid ]; then - if kill -0 `cat $pid` > /dev/null 2>&1; then - echo $command running as process `cat $pid`. Stop it first. -@@ -120,7 +119,6 @@ + if [ -f $HBASE_PID ]; then + if kill -0 `cat $HBASE_PID` > /dev/null 2>&1; then + echo $command running as process `cat $HBASE_PID`. Stop it first. +@@ -124,7 +123,6 @@ if [ "$HBASE_LOG_DIR" = "" ]; then export HBASE_LOG_DIR="$HBASE_HOME/logs" fi |