GitHub user jojurajan opened a pull request:

    https://github.com/apache/zeppelin/pull/1264

    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
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jojurajan/zeppelin jojurajan-maven-link-patch

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/1264.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1264
    
----
commit 0a4853f1a56c1bf108ec5a9e19111708ae649194
Author: Joju Rajan <jojura...@gmail.com>
Date:   2016-08-02T06:56:48Z

    Updated path to latest Maven binaries

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to