Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Deserialize TreeMap<byte[], byte[]> #21

Open
poneill00 opened this issue Jun 16, 2016 · 1 comment
Open

Unable to Deserialize TreeMap<byte[], byte[]> #21

poneill00 opened this issue Jun 16, 2016 · 1 comment

Comments

@poneill00
Copy link

Hey, I'm using Kryo to serialize a TreeMap<byte[],byte[]> (which is required when writing to HBaseTap with DynamicScheme).

Serialization seems to work, but I get the below error when DeSerializing
Caused by: com.esotericsoftware.kryo.KryoException: Unable to find class: �[B
at com.esotericsoftware.kryo.util.DefaultClassResolver.readName(DefaultClassResolver.java:138)
at com.esotericsoftware.kryo.util.DefaultClassResolver.readClass(DefaultClassResolver.java:115)
at com.esotericsoftware.kryo.Kryo.readClass(Kryo.java:610)
at com.esotericsoftware.kryo.Kryo.readClassAndObject(Kryo.java:721)
at com.esotericsoftware.kryo.serializers.MapSerializer.read(MapSerializer.java:134)
at com.esotericsoftware.kryo.serializers.MapSerializer.read(MapSerializer.java:17)
at com.esotericsoftware.kryo.Kryo.readObject(Kryo.java:626)
at cascading.kryo.KryoDeserializer.deserialize(KryoDeserializer.java:37)
at cascading.tuple.hadoop.TupleSerialization$SerializationElementReader.read(TupleSerialization.java:628)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants