Lewis John McGibbney created GORA-284:
-----------------------------------------
Summary: GoraSerializerTypeInferer unable to getSerializer for
RECORD type's
Key: GORA-284
URL: https://issues.apache.org/jira/browse/GORA-284
Project: Apache Gora
Issue Type: Bug
Components: gora-cassandra
Reporter: Lewis John McGibbney
Priority: Critical
Fix For: 0.4
When I have an Avro schema like the attached, GoraSerializerTypeInferrer is
unable to find a suitable serializer for RECORD Types. i therefore get this
logging
2014-01-07 21:12:36,172 INFO store.CassandraClient - Serializer not found for:
org.apache.nutch.storage.ProtocolStatus@783f {
"code":"1"
"args":"[]"
"lastModified":"0"
}
2014-01-07 21:12:36,176 INFO store.CassandraClient - value
class=org.apache.nutch.storage.ProtocolStatus
value=org.apache.nutch.storage.ProtocolStatus@783f {
"code":"1"
"args":"[]"
"lastModified":"0"
} -> null
This really really needs to be addressed.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)