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

This reverts commit ca8876a9f2.
This commit is contained in:
Sean Busbey 2015-03-17 11:57:08 -05:00
parent ca8876a9f2
commit d9d1b07cfc
3 changed files with 2 additions and 5 deletions

View File

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

View File

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

View File

@ -172,9 +172,6 @@ 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.