[
https://issues.apache.org/jira/browse/PHOENIX-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14202254#comment-14202254
]
James Taylor commented on PHOENIX-1421:
---------------------------------------
If you can reference the HBase table without the table namespace prefix (and
HBase will find it), then just don't use the prefix when you create your VIEW.
For example, try this:
{code}
CREATE VIEW “macro” ...
{code}
If this doesn't work, then you might try asking on the HBase mailing list to
see if they have any ideas.
A third alternative would be to implement PHOENIX-1311.
Barring that, you may not be able to create a VIEW on an HBase table that uses
table namespaces.
> User-space table qualifiers can only contain 'alphanumeric characters': i.e.
> [a-zA-Z_0-9-.]
> --------------------------------------------------------------------------------------------
>
> Key: PHOENIX-1421
> URL: https://issues.apache.org/jira/browse/PHOENIX-1421
> Project: Phoenix
> Issue Type: Bug
> Reporter: venkat
>
> while I am trying to map with my HBase table the following exception occurred.
> java.lang.IllegalArgumentException: Illegal character code:-30, <¬> at 17.
> User-space table qualifiers can only contain 'alphanumeric characters': i.e.
> [a-zA-Z_0-9-.]: ZING.MACRO”
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)