Description
If you use --as-avrodatafile, sqoop will automatically generate an avro schema and store it in the header of the avro files. You can easily extract and use that auto-generated schema (e.g., with avro-tools getschema, avro-tools compile). It would be a great improvement, if you could customize the name and namespace of the generated record type in this schema with the already existing arguments --package-name and/or --class-name.
Attachments
Attachments
Issue Links
- is related to
-
SQOOP-328 Allow specification of Avro schema for import and export
- Open