[ https://issues.apache.org/jira/browse/TOREE-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16622551#comment-16622551 ]
ASF GitHub Bot commented on TOREE-474: -------------------------------------- GitHub user rmcentyre opened a pull request: https://github.com/apache/incubator-toree/pull/162 [TOREE-474] support for custom resolvers (for %AddDeps) The code path where `downloadTotal` is set is inconsistently reached for certain repositories, like Artifactory. This should fix the masked issue (`java.util.NoSuchElementException: key not found` in `downloadTotal`) that was derailing the directory traversal process specified in TOREE-474. The visible error in the logs was the generic `An error occurred while downloading` specified in the Logger overrides. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rmcentyre/incubator-toree patch-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-toree/pull/162.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #162 ---- commit f3f5899111e8f100a4c75f3a128959975275f6ac Author: Russell McEntyre <rmcentyre@...> Date: 2018-09-20T19:06:49Z downloadTotal key error the code path where downloadTotal is set is inconsistently reached for certain repositories, like Artifactory ---- > support for custom resolvers (for %AddDeps) > ------------------------------------------- > > Key: TOREE-474 > URL: https://issues.apache.org/jira/browse/TOREE-474 > Project: TOREE > Issue Type: Improvement > Components: Kernel > Affects Versions: 0.2.0 > Reporter: Evgeniy Tokarev > Priority: Major > > Jira has old issue like this https://issues.apache.org/jira/browse/TOREE-169 > which was fixed at 0.1.0 but seems like 0.2.x doesn't as this functionality > anymore. > Lot of libs using custom repositories like Bintray therefore seem like is a > big limitation of project > which doesn't allow to use custom repositories (Zeppelin and spark-notebooks > has that functionality) -- This message was sent by Atlassian JIRA (v7.6.3#76005)