GitHub user yogidevendra opened a pull request: https://github.com/apache/incubator-apex-malhar/pull/273
APEXMALHAR-2077 AbstractSingleFileOutputOperator appending partitionID 1. Renamed HDFSOutputOperator to BytesFileOutputOperator 2. Moved partitionID related logic into AbstractSingleFileOutputOperator 3. BytesFileOutputOperator extends AbstractSingleFileOutputOperator 4. renamed currentPartName to partitionedFileName 5. update partitionedFileName from field setters You can merge this pull request into a Git repository by running: $ git pull https://github.com/yogidevendra/incubator-apex-malhar APEXMALHAR-2077-AbstractSingleFileOutputOperator-partitionId Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-apex-malhar/pull/273.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #273 ---- commit 1041b99cb6f69f20e288fe0a82018f8b4cc919e6 Author: yogidevendra <deven...@datatorrent.com> Date: 2016-05-13T06:03:53Z APEXMALHAR-2077 AbstractSingleFileOutputOperator appending partitionID 1. Renamed HDFSOutputOperator to BytesFileOutputOperator 2. Moved partitionID related logic into AbstractSingleFileOutputOperator 3. BytesFileOutputOperator extends AbstractSingleFileOutputOperator 4. renamed currentPartName to partitionedFileName 5. update partitionedFileName from field setters ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---