You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2022/04/21 17:41:33 UTC

[hadoop] branch branch-3.3.3 updated: HADOOP-18214. Update BUILDING.txt (#3811)

This is an automated email from the ASF dual-hosted git repository.

stevel pushed a commit to branch branch-3.3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3.3 by this push:
     new c0e6ed26083 HADOOP-18214. Update BUILDING.txt (#3811)
c0e6ed26083 is described below

commit c0e6ed260838c03371aa04ed0a9950a25ce6df40
Author: Giovambattista Vieri <gv...@users.noreply.github.com>
AuthorDate: Wed Dec 22 06:08:14 2021 +0100

    HADOOP-18214. Update BUILDING.txt (#3811)
    
    java-8-openjdk become openjdk-8-jdk (see both ubuntu and debian package's name)
    
    Contributed by Giovambattista Vieri
    Reviewed-by: Ayush Saxena <ay...@apache.org>
    
    Change-Id: I63b2bbfdd575cf56d20cd6c8fff33a70cadda7f2
---
 BUILDING.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index 51d030b2390..42ec263095b 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -57,7 +57,7 @@ Installing required packages for clean install of Ubuntu 14.04 LTS Desktop:
   $ sudo apt-get install software-properties-common
   $ sudo add-apt-repository ppa:webupd8team/java
   $ sudo apt-get update
-  $ sudo apt-get install oracle-java8-installer
+  $ sudo apt-get -y install openjdk-8-jdk
 * Maven
   $ sudo apt-get -y install maven
 * Native libraries


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org