[
https://issues.apache.org/jira/browse/CASSANDRA-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philip Thompson updated CASSANDRA-9390:
---------------------------------------
Reviewer: Mike Adamson
Attachment: 9390-1.txt
[~mikea], is this really all that is needed?
> AbstractColumnFamilyInputFormat doesn't work with mixed case keyspaces
> ----------------------------------------------------------------------
>
> Key: CASSANDRA-9390
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9390
> Project: Cassandra
> Issue Type: Bug
> Components: Hadoop
> Reporter: Mike Adamson
> Assignee: Philip Thompson
> Fix For: 2.2.x
>
> Attachments: 9390-1.txt
>
>
> The AbstractColumnFamilyInputFormat isn't quoting the keyspace before calling
> metadata.getReplicas:
> {noformat}
> for (TokenRange tokenRange : metadata.getTokenRanges())
> map.put(tokenRange, metadata.getReplicas(keyspace, tokenRange));
> return map;
> {noformat}
> This is inconsistent with other areas of the hadoop code and causes the
> inputs using mixed case keyspaces to fail.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)