[ 
https://issues.apache.org/jira/browse/HADOOP-7373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13046799#comment-13046799
 ] 

Eric Yang commented on HADOOP-7373:
-----------------------------------

We can probably remove the entire block for 0.20.20x:

{noformat}
# convert relative path to absolute path
bin=`dirname "$this"`
script=`basename "$this"`
bin=`cd "$bin"; pwd`
this="$bin/$script"
{noformat}

> Tarball deployment doesn't work with {start,stop}-{dfs,mapred}
> --------------------------------------------------------------
>
>                 Key: HADOOP-7373
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7373
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>         Attachments: c.patch
>
>
> The hadoop-config.sh overrides the variable "bin", which makes the scripts 
> use libexec for hadoop-daemon(s).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to