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:
parent
d9d1b07cfc
commit
99ec366147
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/usr/bin/env bash
|
||||||
#/**
|
#/**
|
||||||
# * Copyright 2007 The Apache Software Foundation
|
# * Copyright 2007 The Apache Software Foundation
|
||||||
# *
|
# *
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/usr/bin/env bash
|
||||||
#/**
|
#/**
|
||||||
# * Copyright 2007 The Apache Software Foundation
|
# * Copyright 2007 The Apache Software Foundation
|
||||||
# *
|
# *
|
||||||
|
|
|
@ -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::
|
Windows::
|
||||||
Prior to HBase 0.96, testing for running HBase on Microsoft Windows was limited.
|
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.
|
Running a on Windows nodes is not recommended for production systems.
|
||||||
|
|
Loading…
Reference in New Issue