-
Notifications
You must be signed in to change notification settings - Fork 357
caffe-grid-0.1-SNAPSHOT-jar-with-dependencies.jar does not exist #69
Comments
You need to build the jar file via make build. See README for details. Andy Feng Sent from my iPhone
|
Hi Andy, T E S T SRunning TestSuite testAllocate(com.yahoo.ml.jcaffe.FloatBlobTest) Time elapsed: 0.002 sec <<< FAILURE! testBasic(com.yahoo.ml.jcaffe.FloatBlobTest) Time elapsed: 0.001 sec <<< FAILURE! testCopy(com.yahoo.ml.jcaffe.FloatBlobTest) Time elapsed: 0.001 sec <<< FAILURE! basicDataTest(com.yahoo.ml.jcaffe.MatTest) Time elapsed: 0.002 sec <<< FAILURE! basicTest(com.yahoo.ml.jcaffe.MatTest) Time elapsed: 0.001 sec <<< FAILURE! matChannelsTest(com.yahoo.ml.jcaffe.MatTest) Time elapsed: 0.01 sec <<< FAILURE! matResizeDecodeTest(com.yahoo.ml.jcaffe.MatTest) Time elapsed: 0.011 sec <<< FAILURE! setUp(com.yahoo.ml.jcaffe.TransformTest) Time elapsed: 0.65 sec <<< FAILURE! Results : Failed tests: setUp(com.yahoo.ml.jcaffe.CaffeNetTest): /Users/vishakhhegde/CaffeOnSpark/caffe-distri/.build_release/lib/libcaffedistri.jnilib: dlopen(/Users/vishakhhegde/CaffeOnSpark/caffe-distri/.build_release/lib/libcaffedistri.jnilib, 1): Library not loaded: libcaffe.so.1.0.0-rc3(..) Tests run: 17, Failures: 9, Errors: 0, Skipped: 7 [INFO] ------------------------------------------------------------------------ Can anyone help me with what I can do to fix the error? |
Is it necessary to have protobuf 2.5.0? |
Protobuf 2.5.0 works well. I don't remember if I tried with 2.6.1. On Sat, May 21, 2016 at 1:25 PM, vishakhhegde notifications@github.com
|
Hi Mridul, Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ This seems to be a common issue with maven-surefire-plugin. Has anyone encountered this issue and has anyone solved it? Thanks a lot in advance. |
Does it work when you skiptest? |
how to skip the test? |
Look into the Makefile under CaffeOnSpark/ . There in the build/buldosx On Thu, Jun 9, 2016 at 7:15 AM, RedHaur notifications@github.com wrote:
|
@vishakhhegde Please comment and close this, if it works |
Skipping tests did not work for me. |
I am facing the same issue while following this link https://github.com/yahoo/CaffeOnSpark/wiki/GetStarted_standalone |
It looks like the jar was not generated. Did the build stage finish error-free? |
During the build stage, the build was successful for all of the three folders. But there was test case failure issues similar to this https://github.com/yahoo/CaffeOnSpark/issues/235. And the solution mentioned here also didn't work for me. |
Hi,
I have followed the steps mentioned in the README file. So, CaffeOnSpark, Caffe, Spark and Hadoop have been installed.
However, the directory $(CAFFE_ON_SPARK)/caffe-grid/target/ does not contain the JAR file, caffe-grid-0.1-SNAPSHOT-jar-with-dependencies.jar
Has the file been deleted in your github repo or is there a work-around for it?
Here is the error:
rescomp-14-310339:caffe-public vishakhhegde$ spark-submit --master ${MASTER_URL} \
Thanks a lot!
The text was updated successfully, but these errors were encountered: