You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "kosik (JIRA)" <ji...@apache.org> on 2012/05/24 18:09:29 UTC

[jira] [Created] (HADOOP-8432) SH script syntax errors

kosik created HADOOP-8432:
-----------------------------

             Summary: SH script syntax errors
                 Key: HADOOP-8432
                 URL: https://issues.apache.org/jira/browse/HADOOP-8432
             Project: Hadoop Common
          Issue Type: Bug
          Components: scripts
    Affects Versions: 2.0.0-alpha
         Environment: ubuntu 12, Oracle_JDK 1.7.0_03,
env. variables setted to:

export JAVA_HOME=/mnt/dataStorage/storage/local/glassfish3/jdk7
export PATH=$PATH:$JAVA_HOME/bin
export HADOOP_INSTALL=/mnt/dataStorage/storage/local/hadoop-2.0.0-alpha
export PATH=$PATH:$HADOOP_INSTALL/bin
export HADOOP_CONF_DIR=$HADOOP_INSTALL/etc/hadoop
            Reporter: kosik
            Priority: Blocker
             Fix For: 2.0.0-alpha


Hi, Everyone

I just can't start with new binary release of hadoop with following CLI command:

>>sh $HADOOP_INSTALL/sbin/start-dfs.sh
... /hadoop-2.0.0-alpha/sbin/start-dfs.sh: 78: ... /hadoop-2.0.0-alpha/sbin/../libexec/hadoop-config.sh: Syntax error: word unexpected (expecting ")")

Inside the script start-dfs.sh there are multiple syntax wrongs. Could you fix it?


Regards

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HADOOP-8432) SH script syntax errors

Posted by "sergio kosik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

sergio kosik resolved HADOOP-8432.
----------------------------------

      Resolution: Not A Problem
    Release Note: shure, with bash it's works.
    
> SH script syntax errors
> -----------------------
>
>                 Key: HADOOP-8432
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8432
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 2.0.0-alpha
>         Environment: ubuntu 12, Oracle_JDK 1.7.0_03,
> env. variables setted to:
> export JAVA_HOME=/mnt/dataStorage/storage/local/glassfish3/jdk7
> export PATH=$PATH:$JAVA_HOME/bin
> export HADOOP_INSTALL=/mnt/dataStorage/storage/local/hadoop-2.0.0-alpha
> export PATH=$PATH:$HADOOP_INSTALL/bin
> export HADOOP_CONF_DIR=$HADOOP_INSTALL/etc/hadoop
>            Reporter: sergio kosik
>            Priority: Blocker
>             Fix For: 2.0.0-alpha
>
>
> Hi, Everyone
> I just can't start with new binary release of hadoop with following CLI command:
> >>sh $HADOOP_INSTALL/sbin/start-dfs.sh
> ... /hadoop-2.0.0-alpha/sbin/start-dfs.sh: 78: ... /hadoop-2.0.0-alpha/sbin/../libexec/hadoop-config.sh: Syntax error: word unexpected (expecting ")")
> Inside the script start-dfs.sh there are multiple syntax wrongs. Could you fix it?
> Regards

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira