[
https://issues.apache.org/jira/browse/TAJO-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13835646#comment-13835646
]
Hyunsik Choi commented on TAJO-337:
-----------------------------------
Earlier, Chris suggested such a thing about Gora. Gora may be a candidate for
specific storage. However, its priority would be very low in this time unless
some volunteers start this work.
> Generic StorageHandler to provide common storage methods
> --------------------------------------------------------
>
> Key: TAJO-337
> URL: https://issues.apache.org/jira/browse/TAJO-337
> Project: Tajo
> Issue Type: Improvement
> Components: catalog, storage
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 1.0-incubating
>
>
> Currently, Tajo uses HDFS as a primary storage. But, as a data warehouse
> system, Tajo should easily support various data sources.
> For this, I propose a generic storage handler interface that provides common
> storage methods:
> * splitting input data
> * finding a cluster node which is nearest neighbor to data
> * accessing catalog
> * creating a table
> * removing a table
> The above methods are derived from query proecssing mechanism on data sets
> stored in HDFS.
> Later, we can add easily storage handlers for HBase or other data sources.
--
This message was sent by Atlassian JIRA
(v6.1#6144)