[
https://issues.apache.org/jira/browse/APEXMALHAR-2081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15276914#comment-15276914
]
ASF GitHub Bot commented on APEXMALHAR-2081:
--------------------------------------------
GitHub user chandnisingh opened a pull request:
https://github.com/apache/incubator-apex-malhar/pull/267
APEXMALHAR-2081 removed HDFS specific classes and moved useful proper…
…ties to the base class
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chandnisingh/incubator-apex-malhar
APEXMALHAR-2081
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-apex-malhar/pull/267.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 #267
----
commit 1e59d2b1bbceedb507838619cab5b00308b4e459
Author: Chandni Singh <[email protected]>
Date: 2016-05-09T19:56:40Z
APEXMALHAR-2081 removed HDFS specific classes and moved useful properties
to the base class
----
> Remove FSFileSplitter, BlockReader, HDFSFileSplitter, HDFSInputModule
> ---------------------------------------------------------------------
>
> Key: APEXMALHAR-2081
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2081
> Project: Apache Apex Malhar
> Issue Type: Bug
> Components: adapters other
> Reporter: Chandni Singh
> Assignee: Chandni Singh
> Priority: Critical
> Fix For: 3.4.0
>
>
> Recently there was an FSFileSplitter added to the library.
> This operator adds 2 additional properties which can be added to the base
> operator.
> A problem with this approach of adding new extension which just add small
> features is that it confuses the users of which Operator to use and
> essentially we have multiple operators with the same basic functionality.
> This should be done before the new version of Malhar is released.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)