Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUILDING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Refer to dev-support/docker/Dockerfile):

* Open JDK 1.8
$ sudo apt-get update
$ sudo apt-get -y install java-8-openjdk
$ sudo apt-get -y install openjdk-8-jdk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is in fact the package we use in the Dockerfile build script. https://github.com/apache/hadoop/blob/trunk/dev-support/docker/pkg-resolver/packages.json#L264

* Maven
$ sudo apt-get -y install maven
* Native libraries
Expand Down