Skip to content

A spark serializer implementation based on apache/fury.

License

Notifications You must be signed in to change notification settings

jayhan94/fury-spark

Repository files navigation

fury-spark

A spark serializer implementation based on Apache/Fury.

usage

set spark.serializer = org.apache.spark.FurySerializer

If you want to register classes, set spark.fury.classesToRegister like org.example.A,org.example.B.

The fury-spark supports custom serializer. You can add your custom serializer by implementing the FuryRegistrator trait and set the spark.fury.registrator like org.example.regA,org.example.regB.

About

A spark serializer implementation based on apache/fury.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages