Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page describes the steps required to create a new custom plugin, generate the jars, and subsequent deployment of the custom plugin into CDFCDAP.

Steps

The creation and deployment of custom plugins involves 3 three broad steps.

  1. One time setup on your local machine to write the java code.

  2. Writing the plugin code and building the jar.

  3. Deploying the plugin in Data FusionCDAP.

...

One Time Setup

Clone Cloud Source repository to local machine

  • Install Google Cloud SDKon your local machine following the instructions available at:

...

  • Follow instructions on the new web page that opens up, and choose the account using which that you want to authenticate.

  • When successfully authenticated, you will see a web page with below message:

You are now authenticated with the Google Cloud SDK!

  • Clone Cloud Source Repository to the local machine using the following command:

...

https://docs.oracle.com/javase/10/install/installation-jdk-and-jre-macos.htm#JSJIG-GUID-2FE451B0-9572-4E38-A1A5-568B77B146DE

  • Set JAVA_HOME.

    • Run the below command to get java home directory:

...

Build Plugin Jar

  • In VS Code, on the Terminal pane,

    • Write plugin code in the suitable path in the cloned directory structure:

...

<plugin_name>-1.25-SNAPSHOT.json

Deploy Plugin in Data Fusion

...

Page Properties
hiddentrue

Related issues