Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/1734 - Selenium tests passed by fixing https://github.com/apache/zeppelin/pull/1734/commits/c377cf8f255fa714d4b65061daf5239e86e8f641 - The profile 3 (scala 2.10, spark 1.6.3) failed but irrelevant with this PR ``` // https://api.travis-ci.org/jobs/183520147/log.txt?deansi=true Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.646 sec <<< FAILURE! - in org.apache.zeppelin.dep.DependencyResolverTest testLoad(org.apache.zeppelin.dep.DependencyResolverTest) Time elapsed: 0.633 sec <<< ERROR! org.sonatype.aether.RepositoryException: Cannot fetch dependencies for com.databricks:spark-csv_2.10:1.3.0 at org.apache.zeppelin.dep.DependencyResolver.getArtifactsWithDep(DependencyResolver.java:181) at org.apache.zeppelin.dep.DependencyResolver.loadFromMvn(DependencyResolver.java:131) at org.apache.zeppelin.dep.DependencyResolver.load(DependencyResolver.java:79) at org.apache.zeppelin.dep.DependencyResolver.load(DependencyResolver.java:96) at org.apache.zeppelin.dep.DependencyResolver.load(DependencyResolver.java:88) at org.apache.zeppelin.dep.DependencyResolverTest.testLoad(DependencyResolverTest.java:77) Results : Tests in error: DependencyResolverTest.testLoad:77 » Repository Cannot fetch dependencies for ... ``` @AhyoungRyu @Leemoonsoo please let me know if there is anything to be fixed. Thanks!
--- 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 feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---