GitHub user sarutak opened a pull request:

    https://github.com/apache/spark/pull/3988

    [SPARK-5188][BUILD] make-distribution.sh should support curl, not only wget 
to get Tachyon

    When we use `make-distribution.sh` with `--with-tachyon` option, Tachyon 
will be downloaded by `wget` command but some systems don't have `wget` by 
default (MacOS X doesn't have).
    Other scripts like build/mvn, build/sbt support not only `wget` but also 
`curl` so `make-distribution.sh` should support `curl` too.

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

    $ git pull https://github.com/sarutak/spark SPARK-5188

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

    https://github.com/apache/spark/pull/3988.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 #3988
    
----
commit 83b49b5e2def5df861c21cad1c6c72be3a460e09
Author: Kousuke Saruta <saru...@oss.nttdata.co.jp>
Date:   2015-01-10T00:51:17Z

    Modified make-distribution.sh so that we use curl, not only wget to get 
tachyon

----


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to