iwasakims opened a new pull request, #1378: URL: https://github.com/apache/bigtop/pull/1378
https://issues.apache.org/jira/browse/BIGTOP-4515 Change from `-Phadoop-3.0` to `-Dhadoop.profile=3.0` is crucial for adopting Hadoop 3.4. [DummyDFSOutputStream](https://github.com/apache/hbase/pull/6450/changes#diff-829e92419e3c33e5a2971ec4f9b99a15001ca519766e3669108e906896f4c3ae) added by [HBASE-29865](https://issues.apache.org/jira/browse/HBASE-28965) was unintentionally [excluded by configuration of hadoop-2.0 profile](https://issues.apache.org/jira/browse/HBASE-28965) without this. In addition, I added work around to add read permission on rpmbuild. On my container environment of Rocky Linux 9 aarch64, files under SOURCES directory have not read permission and break the `sed` command execution. ``` + /usr/bin/cp /bigtop-home/build/hbase/rpm/SOURCES/regionserver-init.d.tpl /bigtop-home/build/hbase/rpm/BUILDROOT/hbase-2.6.4-1.el9.aarch64//etc/rc.d/init.d/hbase-regionserver + /usr/bin/sed -i -e 's|@INIT_DEFAULT_START@|3 4 5|' /bigtop-home/build/hbase/rpm/BUILDROOT/hbase-2.6.4-1.el9.aarch64//etc/rc.d/init.d/hbase-regionserver + /usr/bin/sed -i -e 's|@INIT_DEFAULT_STOP@|0 1 2 6|' /bigtop-home/build/hbase/rpm/BUILDROOT/hbase-2.6.4-1.el9.aarch64//etc/rc.d/init.d/hbase-regionserver /usr/bin/sed: can't read /bigtop-home/build/hbase/rpm/BUILDROOT/hbase-2.6.4-1.el9.aarch64//etc/rc.d/init.d/hbase-regionserver: Permission denied error: Bad exit status from /var/tmp/rpm-tmp.vgMyLQ (%install) ``` -- 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]
