vinayakumarb commented on code in PR #7608: URL: https://github.com/apache/hadoop/pull/7608#discussion_r2061995529
########## BUILDING.txt: ########## @@ -29,7 +29,11 @@ This requires a recent version of docker (1.4.1 and higher are known to work). On Linux / Mac: Install Docker and run this command: - $ ./start-build-env.sh + $ ./start-build-env.sh [OS platform] + + - [OS Platform] One of [centos_7, centos_8, debian_10, ubuntu_20, ubuntu_24, windows_10]. + Default is 'ubuntu_20'. + Note: Currently only default ('ubuntu_20') is supported on arm machine Review Comment: Supporting ARM in ubuntu-22+ needs some amount of effort. Ex: `phantomjs` library is not available for arm in recent OS distributions. I will try to address that in a follow up PR. Thanks for checking. -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org