This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch branch-0.11 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.11 by this push: new 2cbc450c10 [HOTFIX] Change the link of `helium.json` from S3 to zeppelin.apache.org (#4713) 2cbc450c10 is described below commit 2cbc450c10222fbb247e40fb157d0d7b07bd0ff1 Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Mon Feb 19 17:37:44 2024 +0900 [HOTFIX] Change the link of `helium.json` from S3 to zeppelin.apache.org (#4713) (cherry picked from commit 01231e6292d1fcf7bcec9e437d2a635d4868dc32) --- conf/zeppelin-site.xml.template | 2 +- docs/development/helium/overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/zeppelin-site.xml.template b/conf/zeppelin-site.xml.template index 03b0feac69..b1143c3528 100755 --- a/conf/zeppelin-site.xml.template +++ b/conf/zeppelin-site.xml.template @@ -410,7 +410,7 @@ <!-- <property> <name>zeppelin.helium.registry</name> - <value>helium,https://s3.amazonaws.com/helium-package/helium.json</value> + <value>helium,https://zeppelin.apache.org/helium.json</value> <description>Location of external Helium Registry</description> </property> --> diff --git a/docs/development/helium/overview.md b/docs/development/helium/overview.md index 08a401af46..92da7e8a93 100644 --- a/docs/development/helium/overview.md +++ b/docs/development/helium/overview.md @@ -40,4 +40,4 @@ Currently, Helium supports 4 types of package. ## Configuration Zeppelin ships with several builtin helium plugins which is located in $ZEPPELIN_HOME/heliums. If you want to try more types of heliums plugins, -you can configure `zeppelin.helium.registry` to be `helium,https://s3.amazonaws.com/helium-package/helium.json` in zeppelin-site.xml. `https://s3.amazonaws.com/helium-package/helium.json` will be updated regularly. +you can configure `zeppelin.helium.registry` to be `helium,https://zeppelin.apache.org/helium.json` in zeppelin-site.xml. `https://zeppelin.apache.org/helium.json` will be updated regularly.