[ 
https://issues.apache.org/jira/browse/HADOOP-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Trevor Robinson updated HADOOP-8764:
------------------------------------

    Assignee: Trevor Robinson
      Status: Patch Available  (was: Open)

Added processor architecture decode case for ARM similar to x86:

{code}
    ELSEIF (CMAKE_SYSTEM_PROCESSOR MATCHES "^arm")
        SET(_java_libarch "arm")
{code}

                
> CMake: HADOOP-8737 broke ARM build
> ----------------------------------
>
>                 Key: HADOOP-8764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8764
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.2.0-alpha
>         Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.7.0_06, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk1.7.0_06/jre
> Default locale: en_US, platform encoding: ISO-8859-1
> OS name: "linux", version: "3.2.0-1000-highbank", arch: "arm", family: "unix"
>            Reporter: Trevor Robinson
>            Assignee: Trevor Robinson
>         Attachments: HADOOP-8764.patch
>
>
> ARM build is broken again: CMAKE_SYSTEM_PROCESSOR comes from {{uname -p}}, 
> which reports values like "armv7l" for the ARMv7 architecture. However, the 
> OpenJDK and Oracle ARM JREs both use "jre/lib/arm" for the JVM directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to