linkedin / dr-elephant

Dr. Elephant is a job and flow-level performance monitoring and tuning tool for Apache Hadoop and Apache Spark
Apache License 2.0
1.35k stars 859 forks source link

Bump sbt version to 0.13.9 #666

Closed astahlman closed 4 years ago

astahlman commented 4 years ago

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:

It looks like this message stems from a bug in Ivy which has since been fixed (https://github.com/sbt/sbt/issues/1598). I'm guessing the fix in Ivy is included in sbt v0.13.9, because upgrading sbt fixed the issue for me, and seems to have helped others, too (e.g., https://github.com/linkedin/dr-elephant/issues/201#issuecomment-283011092).