[
https://issues.apache.org/jira/browse/APEXMALHAR-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15237673#comment-15237673
]
ASF GitHub Bot commented on APEXMALHAR-2051:
--------------------------------------------
GitHub user ashishtadose opened a pull request:
https://github.com/apache/incubator-apex-malhar/pull/238
APEXMALHAR-2051 #comment removed redundant StorageAgent interface
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ashishtadose/incubator-apex-malhar
APEXMALHAR-2051.redundant-storage-agent
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-apex-malhar/pull/238.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 #238
----
commit fac986b043d1bbdeb69b95ddb24f22b1ec9ab56e
Author: Ashish <[email protected]>
Date: 2016-04-12T18:13:13Z
APEXMALHAR-2051 #comment removed redundant StorageAgent interface
----
> Remove redundant StorageAgent interface Malhar library
> -------------------------------------------------------
>
> Key: APEXMALHAR-2051
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2051
> Project: Apache Apex Malhar
> Issue Type: Task
> Components: adapters other
> Reporter: Ashish Tadose
> Priority: Minor
> Fix For: 3.4.0
>
>
> For Malhar feature
> [APEXMALHAR-1938|https://issues.apache.org/jira/browse/APEXMALHAR-1938]
> needed a change in StorageAgent interface which was not released when that
> feature was contributed so we had added copy of StorageAgent interface in
> Malhar-Library.
> https://github.com/apache/incubator-apex-malhar/blob/master/library/src/main/java/com/datatorrent/lib/util/StorageAgent.java
> Since those changes are released as part of Apex Core 3.3.0 release we no
> longer require redundant StorageAgent interface present in Malhar-library.
> Also need to update AbstractKeyValueStorageAgent to implement StorageAgent
> from Apex-core than one present in Malhar-library for concrete implementation
> of StorageAgents to work.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)