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

Arpit Gupta commented on HADOOP-8132:
-------------------------------------

The platform information is determined using

{code}
JAVA_PLATFORM=`CLASSPATH=${CLASSPATH} ${JAVA} -Xmx32m 
${HADOOP_JAVA_PLATFORM_OPTS} org.apache.hadoop.util.PlatformName | sed -e "s/ 
/_/g"`
{code}

So unless this class returns x86_64 we should not make this change.
                
> 64bit secure datanodes do not start as the jsvc path is wrong
> -------------------------------------------------------------
>
>                 Key: HADOOP-8132
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8132
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>         Attachments: HADOOP-8132.branch-1.0.patch
>
>
> 64bit secure datanodes were looking for /usr/libexec/../libexec/jsvc. instead 
> of /usr/libexec/../libexec/jsvc.amd64

--
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

        

Reply via email to