You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/31 10:25:00 UTC

[jira] [Work logged] (BEAM-14053) [CdapIO] Design and implement generic plugin class

     [ https://issues.apache.org/jira/browse/BEAM-14053?focusedWorklogId=750885&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-750885 ]

ASF GitHub Bot logged work on BEAM-14053:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 31/Mar/22 10:24
            Start Date: 31/Mar/22 10:24
    Worklog Time Spent: 10m 
      Work Description: ktttnv commented on pull request #17150:
URL: https://github.com/apache/beam/pull/17150#issuecomment-1084384027


   R: @chamikaramj


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 750885)
    Remaining Estimate: 0h
            Time Spent: 10m

> [CdapIO] Design and implement generic plugin class 
> ---------------------------------------------------
>
>                 Key: BEAM-14053
>                 URL: https://issues.apache.org/jira/browse/BEAM-14053
>             Project: Beam
>          Issue Type: Task
>          Components: io-java-cdap
>            Reporter: Elizaveta Lomteva
>            Assignee: Ekaterina Tatanova
>            Priority: P2
>              Labels: cdap-io-sprint-2
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> h3. Context:
> CDAP plugins include a bunch of classes to ensure the execution flow, such as Input/Output-FormatProvider, Input/Output-Format (ex. [SalesforceInputFormat|https://github.com/data-integrations/salesforce/blob/develop/src/main/java/io/cdap/plugin/salesforce/plugin/source/batch/SalesforceInputFormat.java], [SalesforsceInputFormatProvider|https://github.com/data-integrations/salesforce/blob/develop/src/main/java/io/cdap/plugin/salesforce/plugin/source/batch/SalesforceInputFormatProvider.java]). The goal is to allow the developer of the Beam connector (in {{cdapio}} package) to use a construct similar to {{cdapio.<pluginName>.withConfig(config).build()}} (pseudocode), which would return a plugin wrapper with read or write methods.
> h3. Task Description:
> Required to design wrapper class(es) or interface(s) for the CDAP plugin so that those classes (interfaces) encapsulate the functionality of the CDAP InputFormat and InputFormatProvider classes.
> h3. Acceptance criteria:
> Design and source code of class(s)/interface(s) that will provide CDAP plugin classes (ex. [SalesforsceInputFormatProvider|https://github.com/data-integrations/salesforce/blob/develop/src/main/java/io/cdap/plugin/salesforce/plugin/source/batch/SalesforceInputFormatProvider.java]) functionality.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)