tensorflow / ecosystem

Integration of TensorFlow with other open-source frameworks
Apache License 2.0
1.37k stars 392 forks source link

cannot find tensorflow-hadoop-1.0-SNAPSHOT.jar #109

Open kyauaa opened 5 years ago

kyauaa commented 5 years ago

I try to use mvn to build hadoop project by following the link https://github.com/yahoo/TensorFlowOnSpark/wiki/GetStarted_YARN.

After I run mvn clean package -Dmaven.test.skip=true the files in ./target is drwxr-xr-x 8 root root 4096 Nov 5 15:15 ./ drwxr-xr-x 4 root root 4096 Nov 5 15:15 ../ drwxr-xr-x 3 root root 4096 Nov 5 15:15 apidocs/ drwxr-xr-x 3 root root 4096 Nov 5 15:15 classes/ drwxr-xr-x 3 root root 4096 Nov 5 15:15 generated-sources/ drwxr-xr-x 2 root root 4096 Nov 5 15:15 javadoc-bundle-options/ drwxr-xr-x 2 root root 4096 Nov 5 15:15 maven-archiver/ drwxr-xr-x 3 root root 4096 Nov 5 15:15 maven-status/ -rw-r--r-- 1 root root 19195 Nov 5 15:15 tensorflow-hadoop-1.10.0.jar -rw-r--r-- 1 root root 68250 Nov 5 15:15 tensorflow-hadoop-1.10.0-javadoc.jar -rw-r--r-- 1 root root 10424 Nov 5 15:15 tensorflow-hadoop-1.10.0-sources.jar

There is no tensorflow-hadoop-1.0-SNAPSHOT.jar, so did I missed anything?