HBASE-6834 HBaseClusterManager shell code breaks hadoop-2.0 build

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387458 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-09-19 05:51:57 +00:00
parent fc515de647
commit a5583054a5
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class HBaseClusterManager extends ClusterManager {
}
@Override
protected String[] getExecString() {
public String[] getExecString() {
return new String[] {
"bash", "-c",
StringUtils.join(new String[] { sshCmd,