-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14779/
-----------------------------------------------------------
Review request for Sqoop.
Bugs: SQOOP-435
https://issues.apache.org/jira/browse/SQOOP-435
Repository: sqoop-trunk
Description
-------
Automatically generate an Avro schema file (*.avsc) in the JAR output directory
when --as-avrodatafile is specified.
Diffs
-----
src/java/org/apache/sqoop/mapreduce/DataDrivenImportJob.java 5afd90c
Diff: https://reviews.apache.org/r/14779/diff/
Testing
-------
- Compared contents of *.avsc file against output from avro-tools getschema
operation.
- Created an external Hive table with AvroSerDe, pointing avro.schema.url to a
copy of the schema indexed in ElasticSearch.
Thanks,
James Anderson