[
https://issues.apache.org/jira/browse/HBASE-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Esteban Gutierrez updated HBASE-1346:
-------------------------------------
Affects Version/s: (was: 0.19.1)
> 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
> Affects Versions: 2.0.0
> Reporter: Justin Becker
> 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
(v6.3.4#6332)