mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
### What is this PR for? At compile time Zeppelin is downloading several external resources. I want to be able to provide alternative URLs to compile when internet is not available(i.e. behind corporate proxy). ### What type of PR is it? [Improvement] ### What is the Jira issue? [ZEPPELIN-2766] ### How should this be tested? ``` mvn -DskipTests -Dplugin.frontend.downloadRoot=<alernative-url> -Dplugin.frontend.nodeDownloadRoot=<alernative-url> -Dplugin.frontend.yarnDownloadRoot=<alernative-url> -Dplugin.frontend.npmDownloadRoot=<alernative-url> -Dpypi.repo.url=<alernative-url> clean package ``` ### Questions: * Does the licenses files need update? NO * Is there breaking changes for older versions? NO * Does this needs documentation? NO Author: andrea <andrea.peruffo1982@gmail.com> Closes #2483 from andreaTP/softCodeRepos and squashes the following commits: |
||
|---|---|---|
| .. | ||
| how_to_build.md | ||
| multi_user_support.md | ||