husky-team / husky

A more expressive and most importantly, more efficient system for distributed data analytics.
http://www.husky-project.com/
Other
98 stars 55 forks source link

TF-IDF #310

Open ph0123 opened 5 years ago

ph0123 commented 5 years ago

How to install mongodb legacy from https://github.com/mongodb/mongo-cxx-driver/tree/legacy? I try to download another version from mongodb center Then I installed by following installation page and Then I run make -j4 TF-IDF

The error is ` fatal error: mongoc/mongoc-client.h: No such file or directory

include "mongo/bson/bson.h"

include "mongo/client/dbclient.h"`

I check include directory on my server and see bson.h and I change to mongoc/bson/bson.h. This is ok. However, I did not see client directory or dbclient.h in include directory.

Please tell me step by step for install mongodb to run TF-IDF