You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2013/12/02 17:45:37 UTC

[jira] [Comment Edited] (HBASE-9832) Add MR support for Visibility labels

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

Anoop Sam John edited comment on HBASE-9832 at 12/2/13 4:44 PM:
----------------------------------------------------------------

ImportTSV#createTable()
{code}
for (String aColumn : columns) {
      if (TsvParser.ROWKEY_COLUMN_SPEC.equals(aColumn)
          || TsvParser.TIMESTAMPKEY_COLUMN_SPEC.equals(aColumn)) continue;
{code}
Pls add the check for CELL_VISIBILITY_COLUMN_SPEC also so that we wont create a cf named CELL_VISIBILITY_COLUMN_SPEC? 


was (Author: anoop.hbase):
ImportTSV#createTable()
{quote}
for (String aColumn : columns) {
      if (TsvParser.ROWKEY_COLUMN_SPEC.equals(aColumn)
          || TsvParser.TIMESTAMPKEY_COLUMN_SPEC.equals(aColumn)) continue;
{quote}
Pls add the check for CELL_VISIBILITY_COLUMN_SPEC also so that we wont create a cf named CELL_VISIBILITY_COLUMN_SPEC? 

> 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, HBASE-9832_2.patch
>
>
> MR needs to support adding the visibility labels through TableOutputFormat and HfileOutPutformat.



--
This message was sent by Atlassian JIRA
(v6.1#6144)