linkedin / linkedin/dr-elephant
impossible to get artifacts when data has not been loaded. IvyNode = org.slf4j#slf4j-api;1.6.6
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 839
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading project/Dependencies.scala and the dependency coordinates shown in the report, then reproduce the Ivy resolution error for org.slf4j#slf4j-api;1.6.6. Trace why the added Jackson and SLF4J dependencies are not effective; done means the declared artifacts resolve without the IllegalStateException.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- hadoop, java, scala, spark
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100