You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Justin Becker (JIRA)" <ji...@apache.org> on 2009/04/25 00:23:30 UTC

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

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.