[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-23 Thread michaelboulter
Github user michaelboulter commented on the issue: https://github.com/apache/zeppelin/pull/2095 Is there a workaround? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-14 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2095 @FRosner fyi. Made a patch https://github.com/apache/zeppelin/pull/2137 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-14 Thread maheshsenni
Github user maheshsenni commented on the issue: https://github.com/apache/zeppelin/pull/2095 I tried to solve the proxy problem by adding `-Dhttp.proxyHost` and `-Dhttp.proxyPort` to `JAVA_OPTS` in `bin/zeppelin-daemon.sh`. After doing this, npm and node were installed without any

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-09 Thread FRosner
Github user FRosner commented on the issue: https://github.com/apache/zeppelin/pull/2095 That would be amazing. :) -- Sent from my phone. Please excuse my brevity. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-09 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2095 How about make Zeppelin skip install npm and node.js when no visualization/spell is enabled? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-07 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2095 @FRosner https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/helium/HeliumBundleFactory.java#L91-#L95 --- If your project is set up for it,

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-07 Thread NohSeho
Github user NohSeho commented on the issue: https://github.com/apache/zeppelin/pull/2095 @FRosner That's sounds not good :(, I'm not a member with zeppelin, but I don't think that not a major problem with yours, sincerly :( . I think that your problem is a kind of minor problem, and

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-07 Thread FRosner
Github user FRosner commented on the issue: https://github.com/apache/zeppelin/pull/2095 @NohSeho I have the problem that we are behind a proxy and the proxy is not configured. I don't want npm and I don't want node.js but Zeppelin tries to download it for 2 minutes. I thought your

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-07 Thread NohSeho
Github user NohSeho commented on the issue: https://github.com/apache/zeppelin/pull/2095 @FRosner hey there, I think that You're in trouble with installing local node.js and npm, isn't right? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-07 Thread FRosner
Github user FRosner commented on the issue: https://github.com/apache/zeppelin/pull/2095 Thanks for clarifying @1ambda. Is there a Jira issue for the first point already? Can you point me to the part of the code where this is configured? --- If your project is set up for it, you can

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-07 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2095 Then, What @NohSeho fixed is not related with that part. It's the delay caused by maven-frontend-plugin while downloading nodejs, npm. --- If your project is set up for it, you can reply to this

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-07 Thread FRosner
Github user FRosner commented on the issue: https://github.com/apache/zeppelin/pull/2095 @1ambda you can see it at the time (2 minutes difference): ``` INFO [2017-03-07 12:52:34,074] ({main} FileDownloader.java[execute]:91) - No proxy was configured, downloading directly

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-07 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2095 Hi @FRosner Could you specify which log is the last line (the last printed) before hang? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-07 Thread FRosner
Github user FRosner commented on the issue: https://github.com/apache/zeppelin/pull/2095 Hi @NohSeho I built Zeppelin after your fix and checked again. Now it is still hanging for two minutes before actually moving to the part that was changed. The situation we have is that we have a

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-06 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2095 Thanks @NohSeho. ZEPPELIN-2094 is marked as resolved. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-06 Thread NohSeho
Github user NohSeho commented on the issue: https://github.com/apache/zeppelin/pull/2095 @Leemoonsoo username is **NohSeho** --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-06 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2095 @NohSeho And please let me know your apache JIRA id, so i can resolve https://issues.apache.org/jira/browse/ZEPPELIN-2094 with your name in assignee. --- If your project is set up for it, you

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-06 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2095 This PR is just merged to branch-0.7 but @asfgit does not close this PR automatically. @NohSeho Can you manually close this PR? --- If your project is set up for it, you can reply to this

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-05 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2095 LGTM and merge to branch-0.7 if no further discussions. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-05 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2095 Thanks @NohSeho. It would be nice if a description for reproducing this issue in 0.7.0 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] zeppelin issue #2095: [ZEPPELIN-2094] Decrease npm install retry time (for b...

2017-03-05 Thread NohSeho
Github user NohSeho commented on the issue: https://github.com/apache/zeppelin/pull/2095 I will update the pr description soon. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature