Skip to main content

Getting started with a JAR deployment

Overview

Ververica Cloud allows you to run JAR Deployments. This topic describes how to quickly set up a JAR Deployment, run it, and view the outputs in Ververica Cloud.

JAR consists of a zip archive, as defined by PKWare, containing a manifest file and potentially signature files, as defined in the JAR File Specification JAR File Specification.

Prerequisites

You must have created an existing account and workspace (for example by following the steps in Get started).

Step 1: Prepare the JAR and input data for testing

You need to download the following files to be used in this tutorial:

Step 2: Upload the artifact files

To upload the artifact files:

  1. On your Dashboard page, click the workspace name that you want to open.

    The workspace Console will be displayed.

  2. Display the Artifacts page.

  3. To upload the artifacts, do one of the following:

    • Click Upload Artifact, navigate to and select the downloaded files, then click Open.
    • Drag the artifact files from the download location into the Artifacts table.

    The artifacts will be listed.

Step 3: Create a JAR deployment

To create the JAR deployment:

  1. In the Console, click Deployments > Create Deployment and choose JAR Deployment from the drop-down menu.

  2. Fill in the Create Deployment form as follows (you might need to scroll down to see all the options):

    • Deployment Type: JAR
    • Deployment Name: Enter flink-streaming-test-jar for this tutorial.
    • Engine Version: Leave this set to the default version.
    • JAR URI: Click in the field and select the FlinkQuickStart-1.0-SNAPSHOT.jar from the list. (Note: Console will fill in the required URI when you select the JAR file.)
    • Entry Point Class: org.example.WordCountStreaming
    • Entry Point Main Arguments: --input /flink/usrlib/Shakespeare.txt
    • Additional Dependencies: Click in the field and select the Shakespeare.txt from the list.
    • Deploy to Session Cluster: Leave unchecked.
    • Description: Leave blank for this tutorial.
  3. Click Deploy. The deployment will be listed. Until you start the deployment, it will be listed as CANCELLED (i.e. not running).

Step 4: Start the deployment

To start the deployment:

  1. To the right of the deployment name, click Start in the Actions column.

  2. Fill in the startup option information. For this tutorial, use the default settings:

  3. Click Start.

    • Initially, the state will be STARTING.
    • After the deployment is started, the deployment status changes to RUNNING.

Step 5: View the results

To view the results:

  1. On the Deployments page, click the name of the Deployment.

  2. Click the Diagnostics tab.

  3. Click the Logs > Running Task Managers tab.

  4. Click the entry in the Path, ID column.

    image

  5. Display the Stdout tab to see the results.

    image