You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Ioan Eugen Stan (Created) (JIRA)" <ji...@apache.org> on 2012/03/16 15:39:39 UTC

[jira] [Created] (MAILBOX-172) Refactor HBaseClusterSingleton to remove decoupling from table names

Refactor HBaseClusterSingleton to remove decoupling from table names
--------------------------------------------------------------------

                 Key: MAILBOX-172
                 URL: https://issues.apache.org/jira/browse/MAILBOX-172
             Project: James Mailbox
          Issue Type: Task
          Components: hbase, store
    Affects Versions: 0.5
            Reporter: Ioan Eugen Stan
            Assignee: Ioan Eugen Stan
             Fix For: 0.5


HBaseClusterSingleton creates the tables when built. This limits reusability in other modules. We must refactor them out of the code and make it reusable in every code. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Updated] (MAILBOX-172) Refactor HBaseClusterSingleton to remove decoupling from table names

Posted by "Ioan Eugen Stan (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAILBOX-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ioan Eugen Stan updated MAILBOX-172:
------------------------------------

    Description: HBaseClusterSingleton creates the tables when built. This limits reusability in other modules. We must refactor them out of the code and make it reusable in every tables.   (was: HBaseClusterSingleton creates the tables when built. This limits reusability in other modules. We must refactor them out of the code and make it reusable in every code. )
    
> Refactor HBaseClusterSingleton to remove decoupling from table names
> --------------------------------------------------------------------
>
>                 Key: MAILBOX-172
>                 URL: https://issues.apache.org/jira/browse/MAILBOX-172
>             Project: James Mailbox
>          Issue Type: Task
>          Components: hbase, store
>    Affects Versions: 0.5
>            Reporter: Ioan Eugen Stan
>            Assignee: Ioan Eugen Stan
>             Fix For: 0.5
>
>
> HBaseClusterSingleton creates the tables when built. This limits reusability in other modules. We must refactor them out of the code and make it reusable in every tables. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Resolved] (MAILBOX-172) Refactor HBaseClusterSingleton to remove decoupling from table names

Posted by "Ioan Eugen Stan (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAILBOX-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ioan Eugen Stan resolved MAILBOX-172.
-------------------------------------

    Resolution: Fixed

done.
                
> Refactor HBaseClusterSingleton to remove decoupling from table names
> --------------------------------------------------------------------
>
>                 Key: MAILBOX-172
>                 URL: https://issues.apache.org/jira/browse/MAILBOX-172
>             Project: James Mailbox
>          Issue Type: Task
>          Components: hbase, store
>    Affects Versions: 0.5
>            Reporter: Ioan Eugen Stan
>            Assignee: Ioan Eugen Stan
>             Fix For: 0.5
>
>
> HBaseClusterSingleton creates the tables when built. This limits reusability in other modules. We must refactor them out of the code and make it reusable in every tables. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Commented] (MAILBOX-172) Refactor HBaseClusterSingleton to remove decoupling from table names

Posted by "Ioan Eugen Stan (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAILBOX-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232152#comment-13232152 ] 

Ioan Eugen Stan commented on MAILBOX-172:
-----------------------------------------

The class is decoupled, but table references exist in the tests, so using the tests jar will probably not be possible without adding mailbox-hbase as a dependency. This could change if the class is moved outside the mailbox-hbase tests.
                
> Refactor HBaseClusterSingleton to remove decoupling from table names
> --------------------------------------------------------------------
>
>                 Key: MAILBOX-172
>                 URL: https://issues.apache.org/jira/browse/MAILBOX-172
>             Project: James Mailbox
>          Issue Type: Task
>          Components: hbase, store
>    Affects Versions: 0.5
>            Reporter: Ioan Eugen Stan
>            Assignee: Ioan Eugen Stan
>             Fix For: 0.5
>
>
> HBaseClusterSingleton creates the tables when built. This limits reusability in other modules. We must refactor them out of the code and make it reusable in every tables. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org