Kengo Seki created BIGTOP-4036:
----------------------------------
Summary: Fix Ranger's smoke test failure on Debian 11
Key: BIGTOP-4036
URL: https://issues.apache.org/jira/browse/BIGTOP-4036
Project: Bigtop
Issue Type: Bug
Reporter: Kengo Seki
Follow-up for BIGTOP-4035. Running Ranger's smoke test fails with the following
error on Debian 11.
{code}
$ ./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.
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)