[
https://issues.apache.org/jira/browse/HBASE-9832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13834058#comment-13834058
]
Ted Yu commented on HBASE-9832:
-------------------------------
{code}
+ public static void configureIncrementalLoad(Job job, HTable table, Class
reducerClass)
{code}
The above method is similar to:
{code}
public static void configureIncrementalLoad(Job job, HTable table)
{code}
Can the common code be extracted ?
TextSortReducerWithVisibility is marked @InterfaceStability.Evolving while
TsvImportMapperForVisibility is declared @InterfaceStability.Stable
What's the rationale ?
TsvImporterTextMapperForVisibility and
TsvImportMapperForVisibilityWithHFileFormat don't have audience annotation.
> Add MR support for Visibility labels
> ------------------------------------
>
> Key: HBASE-9832
> URL: https://issues.apache.org/jira/browse/HBASE-9832
> Project: HBase
> Issue Type: Improvement
> Components: mapreduce
> Affects Versions: 0.98.0
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Fix For: 0.98.0
>
> Attachments: HBASE-9832.patch, HBASE-9832_1.patch
>
>
> MR needs to support adding the visibility labels through TableOutputFormat
> and HfileOutPutformat.
--
This message was sent by Atlassian JIRA
(v6.1#6144)