tobegit3hub/deep_image_model

java client build failure

Chao-Jiang opened this issue · 0 comments

+ set -e
+ mvn clean install -DskipTests
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: linux
[INFO] os.detected.arch: x86_64
[INFO] os.detected.release: ubuntu
[INFO] os.detected.release.version: 16.04
[INFO] os.detected.release.like.ubuntu: true
[INFO] os.detected.release.like.debian: true
[INFO] os.detected.classifier: linux-x86_64
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building predict 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.tensorflow:tensorflow-hadoop:jar:1.0-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for com.xiaomi.infra.galaxy:galaxy-hadoop:jar:1.8-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for org.apache.spark:spark-core_2.10:jar:1.6.1-mdh1.6.1.2 is missing, no dependency information available
[WARNING] The POM for org.apache.spark:spark-sql_2.10:jar:1.6.1-mdh1.6.1.2 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.377 s
[INFO] Finished at: 2017-02-22T09:49:32+08:00
[INFO] Final Memory: 21M/964M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project predict: Could not resolve dependencies for project com.tobe:predict:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: org.tensorflow:tensorflow-hadoop:jar:1.0-SNAPSHOT, com.xiaomi.infra.galaxy:galaxy-hadoop:jar:1.8-SNAPSHOT, org.apache.spark:spark-core_2.10:jar:1.6.1-mdh1.6.1.2, org.apache.spark:spark-sql_2.10:jar:1.6.1-mdh1.6.1.2: Could not find artifact org.tensorflow:tensorflow-hadoop:jar:1.0-SNAPSHOT -> [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

It seems that missing some dependencies?