Repository: apex-malhar Updated Branches: refs/heads/master 28b89176c -> a75b093df
APEXMALHAR-2338 Remove stray # characters Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/a75b093d Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/a75b093d Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/a75b093d Branch: refs/heads/master Commit: a75b093df7f06dbb685d251a860b26ae333dbb96 Parents: 28b8917 Author: Munagala V. Ramanath <[email protected]> Authored: Fri Nov 11 12:32:00 2016 -0800 Committer: Munagala V. Ramanath <[email protected]> Committed: Fri Nov 11 15:16:47 2016 -0800 ---------------------------------------------------------------------- docs/operators/fsInputOperator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/a75b093d/docs/operators/fsInputOperator.md ---------------------------------------------------------------------- diff --git a/docs/operators/fsInputOperator.md b/docs/operators/fsInputOperator.md index 3449216..7d54f84 100644 --- a/docs/operators/fsInputOperator.md +++ b/docs/operators/fsInputOperator.md @@ -19,7 +19,7 @@ additional capabilities such as scanning multiple directories. It tracks the current file offset as part of checkpoint state. It it fails and is restarted by the platform, it will seek to the saved offset to avoid duplicate processing. Exactly once processing -for fault tolerance is handled using window data manager. For more details check the blog about [Fault-Tolerant File Processing](#https://www.datatorrent.com/blog/fault-tolerant-file-processing/). +for fault tolerance is handled using window data manager. For more details check the blog about [Fault-Tolerant File Processing](https://www.datatorrent.com/blog/fault-tolerant-file-processing/). It supports both static and dynamic partitioning. ## Use Cases @@ -97,7 +97,7 @@ a repartition event, all existing partitions are shutdown and the new ones start ### AbstractFileInputOperator This is the abstract implementation that, as noted above, scans a single directory. It can be extended to modify functionality or add new capabilities. For example, the -directory scanner can be overriden to monitor multiple directories. [This](#https://github.com/DataTorrent/examples/tree/master/tutorials/fileIO-multiDir) example demostrates how to do that. +directory scanner can be overriden to monitor multiple directories. [This](https://github.com/DataTorrent/examples/tree/master/tutorials/fileIO-multiDir) example demonstrates how to do that. As noted in the overview above, this class has no ports, so concrete subclasses will need to provide them if necessary.
