You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars George (JIRA)" <ji...@apache.org> on 2010/03/25 10:42:27 UTC

[jira] Commented: (HBASE-2374) TableInputFormat - Configurable parameter to add column families

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

Lars George commented on HBASE-2374:
------------------------------------

Hey KayKay,

I was wondering what that actually helps? You can already specify a combination of columns or families with the existing parameter. If you leave out a ":" divider then it is internally treated as a column family and addFamily is called, if it *does* have a colon divider then it parses out family and column and adds them together. Please advise.

Lars

> TableInputFormat - Configurable parameter to add column families 
> -----------------------------------------------------------------
>
>                 Key: HBASE-2374
>                 URL: https://issues.apache.org/jira/browse/HBASE-2374
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 0.20.3
>            Reporter: Kay Kay
>            Priority: Minor
>             Fix For: 0.20.4, 0.21.0
>
>         Attachments: HBASE-2374.patch
>
>
> Currently , TIF supports hbase.mapreduce.scan.columns to add family:qualifiers as a conf parameter. 
> This adds -  hbase.mapreduce.scan.column.family , as a configurable parameter to add a family to the scan of TIF. 
> Patch against trunk , but does not break backward compatibility. 

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