sekikn commented on PR #990: URL: https://github.com/apache/bigtop/pull/990#issuecomment-1243144172
+1. Building Tez with this PR finished without any errors and its artifact passed the smoke test. ``` $ curl -sL https://github.com/apache/bigtop/pull/990.patch | git apply $ ./gradlew tez-clean tez-pkg repo -Dbuildwithdeps=true ... Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/vagrant/bigtop/build/tez/rpm/BUILDROOT/tez-0.10.1-1.el7.x86_64 Wrote: /home/vagrant/bigtop/build/tez/rpm/RPMS/noarch/tez-0.10.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.1bHWq8 + umask 022 + cd /home/vagrant/bigtop/build/tez/rpm//BUILD + cd apache-tez-0.10.1-src + /usr/bin/rm -rf /home/vagrant/bigtop/build/tez/rpm/BUILDROOT/tez-0.10.1-1.el7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.tirrGP + umask 022 + cd /home/vagrant/bigtop/build/tez/rpm//BUILD + rm -rf apache-tez-0.10.1-src + exit 0 ... BUILD SUCCESSFUL in 3m 30s 34 actionable tasks: 34 executed ``` ``` $ cd provisioner/docker $ ./docker-hadoop.sh -d -C config_centos-7.yaml -r file:///bigtop-home/output -G -k hdfs,yarn,tez -s tez -c 3 ... > Task :bigtop-tests:smoke-tests:tez:test Finished generating test XML results (0.019 secs) into: /bigtop-home/bigtop-tests/smoke-tests/tez/build/test-results/test Generating HTML test report... Finished generating test html results (0.038 secs) into: /bigtop-home/bigtop-tests/smoke-tests/tez/build/reports/tests/test Now testing... :bigtop-tests:smoke-tests:tez:test (Thread[Daemon worker,5,main]) completed. Took 50.256 secs. BUILD SUCCESSFUL in 2m 51s 30 actionable tasks: 7 executed, 23 up-to-date ``` -- 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]
