[
https://issues.apache.org/jira/browse/HADOOP-1037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Cutting resolved HADOOP-1037.
----------------------------------
Resolution: Fixed
Fix Version/s: 0.12.0
I changed bin/slaves to specify /bin/bash, until someone has a better fix.
> bin/slaves.sh not compatible with /bin/dash
> -------------------------------------------
>
> Key: HADOOP-1037
> URL: https://issues.apache.org/jira/browse/HADOOP-1037
> Project: Hadoop
> Issue Type: Bug
> Reporter: Doug Cutting
> Fix For: 0.12.0
>
>
> Ubuntu now uses /bin/dash for scripts that specify /bin/sh, but bin/slaves.sh
> currently fails with /bin/dash, requiring instead /bin/bash. We should
> either declare it to use /bin/bash or fix it to be compatible.
> The error I see is:
> /home/cutting/src/hadoop/trunk/bin/slaves.sh: 45: Syntax error: Bad
> substitution
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.