Repository: zeppelin
Updated Branches:
  refs/heads/master 3dec4d700 -> 46ae6fe39


Updated path to point to latest Maven binaries

### What is this PR for?
To update link of Maven binary provided in the installation steps.

### What type of PR is it?
[Documentation]

### Todos
NA

### What is the Jira issue?
NA

### How should this be tested?
By running the following commands
```
wget 
http://www.eu.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
sudo tar -zxf apache-maven-3.3.9-bin.tar.gz -C /usr/local/
sudo ln -s /usr/local/apache-maven-3.3.9/bin/mvn /usr/local/bin/mvn

# Build using latest mvn
mvn clean package -Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark -DskipTests
```

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Joju Rajan <[email protected]>

Closes #1264 from jojurajan/jojurajan-maven-link-patch and squashes the 
following commits:

0a4853f [Joju Rajan] Updated path to latest Maven binaries


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/46ae6fe3
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/46ae6fe3
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/46ae6fe3

Branch: refs/heads/master
Commit: 46ae6fe3901108374affa36b3a225df15cc43d7b
Parents: 3dec4d7
Author: Joju Rajan <[email protected]>
Authored: Tue Aug 2 12:26:48 2016 +0530
Committer: Mina Lee <[email protected]>
Committed: Thu Aug 11 23:04:35 2016 +0200

----------------------------------------------------------------------
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/46ae6fe3/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 57ea267..18dba8f 100644
--- a/README.md
+++ b/README.md
@@ -93,9 +93,9 @@ _Notes:_
  
 #### Install maven
 ```
-wget 
http://www.eu.apache.org/dist/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.tar.gz
-sudo tar -zxf apache-maven-3.3.3-bin.tar.gz -C /usr/local/
-sudo ln -s /usr/local/apache-maven-3.3.3/bin/mvn /usr/local/bin/mvn
+wget 
http://www.eu.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
+sudo tar -zxf apache-maven-3.3.9-bin.tar.gz -C /usr/local/
+sudo ln -s /usr/local/apache-maven-3.3.9/bin/mvn /usr/local/bin/mvn
 ```
 
 _Notes:_

Reply via email to