Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add support for hadoop component, include compile command and problem.
- 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 hadoop-pkg'
The build of docker can refer to the issue: BIGTOP-3876
- smoke test command
./docker-hadoop.sh -C config_openEuler-22.03.yaml -c 3 -s
- problem
1. redhat-rpm-config should be instead of openEuler-rpm-config in openEuler.
2. The node-gyp 3.8.0 only support python2, but openEuler using the python3.