sekikn commented on PR #1023:
URL: https://github.com/apache/bigtop/pull/1023#issuecomment-1272430631

   +1, tested on Rocky 8:
   
   ```
   $ ./gradlew tez-clean tez-pkg repo -Dbuildwithdeps=true
   
   ...
   
   $ mv output/tez /tmp
   $ curl -sL https://github.com/apache/bigtop/pull/1023.diff | git apply
   $ ./gradlew tez-clean tez-pkg repo -Dbuildwithdeps=true
   
   ...
   
   $ diff <(rpm -qlp output/tez/noarch/tez-0.10.1-1.el8.noarch.rpm) <(rpm -qlp 
/tmp/tez/noarch/tez-0.10.1-1.el8.noarch.rpm)
   1d0
   < /etc/tez
   $ ./gradlew tez-clean tez-pkg repo -Dbuildwithdeps=true 
-PparentDir=/usr/bigtop
   
   ...
   
   $ rpm -qlp output/tez/noarch/tez-0.10.1-1.el8.noarch.rpm
   /etc/tez
   /usr/bigtop/etc/tez/conf.dist
   /usr/bigtop/etc/tez/conf.dist/tez-site.xml
   /usr/bigtop/usr/lib/tez                                                      
                           
   
   ...
   
   /usr/bigtop/usr/lib/tez/tez-yarn-timeline-history-with-fs-0.10.1.jar
   /usr/bigtop/usr/share/doc/tez-0.10.1
   /usr/bigtop/usr/share/man/man1/tez.1.gz
   ```


-- 
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]

Reply via email to