GitHub user yogidevendra reopened 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 67ad24edd6dc1629501e86168d2594606c52e291 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 6. Fixing unit tests 7. Incorporating review comments. 8. Fixing checkstyle violation ---- --- 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. ---