CaffeOnSpark icon indicating copy to clipboard operation
CaffeOnSpark copied to clipboard

CaffeOnSpark as maven package

Open anfeng opened this issue 8 years ago • 3 comments

Since multiple users have faced build problems, it might be better to offer CoS as maven package, similar to lmdbjni.

We need to nail down a list of supported OS. Any input?

anfeng avatar Jul 12 '16 23:07 anfeng

The build error from my scenario is misunderstanding on https://github.com/yahoo/CaffeOnSpark/wiki/build

  1. Install caffe prerequists per http://caffe.berkeleyvision.org/installation.html I even install caffe not only the caffe prerequists
  2. Clone CaffeOnSpark code git clone https://github.com/yahoo/CaffeOnSpark.git --recursive another careless is to forget clone with --recursive

My setup OS is linux mint 17.2 similar with ubuntu version. The most popular server maybe CetOS.

guchensmile avatar Jul 14 '16 05:07 guchensmile

Hello,

I would like to point out that the build problems are because the host systems do not have maven installed. I am not sure if CaffeOnSpark installs it for you during any stage. I faced build errors everytime I try to set up a cluster.

An added step, sudo apt-get maven before make build will ensure a clean build, hopefully for everyone.

Thanks, Arun

arundasan91 avatar Jul 26 '16 03:07 arundasan91

Hello anfeng,

Another suggestion is the maven package can be compiled separately as Server which contain no GPU and Client which used for compute task by GPU/CPU

guchensmile avatar Aug 02 '16 07:08 guchensmile