Converts a Spark schema into an Avro and stores it in a file system.
Converts a Spark schema into an Avro and stores it in a file system.
StructType containing the source Spark schema
String containing the path to the destination Avro schema
String containing the destination Avro schema name
String containing the destination Avro schema namespace
String containing the topic to which the schema is being generated
Converts a Spark schema into a plain Avro schema with specific name and namespace.
Provide methods to cope with schemas, such as conversions and storage.