Istvan Toth created HBASE-27624:
-----------------------------------

             Summary: Cannot Specify Namespace via the hbase.table Option in 
Spark Connector
                 Key: HBASE-27624
                 URL: https://issues.apache.org/jira/browse/HBASE-27624
             Project: HBase
          Issue Type: Bug
          Components: hbase-connectors, spark
    Affects Versions: 1.0.1
            Reporter: Istvan Toth


When using the old mapping format and specifying the HBase table via theĀ 
_hbase.table_ option, the connector passes the namespaced string to HBase, and 
we get


{noformat}
Caused by: java.lang.IllegalArgumentException: Illegal character code:58, <:> 
at 7. User-space table qualifiers may only contain 'alphanumeric characters' 
and digits: staplesHbaseNamespace:staplesHbaseTableName
at 
org.apache.hadoop.hbase.TableName.isLegalTableQualifierName(TableName.java:187)
at 
org.apache.hadoop.hbase.TableName.isLegalTableQualifierName(TableName.java:138)
at org.apache.hadoop.hbase.TableName.<init>(TableName.java:320)
at 
org.apache.hadoop.hbase.TableName.createTableNameIfNecessary(TableName.java:354)
at org.apache.hadoop.hbase.TableName.valueOf(TableName.java:484){noformat}

This seems to be related to the changes in HBASE-24276



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to