Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
None
-
None
-
None
Description
The
Unable to find source-code formatter for language: class. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
IvyDependencyDownloader(repositoryUrl: String, baseDirectory: String)
takes a URL as an argument but only uses
Unable to find source-code formatter for language: ibiblioresolver```. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
and does nothing with the ``repositoryUrl
. It uses only the central maven repository.
In the current project
https://github.com/ibm-et/spark-kernel/blob/master/kernel-api/src/main/scala/com/ibm/spark/dependencies/IvyDependencyDownloader.scala#L39
from the new project (after refactoring)
https://github.com/apache/incubator-toree/blob/0a5a7f6bac1afcb0a410887f17112b0d98bbcd68/kernel-api/src/main/scala/com/ibm/spark/dependencies/IvyDependencyDownloader.scala#L39
I posted here since there is no official JIRA project yet (https://issues.apache.org/jira/browse/INFRA-11082)