You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Arpit Gupta (Created) (JIRA)" <ji...@apache.org> on 2012/03/02 08:14:57 UTC

[jira] [Created] (HADOOP-8132) 64bit secure datanodes do not start as the jsvc path is wrong

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


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

        

[jira] [Updated] (HADOOP-8132) 64bit secure datanodes do not start as the jsvc path is wrong

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

Arpit Gupta updated HADOOP-8132:
--------------------------------

    Attachment: HADOOP-8132.branch-1.0.patch

simple fix where determination of JAVA_ARCH is moved outside of the native code check.
                
> 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

        

[jira] [Commented] (HADOOP-8132) 64bit secure datanodes do not start as the jsvc path is wrong

Posted by "Arpit Gupta (Commented) (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] [Commented] (HADOOP-8132) 64bit secure datanodes do not start as the jsvc path is wrong

Posted by "Devaraj Das (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13231831#comment-13231831 ] 

Devaraj Das commented on HADOOP-8132:
-------------------------------------

+1 (will commit it shortly)
                
> 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

        

[jira] [Commented] (HADOOP-8132) 64bit secure datanodes do not start as the jsvc path is wrong

Posted by "Arpit Gupta (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13220767#comment-13220767 ] 

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

i was able to start 32 and 64bit secure datanodes with this patch
                
> 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

        

[jira] [Commented] (HADOOP-8132) 64bit secure datanodes do not start as the jsvc path is wrong

Posted by "Matt Foley (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222058#comment-13222058 ] 

Matt Foley commented on HADOOP-8132:
------------------------------------

When HADOOP-8090 is fixed, should this also be changed to /usr/libexec/../libexec/jsvc.x86_64 ?
                
> 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

        

[jira] [Updated] (HADOOP-8132) 64bit secure datanodes do not start as the jsvc path is wrong

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

Arpit Gupta updated HADOOP-8132:
--------------------------------

    Target Version/s: 1.0.0
    
> 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

        

[jira] [Updated] (HADOOP-8132) 64bit secure datanodes do not start as the jsvc path is wrong

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

Arpit Gupta updated HADOOP-8132:
--------------------------------

    Status: Patch Available  (was: Open)
    
> 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

        

[jira] [Commented] (HADOOP-8132) 64bit secure datanodes do not start as the jsvc path is wrong

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13220772#comment-13220772 ] 

Hadoop QA commented on HADOOP-8132:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12516796/HADOOP-8132.branch-1.0.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/656//console

This message is automatically generated.
                
> 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

        

[jira] [Commented] (HADOOP-8132) 64bit secure datanodes do not start as the jsvc path is wrong

Posted by "Arpit Gupta (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13221097#comment-13221097 ] 

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

this issue only exists on branch 1 as trunk is not using architecture specific jscv. In branch 1 the architecture is only determined inside the native code check and this patch moves it out to before that check.
                
> 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

        

[jira] [Updated] (HADOOP-8132) 64bit secure datanodes do not start as the jsvc path is wrong

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

Matt Foley updated HADOOP-8132:
-------------------------------

          Resolution: Fixed
       Fix Version/s: 1.0.2
    Target Version/s: 1.0.2  (was: 1.0.0)
              Status: Resolved  (was: Patch Available)

Committed to branch-1.0 and branch-1.
Thanks, Arpit!
                
> 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
>             Fix For: 1.0.2
>
>         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