You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2022/06/21 09:17:57 UTC

[GitHub] [bigtop] guyuqi commented on pull request #890: BIGTOP-3669. Use maven instead of ant to build ZooKeeper.

guyuqi commented on PR #890:
URL: https://github.com/apache/bigtop/pull/890#issuecomment-1161485013

   +1,  verified build & smoke tests on Arm64 debian-10/Fedora-35.
   
   
   **Arm64 Debian-10:**
   ```
   --- a/provisioner/docker/config_debian-10.yaml
   +++ b/provisioner/docker/config_debian-10.yaml
   @@ -19,6 +19,6 @@ docker:
   
    repo: "http://repos.bigtop.apache.org/releases/3.0.0/debian/10/$(ARCH)"
    distro: debian
   -components: [hdfs, yarn, mapreduce]
   -enable_local_repo: false
   -smoke_test_components: [hdfs, yarn, mapreduce]
   +components: [zookeeper]
   +enable_local_repo: true
   +smoke_test_components: [zookeeper]
   
   ```
   ```
   ./docker-hadoop.sh -C config_debian-10.yaml -c 1 -s -d
   ..............
   ........
   ....
   ...
   .
   Successfully started process 'Gradle Test Executor 2'
   
   Gradle Test Executor 2 started executing tests.
   Gradle Test Executor 2 finished executing tests.
   
   > Task :bigtop-tests:smoke-tests:zookeeper:test
   TestZookeeper > testZkServerStatus STANDARD_ERROR
       22/06/21 08:33:22 INFO lang.Object: Running zkServer.sh status
       22/06/21 08:33:22 INFO lang.Object: zkServer.sh status checks out.
   Finished generating test XML results (0.015 secs) into: /bigtop-home/bigtop-tests/smoke-tests/zookeeper/build/test-results/test
   Generating HTML test report...
   Finished generating test html results (0.034 secs) into: /bigtop-home/bigtop-tests/smoke-tests/zookeeper/build/reports/tests/test
   Now testing...
   :bigtop-tests:smoke-tests:zookeeper:test (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 4.032 secs.
   
   BUILD SUCCESSFUL in 1m 25s
   ```
   
   
   
   **Arm64 Fedora-35:**
   ```
   --- a/provisioner/docker/config_fedora-35.yaml
   +++ b/provisioner/docker/config_fedora-35.yaml
   @@ -19,6 +19,6 @@ docker:
   
    repo: "http://repos.bigtop.apache.org/releases/3.1.0/fedora/35/$basearch"
    distro: centos
   -components: [hdfs, yarn, mapreduce]
   -enable_local_repo: false
   -smoke_test_components: [hdfs, yarn, mapreduce]
   +components: [zookeeper]
   +enable_local_repo: true
   +smoke_test_components: [zookeeper]
   ```
   ```
   ./docker-hadoop.sh -C config_fedora-35.yaml -c 1 -s -d
   ......
   ...
   .
   Successfully started process 'Gradle Test Executor 2'
   
   Gradle Test Executor 2 started executing tests.
   Gradle Test Executor 2 finished executing tests.
   
   > Task :bigtop-tests:smoke-tests:zookeeper:test
   
   TestZookeeper > testZkServerStatus STANDARD_ERROR
       22/06/21 09:15:30 INFO lang.Object: Running zkServer.sh status
       22/06/21 09:15:30 INFO lang.Object: zkServer.sh status checks out.
   Finished generating test XML results (0.015 secs) into: /bigtop-home/bigtop-tests/smoke-tests/zookeeper/build/test-results/test
   Generating HTML test report...
   Finished generating test html results (0.039 secs) into: /bigtop-home/bigtop-tests/smoke-tests/zookeeper/build/reports/tests/test
   Now testing...
   :bigtop-tests:smoke-tests:zookeeper:test (Thread[Execution worker for ':' Thread 37,5,main]) completed. Took 4.088 secs.
   
   BUILD SUCCESSFUL in 1m 24s
   34 actionable tasks: 7 executed, 27 up-to-date
   Stopped 1 worker daemon(s).
   + rm -rf buildSrc/build/test-results/binary
   + rm -rf /bigtop-home/.gradle
   ```
   
   
   
   
   
   
   
   


-- 
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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org