Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime conflicts in transitive versions of Guava dependency #1350

Closed
heuermh opened this issue Jan 12, 2017 · 1 comment
Closed

Runtime conflicts in transitive versions of Guava dependency #1350

heuermh opened this issue Jan 12, 2017 · 1 comment

Comments

@heuermh
Copy link
Member

heuermh commented Jan 12, 2017

More of a tracking issue than anything else; something to investigate before the next ADAM release.

Spark 2.1.0 and ADAM 0.21.0 and an explicit dependency on Guava version 19.0 results in runtime conflicts

$ adam-shell --jars dsh-bio-adam-1.0-SNAPSHOT.jar:/usr/local/Cellar/adam/0.21.0/libexec/repo/adam_2.11-0.21.0.jar
...
scala> val features = dac.loadGff3("dvl1.200.gff3")
java.lang.NoSuchMethodError: com.google.common.base.Splitter.splitToList(Ljava/lang/CharSequence;)Ljava/util/List;
  at org.dishevelled.bio.feature.Gff3Record.valueOf(Gff3Record.java:287)
  at org.dishevelled.bio.feature.Gff3Reader$Gff3LineProcessor.processLine(Gff3Reader.java:112)
  at com.google.common.io.CharStreams.readLines(CharStreams.java:369)
  at org.dishevelled.bio.feature.Gff3Reader.stream(Gff3Reader.java:77)
  at org.dishevelled.bio.feature.Gff3Reader.read(Gff3Reader.java:61)
  at org.dishevelled.bio.adam.DishevelledAdamContext.loadGff3(DishevelledAdamContext.java:121)
  ... 48 elided
@heuermh
Copy link
Member Author

heuermh commented Mar 2, 2017

Closing as WontFix, not much we can do on this one until all upstream gets it right.

@heuermh heuermh closed this as completed Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant