5 messages in org.apache.jackrabbit.usersRe: using Hadoop (HDFS) as a storage ...
FromSent OnAttachments
Eugeny N DzhurinskyOct 30, 2007 6:28 am 
Jukka ZittingNov 1, 2007 1:26 am 
Eugeny N DzhurinskyNov 1, 2007 9:43 am 
Marcel ReuteggerNov 5, 2007 1:39 am 
Thomas MuellerNov 5, 2007 2:32 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: using Hadoop (HDFS) as a storage in JRActions...
From:Jukka Zitting (jukk@gmail.com)
Date:Nov 1, 2007 1:26:59 am
List:org.apache.jackrabbit.users

Hi,

On 10/30/07, Eugeny N Dzhurinsky <bo@redwerk.com> wrote:

Is it possible to use Hadoop as a storage (filesystem implementation) for JackRabbit? Probably there is ready-to-use filesystem interface implementation, or we need to create them from scratch?

You need to add an implementation of the Jackrabbit FileSystem interface to do that. The current implementations are based on memory, the normal file system, and a relational database.

It would be interesting to see a HDFS implementation, but I'm not sure if HDFS is really a good match for the needs of Jackrabbit.

BR,