You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/10/08 01:59:00 UTC

[jira] [Resolved] (HBASE-1346) Split column names using a delimeter other than space for TableInputFormat

     [ https://issues.apache.org/jira/browse/HBASE-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Stack resolved HBASE-1346.
----------------------------------
    Resolution: Later

> Split column names using a delimeter other than space for TableInputFormat 
> ---------------------------------------------------------------------------
>
>                 Key: HBASE-1346
>                 URL: https://issues.apache.org/jira/browse/HBASE-1346
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce
>    Affects Versions: 2.0.0
>            Reporter: Justin Becker
>            Priority: Major
>              Labels: beginner
>
> Split column names using a delimiter other than space for TableInputFormat.  The configure(JobConf) method currently splits column names by the space character.  This prevents scanning by columns where the qualifier contains a space.  For example, "myColumn:some key".  To be consistent with the shell maybe allow the following syntax "['myColumn:some key','myOtherColumn:key']" 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)