Repository: hbase
Updated Branches:
  refs/heads/master ed026c2e6 -> ca8876a9f


Specify bash for local-regionservers.sh and local-master-backup.sh

Signed-off-by: Sean Busbey <bus...@apache.org>


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

Branch: refs/heads/master
Commit: ca8876a9f2534f2ab0b416aecb4ac476da9747f8
Parents: ed026c2
Author: Gustavo Anatoly <gustavoanat...@gmail.com>
Authored: Mon Mar 16 23:45:01 2015 -0300
Committer: Sean Busbey <bus...@apache.org>
Committed: Tue Mar 17 09:57:07 2015 -0500

----------------------------------------------------------------------
 bin/local-master-backup.sh                     | 2 +-
 bin/local-regionservers.sh                     | 2 +-
 src/main/asciidoc/_chapters/configuration.adoc | 3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ca8876a9/bin/local-master-backup.sh
----------------------------------------------------------------------
diff --git a/bin/local-master-backup.sh b/bin/local-master-backup.sh
index f368e4a..e1a80cd 100755
--- a/bin/local-master-backup.sh
+++ b/bin/local-master-backup.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 #/**
 # * Copyright 2007 The Apache Software Foundation
 # *

http://git-wip-us.apache.org/repos/asf/hbase/blob/ca8876a9/bin/local-regionservers.sh
----------------------------------------------------------------------
diff --git a/bin/local-regionservers.sh b/bin/local-regionservers.sh
index 38d9ffc..f744ee1 100755
--- a/bin/local-regionservers.sh
+++ b/bin/local-regionservers.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 #/**
 # * Copyright 2007 The Apache Software Foundation
 # *

http://git-wip-us.apache.org/repos/asf/hbase/blob/ca8876a9/src/main/asciidoc/_chapters/configuration.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/configuration.adoc 
b/src/main/asciidoc/_chapters/configuration.adoc
index a5430eb..ed00a49 100644
--- a/src/main/asciidoc/_chapters/configuration.adoc
+++ b/src/main/asciidoc/_chapters/configuration.adoc
@@ -172,6 +172,9 @@ session required  pam_limits.so
 ----
 ====
 
+Linux Shell::
+  All of the shell scripts that come with HBase rely on the 
link:http://www.gnu.org/software/bash[GNU Bash] shell.
+
 Windows::
   Prior to HBase 0.96, testing for running HBase on Microsoft Windows was 
limited.
   Running a on Windows nodes is not recommended for production systems.

Reply via email to