-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33387/
-----------------------------------------------------------
Review request for Sqoop.
Bugs: SQOOP-2294
https://issues.apache.org/jira/browse/SQOOP-2294
Repository: sqoop-trunk
Description
-------
SQOOP-1395 introduced a breaking change that causes issues for some existing
users. The patch intends to do two things:
1. For `--as-avrodatafile`, Sqoop will behaviors same as it does in 1.4.5.
2. For `--as-parquetfile`, Sqoop rename the temporary generated java class and
set Avro schema name to table name (same as what `--as-avrodatafile` does)
Diffs
-----
src/java/org/apache/sqoop/mapreduce/DataDrivenImportJob.java e70d23c
src/java/org/apache/sqoop/orm/AvroSchemaGenerator.java ed8e8b1
src/java/org/apache/sqoop/tool/CodeGenTool.java 6bd7f1d
Diff: https://reviews.apache.org/r/33387/diff/
Testing
-------
All passed
Thanks,
Qian Xu