GitHub user mephi42 opened a pull request:
https://github.com/apache/zeppelin/pull/2815
[ZEPPELIN-3262] Make install_external_dependencies.sh work on macOS
### What is this PR for?
This original purpose of this script is to setup Travis environment,
but it's also useful for local development.
Also make it possible to run this script multiple times.
### What type of PR is it?
Improvement
### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-3262
### How should this be tested?
* Run ./testing/install_external_dependencies.sh
### 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/mephi42/zeppelin
install-external-dependencies-macos
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2815.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 #2815
----
commit bc34749ef94261eb01424f81f310bb9f561ad477
Author: mephi42 <mephi42@...>
Date: 2018-02-24T11:37:04Z
[ZEPPELIN-3262] Make install_external_dependencies.sh work on macOS
This original purpose of this script is to setup Travis environment,
but it's also useful for local development.
Also make it possible to run this script multiple times.
----
---