GitHub user felixcheung opened a pull request: https://github.com/apache/incubator-zeppelin/pull/368
[ZEPPELIN-357] Add support for a configurable list of repo for dependencies Make it configurable via `zeppelin.dep.additionalRemoteRepository`, with spark-packages default. This enables notebook to load dependencies with having to add spark-packages each time. There is a fair bit of overlap between `DependencyResolver` and `DependencyContext`, but it appears in order for any custom repo available it needs to be in both components. We should discuss how best to address overlaps between the two components. @corneadoug @Leemoonsoo You can merge this pull request into a Git repository by running: $ git pull https://github.com/felixcheung/incubator-zeppelin sparkpackage Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/368.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 #368 ---- commit eab697b540ac66fefa5d7cd9ce6ad2d537dc5987 Author: Felix Cheung <felixcheun...@hotmail.com> Date: 2015-10-25T23:43:12Z Make custom remote repo configurable commit dfdb07b05a11f675283fe345d0ef3426bee0af15 Author: Felix Cheung <felixcheun...@hotmail.com> Date: 2015-10-25T23:52:08Z add test ---- --- 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. ---