----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66277/ -----------------------------------------------------------
Review request for Sqoop. Bugs: SQOOP-3307 https://issues.apache.org/jira/browse/SQOOP-3307 Repository: sqoop-trunk Description ------- ant clean report invokes the ivy:report task and creates both HTML and GraphML reports. Creation of the HTML reports takes ~7 minutes and results in a ~700MB html that's hard to make use of, while the GraphML reporting is fast and is easier to read. Diffs ----- build.xml d85cf71 Diff: https://reviews.apache.org/r/66277/diff/1/ Testing ------- `ant clean report` Thanks, daniel voros