You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Karl Wettin <ka...@gmail.com> on 2009/01/19 21:34:20 UTC

BerkeleyDB

How do we feel about adding dependecies to BerkeleyDB in the core? I  
know we talked about it before, but as we are talking about moving to  
Maven we won't be bundling any libraries. Does that help?

I use it in the heirarchial cluster and in the LUCENE-626  
"reinforcement learning" spell checker. Both of these could be popped  
in the trunk if BDB was not a problem.

One alternative is that I made some abstract implementation and then a  
contrib-module with BDB bindings.


       karl

Re: BerkeleyDB

Posted by Grant Ingersoll <gs...@apache.org>.
On Jan 19, 2009, at 3:34 PM, Karl Wettin wrote:

> How do we feel about adding dependecies to BerkeleyDB in the core? I  
> know we talked about it before, but as we are talking about moving  
> to Maven we won't be bundling any libraries. Does that help?

Yeah, I think it's fine by me.

>
>
> I use it in the heirarchial cluster and in the LUCENE-626  
> "reinforcement learning" spell checker. Both of these could be  
> popped in the trunk if BDB was not a problem.
>
> One alternative is that I made some abstract implementation and then  
> a contrib-module with BDB bindings.

That usually is the best way to do these things anyway.