echonesis commented on PR #8924: URL: https://github.com/apache/ozone/pull/8924#issuecomment-3198893254
> Thanks for the PR. WIth this change, only one rpm is produced: > > ``` > ./hadoop-ozone/dist/target/rpm/ozone/RPMS/noarch/ozone-2.1.0-1.noarch.rpm > ``` > > Also it is a "noarch", we should build based on the host machine architecture, or allow to specify another arch. > > When I executed ozone command: > > ``` > export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.462.b08-3.el9.x86_64/jre/ > /opt/ozone/bin/ozone > ``` > > it failed a few things because tput was not available. To address that, install ncurse: > > ``` > dnf install ncurses > ``` Thanks @jojochuang I've added `ncurses` in `requires` list. It will be automatically installed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
