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

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Gustavo Anatoly 2015-03-16 23:45:01 -03:00 committed by Sean Busbey
parent d9d1b07cfc
commit 99ec366147
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
#/**
# * Copyright 2007 The Apache Software Foundation
# *

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
#/**
# * Copyright 2007 The Apache Software Foundation
# *

View File

@ -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.