-
Notifications
You must be signed in to change notification settings - Fork 739
Closed
Description
Description
I came across this exception, while calling start() function(check workaround below),
xml
com.johnsnowlabs.nlp#spark-nlp_2.12 added as a dependency
:: resolving dependencies :: org.apache.spark#spark-submit-parent;1.0
confs: [default]
found com.johnsnowlabs.nlp#spark-nlp_2.12;3.0.2 in central
found com.typesafe#config;1.3.0 in central
found org.rocksdb#rocksdbjni;6.5.3 in central
found com.amazonaws#aws-java-sdk-bundle;1.11.603 in central
found com.github.universal-automata#liblevenshtein;3.0.0 in central
found com.google.code.findbugs#annotations;3.0.1 in central
found net.jcip#jcip-annotations;1.0 in central
found com.google.code.findbugs#jsr305;3.0.1 in local-m2-cache
found com.google.protobuf#protobuf-java-util;3.0.0-beta-3 in central
found com.google.protobuf#protobuf-java;3.0.0-beta-3 in central
found com.google.code.gson#gson;2.3 in central
found it.unimi.dsi#fastutil;7.0.12 in central
found org.projectlombok#lombok;1.16.8 in central
found org.slf4j#slf4j-api;1.7.21 in central
found com.navigamez#greex;1.0 in central
found dk.brics.automaton#automaton;1.11-8 in local-m2-cache
found org.json4s#json4s-ext_2.12;3.5.3 in central
found joda-time#joda-time;2.9.5 in central
found org.joda#joda-convert;1.8.1 in central
found com.johnsnowlabs.nlp#tensorflow-cpu_2.12;0.2.2 in central
found net.sf.trove4j#trove4j;3.0.3 in central
:: resolution report :: resolve 342ms :: artifacts dl 11ms
:: modules in use:
com.amazonaws#aws-java-sdk-bundle;1.11.603 from central in [default]
com.github.universal-automata#liblevenshtein;3.0.0 from central in [default]
com.google.code.findbugs#annotations;3.0.1 from central in [default]
com.google.code.findbugs#jsr305;3.0.1 from local-m2-cache in [default]
com.google.code.gson#gson;2.3 from central in [default]
com.google.protobuf#protobuf-java;3.0.0-beta-3 from central in [default]
com.google.protobuf#protobuf-java-util;3.0.0-beta-3 from central in [default]
com.johnsnowlabs.nlp#spark-nlp_2.12;3.0.2 from central in [default]
com.johnsnowlabs.nlp#tensorflow-cpu_2.12;0.2.2 from central in [default]
com.navigamez#greex;1.0 from central in [default]
com.typesafe#config;1.3.0 from central in [default]
dk.brics.automaton#automaton;1.11-8 from local-m2-cache in [default]
it.unimi.dsi#fastutil;7.0.12 from central in [default]
joda-time#joda-time;2.9.5 from central in [default]
net.jcip#jcip-annotations;1.0 from central in [default]
net.sf.trove4j#trove4j;3.0.3 from central in [default]
org.joda#joda-convert;1.8.1 from central in [default]
org.json4s#json4s-ext_2.12;3.5.3 from central in [default]
org.projectlombok#lombok;1.16.8 from central in [default]
org.rocksdb#rocksdbjni;6.5.3 from central in [default]
org.slf4j#slf4j-api;1.7.21 from central in [default]
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 21 | 0 | 0 | 0 || 21 | 0 |
---------------------------------------------------------------------
:: problems summary ::
:::: WARNINGS
[NOT FOUND ] com.google.code.findbugs#jsr305;3.0.1!jsr305.jar (1ms)
==== local-m2-cache: tried
file:/home/jose/.m2/repository/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar
::::::::::::::::::::::::::::::::::::::::::::::
:: FAILED DOWNLOADS ::
:: ^ see resolution messages for details ^ ::
::::::::::::::::::::::::::::::::::::::::::::::
:: com.google.code.findbugs#jsr305;3.0.1!jsr305.jar
::::::::::::::::::::::::::::::::::::::::::::::
Expected Behavior
Current Behavior
Possible Solution
I solved this by doing,
cd ~/.m2/repository/com/google/code/findbugs/jsr305/3.0.1/
wget https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar
Leaving this for the community so we can save some time to others.
Steps to Reproduce
Context
Your Environment
- Spark NLP version
sparknlp.version(): - Apache NLP version
spark.version: - Java version
java -version: - Setup and installation (Pypi, Conda, Maven, etc.):
- Operating System and version:
- Link to your project (if any):
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels