[ 
https://issues.apache.org/jira/browse/TAJO-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14204731#comment-14204731
 ] 

Hyoungjun Kim commented on TAJO-1122:
-------------------------------------

I think that HDFS is also another storage type, so the bellow structure is more 
general.
{noformat}
tajo-storage
  tajo-storage-common
    src
    pom.xml
  tajo-hdfs-storage
    src
    pom.xml
  tajo-hbase-storage
    src
    pom.xml
  tajo-<other storage>-storage
    src
    pom.xml
{noformat}

> Refactor the tajo-storage project structure.
> --------------------------------------------
>
>                 Key: TAJO-1122
>                 URL: https://issues.apache.org/jira/browse/TAJO-1122
>             Project: Tajo
>          Issue Type: Sub-task
>            Reporter: Hyoungjun Kim
>            Assignee: Hyoungjun Kim
>            Priority: Minor
>
> 'tajo-storage' sub-project will be changed to the following structure which 
> is more flexible for adding new storage.
> {noformat}
> tajo-storage
>   tajo-storage-common
>     src
>     pom.xml
>   tajo-external-storage
>     tajo-hbase
>       src
>       pom.xml
>     tajo-<other storage>
>       src
>       pom.xml
>     pom.xml
>   pom.xml
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to