From 9b834abaa1c01827439b36374f6b95f0e10bee66 Mon Sep 17 00:00:00 2001 From: Gustavo Anatoly Date: Mon, 16 Mar 2015 23:45:01 -0300 Subject: [PATCH] Specify bash for local-regionservers.sh and local-master-backup.sh --- 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(-) 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 # * 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 # * 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. -- 1.9.3 (Apple Git-50)