You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Raffaele S <r....@gmail.com> on 2017/03/24 14:16:10 UTC

Zeppelin hangs in air-gapped environments

Hello,

while starting Zeppelin in an air-gapped environment, it hangs for a few
minutes (up to 10) on:

WARN [2017-03-24 13:57:49,777] ({main} Helium.java[loadConf]:101) -
/zeppelin-server/conf/helium.json does not exists
ERROR [2017-03-24 14:01:27,909] ({main} ZeppelinServer.java[<init>]:131) -
Running 'npm install --registry=http://registry.npmjs.org/' in
/zeppelin-server/local-repo/vis


Please note that I downloaded npm and nodejs files manually.


Is there a known solution to this problem?


Raffaele

Re: Zeppelin hangs in air-gapped environments

Posted by Felix Cheung <fe...@hotmail.com>.
Yes please

________________________________
From: Raffaele S <r....@gmail.com>
Sent: Wednesday, March 29, 2017 5:12:35 AM
To: users@zeppelin.apache.org
Subject: Re: Zeppelin hangs in air-gapped environments

Should I create an Issue on JIRA for this?

2017-03-26 9:47 GMT+02:00 Eric Charles <er...@apache.org>>:
Running off-line (or in closed data centers) is now super-slow start since HeliumBundleFactory connects to npms.org<http://npms.org> web site on startup.

If dependent website are not reachable, we should simply fast skip that step. What about adding a check for this?

On 24/03/17 15:16, Raffaele S wrote:
Hello,

while starting Zeppelin in an air-gapped environment, it hangs for a few
minutes (up to 10) on:

    WARN [2017-03-24 13:57:49,777] ({main} Helium.java[loadConf]:101) -
    /zeppelin-server/conf/helium.json does not exists
    ERROR [2017-03-24 14:01:27,909] ({main}
    ZeppelinServer.java[<init>]:131) - Running 'npm install
    --registry=http://registry.npmjs.org/ <http://registry.npmjs.org/>'
    in /zeppelin-server/local-repo/vis


Please note that I downloaded npm and nodejs files manually.


Is there a known solution to this problem?


Raffaele


Re: Zeppelin hangs in air-gapped environments

Posted by Raffaele S <r....@gmail.com>.
Should I create an Issue on JIRA for this?

2017-03-26 9:47 GMT+02:00 Eric Charles <er...@apache.org>:

> Running off-line (or in closed data centers) is now super-slow start since
> HeliumBundleFactory connects to npms.org web site on startup.
>
> If dependent website are not reachable, we should simply fast skip that
> step. What about adding a check for this?
>
> On 24/03/17 15:16, Raffaele S wrote:
>
>> Hello,
>>
>> while starting Zeppelin in an air-gapped environment, it hangs for a few
>> minutes (up to 10) on:
>>
>>     WARN [2017-03-24 13:57:49,777] ({main} Helium.java[loadConf]:101) -
>>     /zeppelin-server/conf/helium.json does not exists
>>     ERROR [2017-03-24 14:01:27,909] ({main}
>>     ZeppelinServer.java[<init>]:131) - Running 'npm install
>>     --registry=http://registry.npmjs.org/ <http://registry.npmjs.org/>'
>>     in /zeppelin-server/local-repo/vis
>>
>>
>> Please note that I downloaded npm and nodejs files manually.
>>
>>
>> Is there a known solution to this problem?
>>
>>
>> Raffaele
>>
>

Re: Zeppelin hangs in air-gapped environments

Posted by Eric Charles <er...@apache.org>.
Running off-line (or in closed data centers) is now super-slow start 
since HeliumBundleFactory connects to npms.org web site on startup.

If dependent website are not reachable, we should simply fast skip that 
step. What about adding a check for this?

On 24/03/17 15:16, Raffaele S wrote:
> Hello,
>
> while starting Zeppelin in an air-gapped environment, it hangs for a few
> minutes (up to 10) on:
>
>     WARN [2017-03-24 13:57:49,777] ({main} Helium.java[loadConf]:101) -
>     /zeppelin-server/conf/helium.json does not exists
>     ERROR [2017-03-24 14:01:27,909] ({main}
>     ZeppelinServer.java[<init>]:131) - Running 'npm install
>     --registry=http://registry.npmjs.org/ <http://registry.npmjs.org/>'
>     in /zeppelin-server/local-repo/vis
>
>
> Please note that I downloaded npm and nodejs files manually.
>
>
> Is there a known solution to this problem?
>
>
> Raffaele