Skip to content

Commit

Permalink
[HOTFIX] Change the link of helium.json from S3 to zeppelin.apache.…
Browse files Browse the repository at this point in the history
…org (apache#4713)
  • Loading branch information
jongyoul authored Feb 19, 2024
1 parent 0d5f790 commit 01231e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/zeppelin-site.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -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>
-->
Expand Down
2 changes: 1 addition & 1 deletion docs/development/helium/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 01231e6

Please sign in to comment.