Gary Malouf
unread,Mar 13, 2013, 12:34:25 PM3/13/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elephan...@googlegroups.com
Today, we use HBase to store user profile data. When new data comes in, we have our map/reduce jobs read the current data from HBase in order to create 'merged' profiles when user data coming in is for users that we already know about.
If we wanted to replace HBase with ElephantDB, would the recommended process be to read from ElephantDB from within our map/reduce jobs in the same way we deal with HBase?