You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by ra...@apache.org on 2016/05/17 15:51:38 UTC

[2/2] incubator-apex-malhar git commit: Merge remote-tracking branch 'yogi/APEXMALHAR-2077-AbstractSingleFileOutputOperator-partitionId'

Merge remote-tracking branch 'yogi/APEXMALHAR-2077-AbstractSingleFileOutputOperator-partitionId'


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/1d3e20c6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/1d3e20c6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/1d3e20c6

Branch: refs/heads/master
Commit: 1d3e20c69428a4c4101c2b6da22b631d81a1961d
Parents: f94c2d8 67ad24e
Author: Munagala V. Ramanath <ra...@datatorrent.com>
Authored: Tue May 17 08:47:26 2016 -0700
Committer: Munagala V. Ramanath <ra...@datatorrent.com>
Committed: Tue May 17 08:47:26 2016 -0700

----------------------------------------------------------------------
 .../io/fs/AbstractSingleFileOutputOperator.java |  65 ++-
 .../malhar/lib/fs/BytesFileOutputOperator.java  | 295 ++++++++++++++
 .../apex/malhar/lib/fs/HDFSOutputOperator.java  | 394 -------------------
 .../AbstractSingleFileOutputOperatorTest.java   |   4 +-
 .../lib/fs/BytesFileOutputOperatorTest.java     | 151 +++++++
 .../malhar/lib/fs/HDFSOutputOperatorTest.java   | 151 -------
 6 files changed, 513 insertions(+), 547 deletions(-)
----------------------------------------------------------------------