Which serialization libraries are supported in spark?
Answer Posted / Supriya Chaudhary
Apache Spark supports various serialization libraries, including Kryo (the default), Avro, Protobuf, and Java Serialization. These libraries help with the efficient transfer of data between the driver program, executors, and storage systems.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers