You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/07/01 07:06:23 UTC

[jira] [Commented] (GORA-139) Creates Cassandra column family with BytesType for column value validator (and comparators), instead of UTF8Type

    [ https://issues.apache.org/jira/browse/GORA-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13696473#comment-13696473 ] 

Hudson commented on GORA-139:
-----------------------------

Integrated in goraOracle #6 (See [https://builds.apache.org/job/goraOracle/6/])
    commit to address GORA-139 and update to CHANGES.txt (Revision cc50fdeed3c43d8991137db3ffc0b82258d41bb0)

     Result = FAILURE
lewismc : 
Files : 
* CHANGES.txt
* gora-cassandra/src/main/java/org/apache/gora/cassandra/store/CassandraMapping.java

                
> Creates Cassandra column family with BytesType for column value validator (and comparators), instead of UTF8Type
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: GORA-139
>                 URL: https://issues.apache.org/jira/browse/GORA-139
>             Project: Apache Gora
>          Issue Type: Improvement
>          Components: gora-cassandra
>            Reporter: Kazuomi Kashii
>             Fix For: 0.2.1
>
>         Attachments: GORA-139.patch
>
>
> Currently, if a column family does not exist, it is created by CassandraClient with CassandraMapping
> but its column value validator and its comparators are UTF8Type, and it may cause an exception,
> depending on its value as follows:
>   Column Families:
>     ColumnFamily: f
>       Key Validation Class: org.apache.cassandra.db.marshal.BytesType
>       Default column value validator: org.apache.cassandra.db.marshal.UTF8Type
>       Columns sorted by: org.apache.cassandra.db.marshal.UTF8Type
>       GC grace seconds: 0
>       Compaction min/max thresholds: 4/32
>       Read repair chance: 0.0
>       DC Local Read repair chance: 0.0
>       Replicate on write: false
>       Caching: KEYS_ONLY
>       Bloom Filter FP chance: default
>       Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy
>       Compression Options:
>         sstable_compression: org.apache.cassandra.io.compress.SnappyCompressor
> me.prettyprint.hector.api.exceptions.HInvalidRequestException: InvalidRequestException(why:(String didn't validate.) [aarpdaily][f][ts] failed validation)
>         at me.prettyprint.cassandra.service.ExceptionsTranslatorImpl.translate(ExceptionsTranslatorImpl.java:52)
>         at me.prettyprint.cassandra.service.KeyspaceServiceImpl$1.execute(KeyspaceServiceImpl.java:97)
> ...
> It should be BytesType instead of UTF8Type to support any value.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira