iwasakims opened a new pull request, #1346: URL: https://github.com/apache/bigtop/pull/1346
Deployment on Fedora 40 failed since the [Puppet's regsubst function is not compatible with Ruby 3.3](https://bugzilla.redhat.com/show_bug.cgi?id=2280109). ``` Notice: Scope(Class[Node_with_components]): Roles to deploy: [resourcemanager, nodemanager, mapred-app, hadoop-client, mapred-app, namenode, datanode] Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, wrong number of arguments (given 3, expected 1..2) (file: /bigtop-home/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp, line: 32, column: 47) (file: /bigtop-home/bigtop-deploy/puppet/manifests/cluster.pp, line: 182) on node 1d7ea83c4a05.bigtop.apache.org ``` The `regsubst` is only used in one place. I replaced it with `split` and `join`. -- 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