[GitHub] bigtop pull request #160: Added ARM64 support for levedb v1.8

2017-08-06 Thread JunHe77
Github user JunHe77 closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] bigtop pull request #160: Added ARM64 support for levedb v1.8

2016-11-10 Thread JunHe77
GitHub user JunHe77 opened a pull request:

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

Added ARM64 support for levedb v1.8

The native libleveldbjni.so in official leveldbjni-all-1.8.jar is for 
x86_64. So libleveldbjni.so for aarch64 needs to be created during hadoop 
building process.
This patch is added for this.

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

$ git pull https://github.com/JunHe77/bigtop master

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

https://github.com/apache/bigtop/pull/160.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 #160


commit 48f89baf23ad4139c748d860ada73d99c5f12be5
Author: Jun He 
Date:   2016-11-11T02:32:24Z

Added ARM64 support for levedb v1.8




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---