You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dr-elephant:Master
hadoop:3.1.1
spark:2.3.1
sbt:0.13.6
[info] Resolving org.ow2.asm#asm-debug-all;5.0.2 ...
[error] impossible to get artifacts when data has not been loaded. IvyNode = org.slf4j#slf4j-api;1.6.6
java.lang.IllegalStateException: impossible to get artifacts when data has not been loaded. IvyNode = org.slf4j#slf4j-api;1.6.6
project/Dependencies.scala
I added the following under // Dependency coordinates:
There are several issues that report compilation errors with a message like:
[error] impossible to get artifacts when data has not been loaded. IvyNode = com.fasterxml.jackson.core#jackson-databind;2.5.4
java.lang.IllegalStateException: impossible to get artifacts when data has not been loaded. IvyNode = com.fasterxml.jackson.core#jackson-databind;2.5.4
Examples:
- linkedin#201
- linkedin#339
- linkedin#367
- linkedin#419
- linkedin#658
It looks like this message stems from a bug in Ivy which has since been fixed
(sbt/sbt#1598). I'm guessing the fix in Ivy is
included in sbt v0.13.9, because uprading sbt fixed the issue for me, and seems
to have helped others, too (e.g.,
linkedin#201 (comment)).
dr-elephant:Master
hadoop:3.1.1
spark:2.3.1
sbt:0.13.6
[info] Resolving org.ow2.asm#asm-debug-all;5.0.2 ...
[error] impossible to get artifacts when data has not been loaded. IvyNode = org.slf4j#slf4j-api;1.6.6
java.lang.IllegalStateException: impossible to get artifacts when data has not been loaded. IvyNode = org.slf4j#slf4j-api;1.6.6
project/Dependencies.scala
I added the following under // Dependency coordinates:
"com.fasterxml.jackson.core" % "jackson-databind" % "2.5.4", "org.slf4j" % "slf4j-api" % "1.6.6",
But not effective
The text was updated successfully, but these errors were encountered: