guyuqi commented on PR #964: URL: https://github.com/apache/bigtop/pull/964#issuecomment-1193784139
> Building HBase succeded with added patch1-relocate-okhttp.diff. smoke-tests passed. > > ``` > $ ./docker-hadoop.sh \ > --create 3 \ > --image bigtop/puppet:trunk-rockylinux-8 \ > --memory 8g \ > --repo file:///bigtop-home/output \ > --disable-gpg-check \ > --stack hdfs,yarn,mapreduce,hbase \ > --smoke-tests hbase > ... > ow testing... > :bigtop-tests:smoke-tests:hbase:test (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 3 mins 50.955 secs. > > BUILD SUCCESSFUL in 5m 10s > 36 actionable tasks: 10 executed, 26 up-to-date > ``` Tested it on aarch64 Rocky Linux8 : HBase: **2.4.13** ``` [root@2862226bc183 /]# hbase version OpenJDK 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/lib/hbase/lib/client-facing-thirdparty/slf4j-reload4j-1.7.33.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/lib/hadoop/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Reload4jLoggerFactory] HBase 2.4.13 ``` Hadoop: **3.3.4**: ``` [root@2862226bc183 /]# hadoop version Hadoop 3.3.4 Source code repository https://github.com/apache/bigtop.git -r 22a0813b12f244bb9ba3df05532505dd7fed73e7 Compiled by root on 2022-07-25T06:29Z Compiled with protoc 3.7.1 From source with checksum fb9dd8918a7b8a5b430d61af858f6ec This command was run using /usr/lib/hadoop/hadoop-common-3.3.4.jar ``` ``` Gradle Test Executor 5 finished executing tests. > Task :bigtop-tests:smoke-tests:hbase:test Finished generating test XML results (0.039 secs) into: /bigtop-home/bigtop-tests/smoke-tests/hbase/build/test-results/test Generating HTML test report... Finished generating test html results (0.052 secs) into: /bigtop-home/bigtop-tests/smoke-tests/hbase/build/reports/tests/test Now testing... :bigtop-tests:smoke-tests:hbase:test (Thread[Execution worker for ':' Thread 72,5,main]) completed. Took 7 mins 47.886 secs. BUILD SUCCESSFUL in 32m 21s ``` what about to remove `patch1-relocate-okhttp.diff` patched for HBase `2.4.12`? -- 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]
