Bug 411609 - ObjectStore implementation based on HDFS/HBase
Summary: ObjectStore implementation based on HDFS/HBase
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Smila (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-25 10:40 EDT by Andreas Weber CLA
Modified: 2022-07-07 11:31 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Weber CLA 2013-06-25 10:40:07 EDT
Our SimpleObjectStoreService implementation of the ObjectStoreService interface is not really capable of working in a cluster. The idea is to provide a second (performant/scalable) implementation based on components of the Hadoop world (HDFS / HBase). 

We don't want to deliver HDFS/HBase with SMILA, but we could provide an implementation that can use them if available. The SimpleObjectStoreService (resp. org.eclipse.smila.objectstore.filesystem) would still be the default in the SMILA configuration, but one should be able to switch easily by (de)activating the appropriate bundles.