You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/12/17 07:53:59 UTC

[jira] [Commented] (HBASE-15432) TableInputFormat - support multi column family scan

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

Hudson commented on HBASE-15432:
--------------------------------

SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #2146 (See [https://builds.apache.org/job/HBase-Trunk_matrix/2146/])
HBASE-15432 TableInputFormat - support multi column family scan (Xuesen (tedyu: rev 2c107e4d081f85aa51057b1e39d9b594ef6f8f7a)
* (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestTableInputFormatScanBase.java
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/CellCounter.java
* (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestCellCounter.java
* (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportExport.java
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormat.java
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/Export.java


> TableInputFormat - support multi column family scan
> ---------------------------------------------------
>
>                 Key: HBASE-15432
>                 URL: https://issues.apache.org/jira/browse/HBASE-15432
>             Project: HBase
>          Issue Type: New Feature
>    Affects Versions: 2.0.0, 0.98.16, 0.98.16.1
>            Reporter: nirav patel
>            Assignee: Xuesen Liang
>             Fix For: 2.0.0
>
>         Attachments: HBASE-15432.master.002.patch, HBASE-15432.master.003.patch, HBASE-15432.master.patch
>
>
> Currently Hbase TableInputFormat class has SCAN_COLUMN_FAMILY and SCAN_COLUMNS. SCAN_COLUMN_FAMILY can only scan single column family. If we need to scan multiple column families from a table then we must use SCAN_COLUMNS where we must provide both columns and column families which is not a convenient. Can we have a SCAN_COLUMN_FAMILIES which supports scan of multiple column families.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)