[
https://issues.apache.org/jira/browse/HADOOP-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521989
]
Hadoop QA commented on HADOOP-1689:
-----------------------------------
+1
http://issues.apache.org/jira/secure/attachment/12364339/HADOOP-1689.patch
applied and successfully tested against trunk revision r568706.
Test results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/598/testReport/
Console output:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/598/console
> .sh scripts do not work on Solaris
> ----------------------------------
>
> Key: HADOOP-1689
> URL: https://issues.apache.org/jira/browse/HADOOP-1689
> Project: Hadoop
> Issue Type: Bug
> Components: scripts
> Affects Versions: 0.13.1
> Environment: SunOS acl301 5.10 Generic_118855-33 i86pc i386 i86pc
> Reporter: David Biesack
> Priority: Minor
> Fix For: 0.15.0
>
> Attachments: HADOOP-1689.patch
>
>
> the EXPORT commands in the scripts didn't play nicely w/the default shell &
> Hadoop wouldn't start ("... is not an
> identifier"). I changed the first #! line of bin/hadoop-daemon.sh and
> bin/hadoop to specify bash, then everything worked:
> #!/bin/bash
> ksh is probably another option that will work, but we did not try that
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.