sekikn commented on PR #1249: URL: https://github.com/apache/bigtop/pull/1249#issuecomment-2143757410
+1, tested on CentOS 7 and Rocky 8 as follows. Good catch @LiJie20190102! ``` $ curl -sL https://github.com/apache/bigtop/pull/1249.diff | git apply $ ./gradlew flink-clean flink-pkg repo -Dbuildwithdeps=true $ cd provisioner/docker $ ./docker-hadoop.sh -d -dcp -C config_centos-7.yaml -G -L -k hdfs,flink -s flink -c 1 ... BUILD SUCCESSFUL in 2m 5s 28 actionable tasks: 6 executed, 22 up-to-date Stopped 1 worker daemon(s). + rm -rf buildSrc/build/test-results/binary + rm -rf /bigtop-home/.gradle $ ./docker-hadoop.sh -dcp -e 1 flink -v Version: 1.16.2, Commit ID: 472eeca ``` -- 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]
