Skip to content

Commit

Permalink
Register Anonymous Class in Accumulo Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
James McClain committed May 3, 2016
1 parent f589437 commit c18d68c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class AccumuloTestRegistrator extends TestRegistrator {
kryo.register(classOf[org.apache.accumulo.core.client.Durability])
kryo.register(classOf[org.apache.accumulo.core.data.Key])
kryo.register(classOf[org.apache.accumulo.core.data.Value])

kryo.register(classOf[geotrellis.spark.io.avro.codecs.TileFeatureCodec$$anon$1])
}
}
}

0 comments on commit c18d68c

Please sign in to comment.