Hi , I am trying to use helium package from dev setup I have setup my eclipse workspace with the zeppelin source code.
When I try to enable the helium packages from UI(Started zeppelin from eclipse), I see the following exception in logs > 13:13:26,791 ERROR org.apache.zeppelin.rest.HeliumRestApi:196 - > com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'yarn > install --fetch-retries=2 --fetch-retry-factor=1 > --fetch-retry-mintimeout=5000 --registry=http://registry.npmjs.org/' > failed. (error code 1) > > java.io.IOException: > com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'yarn > install --fetch-retries=2 --fetch-retry-factor=1 > --fetch-retry-mintimeout=5000 --registry=http://registry.npmjs.org/' > failed. (error code 1) > > at org.apache.zeppelin.helium.HeliumBundleFactory.installNodeModules( > HeliumBundleFactory.java:308) > > at org.apache.zeppelin.helium.HeliumBundleFactory.buildPackage( > HeliumBundleFactory.java:395) > > at org.apache.zeppelin.helium.Helium.enable(Helium.java:314) > > at org.apache.zeppelin.rest.HeliumRestApi.enablePackage( > HeliumRestApi.java:193) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke( > NativeMethodAccessorImpl.java:57) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:43) > > at java.lang.reflect.Method.invoke(Method.java:606) > Operating system: OS X Eclipse working directory: root folder of zeppelin repo When i run the above command from terminal, it works just fine. I am facing issues only with Helium packages. The interpreters come up fine . Anyone else facing this error? Any ideas on how to fix this? Thanks in advance
