yamasakisua opened a new pull request, #1278: URL: https://github.com/apache/bigtop/pull/1278
<!-- Thanks for sending a pull request! 1. If this is your first time, please read our contributor guidelines: https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute 2. Make sure your PR title starts with JIRA issue id, e.g., 'BIGTOP-3638: Your PR title ...'. --> ### Description of PR This Error may be caused by a version change in Pupput. Puppet manifest of livy include spark::common class, but it can not refers to spark::deploy::roles in template files. This PR changes spark::deploy::roles reference to @roles. ### How was this patch tested? $./docker-hadoop.sh -dcp -F docker-compose-cgroupv2.yml -C config_fedora-38.yaml -m 6g -c 3 -k "hdfs, yarn, spark, livy" -s "spark,livy" ... > Task :bigtop-tests:smoke-tests:livy:test Finished generating test XML results (0.001 secs) into: /bigtop-home/bigtop-tests/smoke-tests/livy/build/test-results/test Generating HTML test report... Finished generating test html results (0.004 secs) into: /bigtop-home/bigtop-tests/smoke-tests/livy/build/reports/tests/testNow testing... :bigtop-tests:smoke-tests:livy:test (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 35.789 secs. $./docker-hadoop.sh -dcp -e 1 bash [root@d2fec4e7e071 /]# cat /etc/spark/conf/spark-defaults.conf spark.master spark://d2fec4e7e071.bigtop.apache.org:7077 -- 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-unsubscr...@bigtop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org