You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2022/09/22 11:35:05 UTC

[GitHub] [bigtop] kevinw66 opened a new pull request, #1023: BIGTOP-3826: Support parent directory configuration for Tez rpm build script

kevinw66 opened a new pull request, #1023:
URL: https://github.com/apache/bigtop/pull/1023

   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 'BIGTOP-3638: Your PR title ...'.
   -->
   
   ### Description of PR
   
   
   ### How was this patch tested?
   diff result:
   ```
   180682 blocks
   180682 blocks
   1d0
   < ./etc/tez
   ```
   
   ### For code changes:
   
   - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')?
   - [ ] 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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bigtop] sekikn merged pull request #1023: BIGTOP-3826: Support parent directory configuration for Tez rpm build script

Posted by GitBox <gi...@apache.org>.
sekikn merged PR #1023:
URL: https://github.com/apache/bigtop/pull/1023


-- 
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-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bigtop] sekikn commented on pull request #1023: BIGTOP-3826: Support parent directory configuration for Tez rpm build script

Posted by GitBox <gi...@apache.org>.
sekikn commented on PR #1023:
URL: https://github.com/apache/bigtop/pull/1023#issuecomment-1272430699

   Merged into master. Thanks @kevinw66!


-- 
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-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bigtop] sekikn commented on pull request #1023: BIGTOP-3826: Support parent directory configuration for Tez rpm build script

Posted by GitBox <gi...@apache.org>.
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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bigtop] vivostar commented on pull request #1023: BIGTOP-3826: Support parent directory configuration for Tez rpm build script

Posted by GitBox <gi...@apache.org>.
vivostar commented on PR #1023:
URL: https://github.com/apache/bigtop/pull/1023#issuecomment-1254969828

   te


-- 
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-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org