HBase at Mendeley
by Dan Harvey
- 10,141 views
The details behind how and why we use HBase in the data mining team at Mendeley.
The details behind how and why we use HBase in the data mining team at Mendeley.
Accessibility
Categories
Upload Details
Uploaded via SlideShare as Adobe PDF
Usage Rights
© All Rights Reserved
Statistics
- Likes
- 12
- Downloads
- 122
- Comments
- 4
- Embed Views
- Views on SlideShare
- 9,522
- Total Views
- 10,141
This was mostly because at that point in time we don't have as much data for serving as process so we can get away with less hardware right now. We tried it out and serving from HBase works fine as long as you are not running a lot of map reduce jobs over it as we do. Over time as we grow and add more features that use HBase in more interesting ways I'm sure we'll be using it for serving too, then we'll need a cluster just for serving and use the replication in 0.90 to link them together. Far cleaner than writing your own code to do that.. 2 years ago