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