navinvishy
Results
1
comments of
navinvishy
In the beam backend, I see that we're getting a kryo instantiator [here](https://github.com/twitter/scalding/blob/e44f2f21fa90f669d6bf81af607c5d537f19e93c/scalding-beam/src/main/scala/com/twitter/scalding/beam_backend/BeamBackend.scala#L133). We're using `KryoHadoop` by default which gets Cascading serialization tokens and registers those classes with Kryo. Are...