You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/09 17:17:00 UTC

[jira] [Commented] (BIGTOP-2101) ignite-hadoop contains an arch-dependent shared lib

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

ASF GitHub Bot commented on BIGTOP-2101:
----------------------------------------

Github user evans-ye commented on a diff in the pull request:

    https://github.com/apache/bigtop/pull/358#discussion_r209010677
  
    --- Diff: bigtop-packages/src/common/ignite-hadoop/do-component-build ---
    @@ -21,4 +21,30 @@ set -ex
     export MAVEN_OPTS="-Xmx512M"
     
     sed -i '/asm-all/{n;s/4.2/5.0.2/}' modules/hadoop/pom.xml
    +
    +if [ "$HOSTTYPE" != "x86_64" ] ; then
    +    # download ignite-shmem from maven central
    +    mvn dependency:get -DremoteRepositories=https://repo1.maven.org/maven2/ -DgroupId=org.gridgain -DartifactId=ignite-shmem -Dversion=1.0.0
    +    mkdir tmp-build
    +    cd tmp-build
    +    # download source jar
    +    wget https://repo1.maven.org/maven2/org/gridgain/ignite-shmem/1.0.0/ignite-shmem-1.0.0-sources.jar
    --- End diff --
    
    Any chance we can evaluate the signature for this file purely obtained from internet?
    It should be fairly easy since the version of jar is already fixed, the signature to check can be fixed here as well.


> ignite-hadoop contains an arch-dependent shared lib
> ---------------------------------------------------
>
>                 Key: BIGTOP-2101
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2101
>             Project: Bigtop
>          Issue Type: Bug
>          Components: ppc64le
>    Affects Versions: 1.1.0
>            Reporter: Olaf Flebbe
>            Assignee: Jun He
>            Priority: Major
>             Fix For: 1.3.0
>
>         Attachments: BIGTOP-2101.0.patch, BIGTOP-2101.1.patch
>
>
> The library ignite-shmem.jar contains arch dependent stuff.
> Either move it to a arch dependent package or make ignite arch dependent (like hadoop itself)
> {code}
> olaf@nucky:~/bigtop$ jar tvf /usr/lib/ignite-hadoop/libs/ignite-shmem-1.0.0.jar 
>      0 Fri Mar 13 21:27:02 CET 2015 META-INF/
>    128 Fri Mar 13 21:27:02 CET 2015 META-INF/MANIFEST.MF
>      0 Fri Mar 13 21:26:58 CET 2015 META-INF/native/
>      0 Fri Mar 13 21:26:58 CET 2015 META-INF/native/linux64/
>      0 Fri Mar 13 21:26:58 CET 2015 META-INF/native/osx/
> 138345 Fri Mar 13 21:26:58 CET 2015 META-INF/native/linux64/libigniteshmem.so
>  33116 Fri Mar 13 21:26:58 CET 2015 META-INF/native/osx/libigniteshmem.dylib
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)