[
https://issues.apache.org/jira/browse/PHOENIX-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729992#comment-14729992
]
James Taylor commented on PHOENIX-2207:
---------------------------------------
Make sure the KeyValue your creating for the Tuple is valid against your
schema. You're using a VARCHAR for the key and an INTEGER for the value, so try
this schema instead:
{code}
CREATE TABLE T (k VARCHAR PRIMARY KEY, v INTEGER) SALT_BUCKETS = 8
{code}
I don't think the column family and column qualifier not matching (S.S) will
make any difference, so probably no need to change your KeyValue construction
for that.
> Load scanner caches in parallel when using stats and round robin iterator
> -------------------------------------------------------------------------
>
> Key: PHOENIX-2207
> URL: https://issues.apache.org/jira/browse/PHOENIX-2207
> Project: Phoenix
> Issue Type: Bug
> Reporter: Samarth Jain
> Assignee: Samarth Jain
> Attachments: PHOENIX-2207.patch, PHOENIX-2207_v2.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)