sekikn opened a new pull request, #1202: URL: https://github.com/apache/bigtop/pull/1202
### Description of PR This PR upgrades Phoenix version to 5.1.3. ### How was this patch tested? Ran build script and smoke test on CentOS 7 and Ubuntu 22.04 (x86_64). CentOS 7: ``` $ ./gradlew allclean phoenix-pkg repo -Dbuildwithdeps=true ... Processing files: phoenix-5.1.3-1.el7.noarch ... BUILD SUCCESSFUL in 59m 10s 39 actionable tasks: 39 executed $ cd provisioner/docker $ ./docker-hadoop.sh -d -dcp -C config_centos-7.yaml -L -k zookeeper,hdfs,hbase,phoenix -s phoenix -c 1 ... > Task :bigtop-tests:smoke-tests:phoenix:test Finished generating test XML results (0.007 secs) into: /bigtop-home/bigtop-tests/smoke-tests/phoenix/build/test-results/test Generating HTML test report... Finished generating test html results (0.016 secs) into: /bigtop-home/bigtop-tests/smoke-tests/phoenix/build/reports/tests/test Now testing... :bigtop-tests:smoke-tests:phoenix:test (Thread[Daemon worker,5,main]) completed. Took 30.397 secs. BUILD SUCCESSFUL in 57s 31 actionable tasks: 7 executed, 24 up-to-date ``` Ubuntu 22.04: ``` $ ./gradlew allclean phoenix-pkg repo -Dbuildwithdeps=true ... dpkg-deb: building package 'phoenix' in '../phoenix_5.1.3-1_all.deb'. ... BUILD SUCCESSFUL in 1h 20m 51s 77 actionable tasks: 76 executed, 1 up-to-date $ cd provisioner/docker $ ./docker-hadoop.sh -d -dcp -C config_ubuntu-22.04.yaml -F docker-compose-cgroupv2.yml -G -L -k hdfs,hbase,phoenix -s phoenix -c 1 ... > Task :bigtop-tests:smoke-tests:phoenix:test Finished generating test XML results (0.008 secs) into: /bigtop-home/bigtop-tests/smoke-tests/phoenix/build/test-results/test Generating HTML test report... Finished generating test html results (0.023 secs) into: /bigtop-home/bigtop-tests/smoke-tests/phoenix/build/reports/tests/test Now testing... :bigtop-tests:smoke-tests:phoenix:test (Thread[Daemon worker,5,main]) completed. Took 53.63 secs. BUILD SUCCESSFUL in 1m 48s 31 actionable tasks: 7 executed, 24 up-to-date ``` ### For code changes: - [x] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')? - [x] Make sure that newly added files do not have any licensing issues. When in doubt refer to https://www.apache.org/licenses/ -- 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]
