You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by JunHe77 <gi...@git.apache.org> on 2018/05/25 03:04:34 UTC

[GitHub] bigtop pull request #360: BIGTOP-3027: Wrong Leveldbjni native binary for aa...

GitHub user JunHe77 opened a pull request:

    https://github.com/apache/bigtop/pull/360

    BIGTOP-3027: Wrong Leveldbjni native binary for aarch64

    Leveldbjni used in Hadoop is v1.8, which only includes x86-64 native binaries.
    It needs to build from source when creating hadoop packages on aarch64, like what ppc does.
    
    Change-Id: I4682e7885d9b5ac6d448d954ddffc78256fe0733
    Signed-off-by: Jun He <ju...@linaro.org>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/JunHe77/bigtop BIGTOP-3027

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/bigtop/pull/360.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #360
    
----
commit a2bce4ef15744fa810e0bef8e2ccacc02c95b880
Author: Jun He <ju...@...>
Date:   2018-05-09T08:01:29Z

    BIGTOP-3027: Wrong Leveldbjni native binary for aarch64
    
    Leveldbjni used in Hadoop is v1.8, which only includes x86-64 native binaries.
    It needs to build from source when creating hadoop packages on aarch64, like what ppc does.
    
    Change-Id: I4682e7885d9b5ac6d448d954ddffc78256fe0733
    Signed-off-by: Jun He <ju...@linaro.org>

----


---

[GitHub] bigtop pull request #360: BIGTOP-3027: Wrong Leveldbjni native binary for aa...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/bigtop/pull/360


---