cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Avro fileJune 11, 2021Apache Avro is a data serialization system. Avro provides:Rich data structures.A compact, fast, binary data format.A container f...

User16826994223
Honored Contributor III

Avro file

June 11, 2021

Apache Avro is a data serialization system. Avro provides:

  • Rich data structures.
  • A compact, fast, binary data format.
  • A container file, to store persistent data.
  • Remote procedure call (RPC).
  • Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages.

The Avro data source supports:

  • Schema conversion: Automatic conversion between Apache Spark SQL and Avro records.
  • Partitioning: Easily reading and writing partitioned data without any extra configuration.
  • Compression: Compression to use when writing Avro out to disk. The supported types are uncompressed snappy and  deflate You can also specify the deflate level.Record names: Record name and namespace by passing a map of parameters with  recordName and recordNamespace.

0 REPLIES 0

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now