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 <[email protected]> Authored: Tue May 17 08:47:26 2016 -0700 Committer: Munagala V. Ramanath <[email protected]> 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(-) ----------------------------------------------------------------------
