sekikn commented on PR #1204:
URL: https://github.com/apache/bigtop/pull/1204#issuecomment-1789022195
+1, thank you so much for your contribution @JiaLiangC! I ensured the latest
PR works with CentOS 7, Rocky 8 and Ubuntu 22.04.
Only with Debian 11, running smoke test failed with the following error. But
the current PR works with the most of the distros we support, so let's merge it
first and then address the problem as another issue. I'll file it later.
```
$ ./docker-hadoop.sh -d -dcp -C config_debian-11.yaml -F
docker-compose-cgroupv2.yml -G -L -k hdfs,hbase,ranger -s ranger -c 1
...
org.apache.bigtop.itest.ranger.TestRangerSmoke > testServiceDefs FAILED
java.io.IOException: Server returned HTTP response code: 500 for URL:
http://localhost:6080/service/public/v2/api/servicedef
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at
org.codehaus.groovy.runtime.ResourceGroovyMethods.configuredInputStream(ResourceGroovyMethods.java:2218)
at
org.codehaus.groovy.runtime.ResourceGroovyMethods.newReader(ResourceGroovyMethods.java:2319)
at
org.codehaus.groovy.runtime.ResourceGroovyMethods.getText(ResourceGroovyMethods.java:692)
at
org.codehaus.groovy.runtime.ResourceGroovyMethods.getText(ResourceGroovyMethods.java:660)
at org.codehaus.groovy.runtime.dgm$1017.invoke(Unknown Source)
at
org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:246)
at
org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)
at
org.apache.bigtop.itest.ranger.TestRangerSmoke.testServiceDefs(TestRangerSimple.groovy:39)
1 test completed, 1 failed
Finished generating test XML results (0.014 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/ranger/build/test-results/test
Generating HTML test report...
Finished generating test html results (0.032 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/ranger/build/reports/tests/test
:bigtop-tests:smoke-tests:ranger:test (Thread[Daemon worker,5,main])
completed. Took 1.637 secs.
FAILURE: Build failed with an exception.
```
--
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]