MacChen01 opened a new pull request, #1146:
URL: https://github.com/apache/bigtop/pull/1146

   ### Description of PR
   Add support for alluxio component, include compile command and problem.
   
   problem
         1. libjnifues3.so and libjnifuse.so need the version of glibc is 
2.2.5, which is old version not in ARM openEuler .
    suggestion:  The file of 
[libjnifuse3.so](https://github.com/Alluxio/alluxio/blob/master/integration/jnifuse/native/src/main/resources/libjnifuse3.so)
 is X86 arch, which should be compiled manually.
   
   
https://github.com/Alluxio/alluxio/tree/master/integration/jnifuse/native/src/main/resources
   
   ### How was this patch tested?
   build command         
              docker run --rm -v `pwd`:/home/bigtop --workdir /home/bigtop 
bigtop/slaves:trunk-openeuler-22.03-aarch64 bash -c '. 
/etc/profile.d/bigtop.sh; ./gradlew alluxio-pkg'
   
   smoke test command
              ./docker-hadoop.sh -C config_openeuler-22.03.yaml -c 3 -s
   
   ### For code changes:
   
   - [ ] Does the title or this PR starts with the corresponding JIRA issue id 
(BIGTOP-3881)
   - [ ] Make sure that newly added files do not have any licensing issues. 
When in doubt refer to https://www.apache.org/licenses/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to