[ 
https://issues.apache.org/jira/browse/PHOENIX-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

venkat updated PHOENIX-1421:
----------------------------
    Comment: was deleted

(was: Thanks for your reply james,

Here is my query to create view 

CREATE VIEW “zing” (retailerId INTEGER PRIMARY KEY,
eventId VARCHAR PRIMARY KEY, 
seq INTEGER PRIMARY KEY, 
“pr”.”offerId” INTEGER,
“pr”.”promotionId” INTEGER,
“pr”.”expiry” INTEGER,
“pr”.”serveBarcode” VARCHAR,
“pr”.”servedUcode” VARCHAR,
“pr”.”issuedBarcode” VARCHAR,
“pr”.”issuedUcode” VARCHAR,
“pr”.”printer” INTEGER,
“pr”.”interpreter” INTEGER,
“pr”.”cache” INTEGER);

Error:

java.lang.IllegalArgumentException: Illegal character code:-30, <¬> at 4. 
User-space table qualifiers can only contain 'alphanumeric characters': i.e. 
[a-zA-Z_0-9-.]: ZING”

what does this mean exactly  mean , we have Hbase table called zing, I want to 
map with that table 
.
)

>  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)

Reply via email to