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

[jira] [Created] (BEAM-14053) [CDAP] Design and implement generic plugin class

Elizaveta Lomteva created BEAM-14053:
----------------------------------------

             Summary: [CDAP] 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


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 wrapper 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)