Skip to content

Commit 01231e6

Browse files
authored
[HOTFIX] Change the link of helium.json from S3 to zeppelin.apache.org (#4713)
1 parent 0d5f790 commit 01231e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf/zeppelin-site.xml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
<!--
411411
<property>
412412
<name>zeppelin.helium.registry</name>
413-
<value>helium,https://s3.amazonaws.com/helium-package/helium.json</value>
413+
<value>helium,https://zeppelin.apache.org/helium.json</value>
414414
<description>Location of external Helium Registry</description>
415415
</property>
416416
-->

docs/development/helium/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Currently, Helium supports 4 types of package.
4040
## Configuration
4141

4242
Zeppelin ships with several builtin helium plugins which is located in $ZEPPELIN_HOME/heliums. If you want to try more types of heliums plugins,
43-
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.
43+
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.

0 commit comments

Comments
 (0)