guody5
guody5
cd caffe-public; make proto; make -j4 -e distribute; cd .. make[1]: Entering directory `/home/hadoop/whx/CaffeOnSpark/caffe-public' make[1]: Nothing to be done for `proto'. make[1]: Leaving directory `/home/hadoop/whx/CaffeOnSpark/caffe-public' make[1]: Entering directory `/home/hadoop/whx/CaffeOnSpark/caffe-public' #...
Junshi15: I have solve this problem. I remove some code from caffeonspark/caffe-grid/pom.xml. In the end,I make build successfully.But I don't know whether it will have something wrong in the future....
The code I remove is: org.scalatest scalatest-maven-plugin 1.0 -Djava.library.path="../caffe-distri/distribute/lib:../ caffe-public/distribute/lib:/home/y/lib64:/home/y/lib64/mkl/intel64:/usr/ lib64:/lib64" test test
@chris0927 do you have any better way to solve it?
@mriduljain I check this line on standalone spark/scala shell,and it doesn't work: The error is:floatarray2doubleUDF: org.apache.spark.sql.expressions.UserDefinedFunction = UserDefinedFunction(,DoubleType,Some(List(ArrayType(FloatType,false)))) But I have checked this example,and it works. https://github.com/yahoo/CaffeOnSpark/wiki/GetStarted_standalone