gopro / facets-overview-spark

Spark Implementation of Google Facets Overview https://github.com/PAIR-code/facets
Apache License 2.0
54 stars 19 forks source link

BUILD FAILURE #11

Closed DouMiaoO-Oo closed 3 years ago

DouMiaoO-Oo commented 3 years ago

Hi, when I type mvn clean install, I got the error below.

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:52 min
[INFO] Finished at: 2020-12-23T16:24:21+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project facets-overview-spark: Could not resolve dependencies for project feacets-overview-spark:facets-overview-spark:jar:0.1.0-SNAPSHOT: Could not find artifact org.tensorflow:spark-tensorflow-connector_2.11:jar:1.6.0 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
DouMiaoO-Oo commented 3 years ago

(1) modify version of spark-tensorflow-connector_2.11 :change from 1.6.0 to 1.11.0 (2) modify version of scalapbc_2.11: change from 0.7.0-rc4 to 0.9.6 (3) replace -v300 with -v380

chesterxgchen commented 3 years ago

thanks, sorry take so long, I did not notice the issue was raised.

We are currently upgrade the dependencies. here is the PR: https://github.com/gopro/facets-overview-spark/pull/12 It will be merged soon once the code review is passed