[
https://issues.apache.org/jira/browse/HADOOP-19777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18050024#comment-18050024
]
ASF GitHub Bot commented on HADOOP-19777:
-----------------------------------------
pan3793 commented on code in PR #8167:
URL: https://github.com/apache/hadoop/pull/8167#discussion_r2664058315
##########
BUILDING.txt:
##########
@@ -480,7 +480,7 @@ Installing required dependencies for clean install of macOS
10.14:
$ /usr/bin/ruby -e "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/master/install)"
* Install OpenJDK 8
$ brew tap AdoptOpenJDK/openjdk
- $ brew cask install adoptopenjdk8
+ $ brew cask install temurin17
Review Comment:
recent version of macOS removes the built-in script languages, so it should
use a different command that does not rely on OS Ruby to install homebrew
```patch
- * Install OpenJDK 8
+ * Install OpenJDK 17
```
brew main repo has `openjdk@17` so no need for `brew tap
AdoptOpenJDK/openjdk`
> Update trunk BUILDING.txt for Java 17 requirement
> -------------------------------------------------
>
> Key: HADOOP-19777
> URL: https://issues.apache.org/jira/browse/HADOOP-19777
> Project: Hadoop Common
> Issue Type: Improvement
> Components: documentation
> Reporter: Chris Nauroth
> Assignee: Chris Nauroth
> Priority: Major
> Labels: pull-request-available
>
> Some recent confusion about the Java 17 requirement on trunk has made me
> realize that we haven't updated the documentation in BUILDING.txt.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]