Modified FTPInputStream doesn't get picked up in hydrator unit-test
Description
Release Notes
None
Activity
Show:

Albert Shau April 21, 2017 at 12:22 AM
doesn't seem to be failing anymore for whatever reason.
https://github.com/caskdata/hydrator-plugins/pull/639

Jonathan Wentz August 29, 2016 at 9:33 PM
+1... in extending the Hydrator-provided FTP source, we found that the supplied unit tests and our own fail.
We had to modify the logic in FTPInputStream and we placed it in the cdap-app-fabric module. During unit-tests in hydrator-plugins, the hadoop-common jar comes ahead of the cdap-app-fabric jar in the classpath and thus the original FTPInputStream is picked out and thus the unit-test for FTP batch source fails.