You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by hs...@apache.org on 2015/11/30 22:28:32 UTC

[7/7] incubator-apex-malhar git commit: Merge branch 'MLHR-1916' of https://github.com/chandnisingh/incubator-apex-malhar into devel-3

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 <hs...@apache.org>
Authored: Mon Nov 30 13:27:55 2015 -0800
Committer: Siyuan Hua <hs...@apache.org>
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
----------------------------------------------------------------------