Merge branch 'MLHR-1916' of https://github.com/chandnisingh/incubator-apex-malhar into devel-3
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/333a7073 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/333a7073 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/333a7073 Branch: refs/heads/devel-3 Commit: 333a7073308a7dc5beecb50b731d0904ecc1da24 Parents: e24c14c 7d2f474 Author: Siyuan Hua <[email protected]> Authored: Mon Nov 30 13:27:55 2015 -0800 Committer: Siyuan Hua <[email protected]> Committed: Mon Nov 30 13:27:55 2015 -0800 ---------------------------------------------------------------------- .../lib/fileaccess/DTFileReader.java | 112 ++++++++++++ .../datatorrent/lib/fileaccess/FileAccess.java | 129 ++++++++++++++ .../lib/fileaccess/FileAccessFSImpl.java | 130 ++++++++++++++ .../datatorrent/lib/fileaccess/TFileImpl.java | 178 +++++++++++++++++++ .../datatorrent/lib/fileaccess/TFileReader.java | 125 +++++++++++++ .../datatorrent/lib/fileaccess/TFileWriter.java | 61 +++++++ pom.xml | 2 +- 7 files changed, 736 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/333a7073/pom.xml ----------------------------------------------------------------------
