Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apache Zeppelin 0.9.0 - Helium component list is empty

I've been using the zeppelin docker image 0.8.2 and after bringing up a container I was able to see list of helium components (from the helium menu) and enable them the enable button. I tried to use 0.9.0 but found an empty list. What is the way to see the list again, or add components?

Thanks.

like image 333
Ori N Avatar asked Dec 31 '25 08:12

Ori N


1 Answers

Probably in zeppelin-site.xml is missing the value zeppelin.helium.registry . Add the value in xml file and then copy in ~/zeppelin/conf directory and restart container.

<property>
  <name>zeppelin.helium.registry</name>
  <value>helium,https://s3.amazonaws.com/helium-package/helium.json</value>
  <description>Enable helium packages</description>
</property>
like image 87
Jamie_93 Avatar answered Jan 02 '26 20:01

Jamie_93



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!