[ 
https://issues.apache.org/jira/browse/HBASE-2709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884398#action_12884398
 ] 

Alex Newman commented on HBASE-2709:
------------------------------------

So we want a conf variable to decide between distributed and single node 
splitlog. We can either do this procedurally, i.e.


if conf.foo = bar 
do this
else 
do that

or through the so called load class functionality, for instance how we do 
compression etc.

If we go  load class approach i assume we would have some base hlog and then 
off of that we could specialize a single split hlog and a distributed split 
hlog. Any opinions here

> Allow split type (distributed,master only) to be configurable
> -------------------------------------------------------------
>
>                 Key: HBASE-2709
>                 URL: https://issues.apache.org/jira/browse/HBASE-2709
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Alex Newman
>            Assignee: Alex Newman
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to