Hi, On Fri, Feb 20, 2009 at 11:21, imadhusudhanan <[email protected]> wrote: > Hi Marcel,, its thats really good to see. We have a DFS cluster set up. I > think I m ok with the DataStore implementation. Could I use it with out > hadoop implementation ??.
I'm not sure I understand. The data store implementation in sandbox/jackrabbit-hadoop uses the Hadoop API, so you cannot use this persistence manager without Hadoop. > The Persistence manager that u wrote is only when > u talk about maintaining files in a DB correct ?? No, a PersistenceManager in Jackrabbit takes care of storing ItemStates. Those are the elements that contain the data of a JCR Item. regards marcel
