Split column names using a delimeter other than space for TableInputFormat
---------------------------------------------------------------------------
Key: HBASE-1346
URL: https://issues.apache.org/jira/browse/HBASE-1346
Project: Hadoop HBase
Issue Type: Improvement
Components: mapred
Affects Versions: 0.19.1
Reporter: Justin Becker
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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.