[GitHub] incubator-zeppelin pull request: ZEPPELIN-783 fix CI failure on Sp...

2016-04-04 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/810#issuecomment-205284680 This indicates a corrupted file (which seems fairly common) so would not seem to be download timeout related: https://s3.amazonaws.com/archive.tr

[GitHub] incubator-zeppelin pull request: ZEPPELIN-783 fix CI failure on Sp...

2016-04-03 Thread bzz
Github user bzz commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/810#issuecomment-205158934 After at least 2 more PRs failed on downloading Spark distr again I have re-open [ZEPPELIN-783](https://issues.apache.org/jira/browse/ZEPPELIN-783) and thinking

[GitHub] incubator-zeppelin pull request: ZEPPELIN-783 fix CI failure on Sp...

2016-04-02 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/810#issuecomment-204763645 yea, unfortunately it seems some of the apache mirrors are very slow.. --- If your project is set up for it, you can reply to this email and have your re

[GitHub] incubator-zeppelin pull request: ZEPPELIN-783 fix CI failure on Sp...

2016-04-02 Thread bzz
Github user bzz commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/810#issuecomment-204675812 [ZEPPELIN-786](https://issues.apache.org/jira/browse/ZEPPELIN-786) was created for caching `.m2` Looks like current CI on master is failing to populate c

[GitHub] incubator-zeppelin pull request: ZEPPELIN-783 fix CI failure on Sp...

2016-04-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/810 --- 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 and wishes so, or if the fea

[GitHub] incubator-zeppelin pull request: ZEPPELIN-783 fix CI failure on Sp...

2016-04-02 Thread bzz
Github user bzz commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/810#issuecomment-204668582 Merging, as this is a hotfix and there is no more discussion --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] incubator-zeppelin pull request: ZEPPELIN-783 fix CI failure on Sp...

2016-04-01 Thread bzz
Github user bzz commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/810#issuecomment-204659044 @felixcheung feedback addressed in 039513b --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you

[GitHub] incubator-zeppelin pull request: ZEPPELIN-783 fix CI failure on Sp...

2016-04-01 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/810#issuecomment-204571013 Right, dependencies download is another frequent source of download timeout issues. Added a comment on that. --- If your project is set up for it, you

[GitHub] incubator-zeppelin pull request: ZEPPELIN-783 fix CI failure on Sp...

2016-04-01 Thread bzz
Github user bzz commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/810#issuecomment-204424456 @echarles So true. I plan to take care of that as a next step under a separate PR, after dealing with Spark downloads here first. --- If your project is set up

[GitHub] incubator-zeppelin pull request: ZEPPELIN-783 fix CI failure on Sp...

2016-04-01 Thread echarles
Github user echarles commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/810#issuecomment-204409082 That's a nice improvement which will remove some failures, but download failures also occur on simple jars (writing this down while thinking to those errati

[GitHub] incubator-zeppelin pull request: ZEPPELIN-783 fix CI failure on Sp...

2016-04-01 Thread bzz
Github user bzz commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/810#issuecomment-204388627 Ready to be merged \cc @felixcheung @jongyoul @Leemoonsoo for a review --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] incubator-zeppelin pull request: ZEPPELIN-783 fix CI failure on Sp...

2016-03-31 Thread bzz
GitHub user bzz opened a pull request: https://github.com/apache/incubator-zeppelin/pull/810 ZEPPELIN-783 fix CI failure on Spark download ### What is this PR for? Improves CI by hard-ending spark download failures that are responsible for recent CI red on `master` ###