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

   +1, tested as follows:
   
   ```
   $ ./gradlew hbase-clean hbase-pkg repo -Dbuildwithdeps=true
   $ mv output/hbase /tmp
   $ curl -sL https://github.com/apache/bigtop/pull/1021.diff | git apply
   $ ./gradlew hbase-clean hbase-pkg repo -Dbuildwithdeps=true
   $ for i in $(find output/hbase -name '*.rpm'); do diff <(rpm -qlp $i) <(rpm 
-qlp ${i/output/\/tmp}); done
   2d1
   < /etc/hbase
   $ ./gradlew hbase-clean hbase-pkg repo -Dbuildwithdeps=true 
-PparentDir=/usr/bigtop
   $ for i in $(find output/hbase/noarch output/hbase/x86_64 -name '*.rpm'); do 
rpm -qlp $i; done
   /usr/bigtop/usr/share/doc/hbase-2.4.13
   
   ...
   
   /etc/hbase
   /etc/security/limits.d/hbase.nofiles.conf
   /usr/bigtop/etc/default/hbase
   /usr/bigtop/etc/hbase/conf.dist
   /usr/bigtop/etc/hbase/conf.dist/hadoop-metrics2-hbase.properties
   /usr/bigtop/etc/hbase/conf.dist/hbase-env.sh
   /usr/bigtop/etc/hbase/conf.dist/hbase-policy.xml
   /usr/bigtop/etc/hbase/conf.dist/hbase-site.xml
   /usr/bigtop/etc/hbase/conf.dist/log4j-hbtop.properties
   /usr/bigtop/etc/hbase/conf.dist/log4j.properties
   /usr/bigtop/etc/hbase/conf.dist/regionservers
   /usr/bigtop/usr/bin/hbase
   /usr/bigtop/usr/lib/hbase
   
   ...
   
   /usr/bigtop/var/lib/hbase
   /var/log/hbase
   /var/run/hbase
   /etc/rc.d/init.d/hbase-regionserver
   /etc/rc.d/init.d/hbase-thrift2
   /etc/rc.d/init.d/hbase-master
   /etc/rc.d/init.d/hbase-thrift
   /etc/rc.d/init.d/hbase-rest
   ```


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

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

Reply via email to