Skip to content

Commit 3701d2e

Browse files
authored
Fix broken maven link in building/ubuntu-instructions.md (#558)
1 parent ff7c764 commit 3701d2e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/building/ubuntu-instructions.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ If you already have all the pre-requisites, skip to the [build](ubuntu-instructi
3535
```bash
3636
sudo update-alternatives --config java
3737
```
38-
3. Install **[Apache Maven 3.6.0+](https://maven.apache.org/download.cgi)**
38+
3. Install **[Apache Maven 3.6.3+](https://maven.apache.org/download.cgi)**
3939
- Run the following command:
4040
```bash
4141
mkdir -p ~/bin/maven
4242
cd ~/bin/maven
43-
wget https://www-us.apache.org/dist/maven/maven-3/3.6.0/binaries/apache-maven-3.6.0-bin.tar.gz
44-
tar -xvzf apache-maven-3.6.0-bin.tar.gz
45-
ln -s apache-maven-3.6.0 current
43+
wget https://www-us.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
44+
tar -xvzf apache-maven-3.6.3-bin.tar.gz
45+
ln -s apache-maven-3.6.3 current
4646
export M2_HOME=~/bin/maven/current
4747
export PATH=${M2_HOME}/bin:${PATH}
4848
source ~/.bashrc
@@ -54,11 +54,11 @@ If you already have all the pre-requisites, skip to the [build](ubuntu-instructi
5454
<summary>&#x1F4D9; Click to see sample mvn -version output</summary>
5555

5656
```
57-
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
58-
Maven home: ~/bin/apache-maven-3.6.0
59-
Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
60-
Default locale: en, platform encoding: UTF-8
61-
OS name: "linux", version: "4.4.0-17763-microsoft", arch: "amd64", family: "unix"
57+
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
58+
Maven home: ~/bin/apache-maven-3.6.3
59+
Java version: 1.8.0_242, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
60+
Default locale: en_US, platform encoding: ANSI_X3.4-1968
61+
OS name: "linux", version: "4.4.0-142-generic", arch: "amd64", family: "unix"
6262
```
6363
4. Install **[Apache Spark 2.3+](https://spark.apache.org/downloads.html)**
6464
- Download [Apache Spark 2.3+](https://spark.apache.org/downloads.html) and extract it into a local folder (e.g., `~/bin/spark-2.3.2-bin-hadoop2.7`)

0 commit comments

Comments
 (0)