Skip to content

Deploy application on Apache Gearpump

Daniel Smith edited this page Sep 1, 2016 · 7 revisions

Wiki home > Apache Gearpump

To deploy an application on Apache Gearpump, you must first create an instance of this service. Once you have one, navigate to the Data Science > Apache Gearpump tab. Then click Deploy application next to your instance.

Create Apache Gearpump instance on TAP

Now, choose your application jar file. You can also add a config file (optional).

Create Apache Gearpump instance on TAP

To bind required TAP services to your application, check the boxes next to names of the service instances (optional).

In the next section, there is a Resultant Arguments field for services data that will be sent to your application.

Create Apache Gearpump instance on TAP

You can also add some extra parameters for your application, like a Kafka topic name, using key-value pairs. Fields for the first pair are displayed by default. Click on +Add an extra parameter for each key-value pair you want to provide, then enter the information for that pair.

Create Apache Gearpump instance on TAP

Check the resultant arguments, and when you are satisfied they are correct, click the Deploy button to complete deployment.

In general, deployment time depends on your environment and jar size. For most examples, it will typically take less than a minute.

When deployment successfully completes, you are returned to the Apache Gearpump screen. Select Go to dashboard.

Create Apache Gearpump instance on TAP

When the Dashboard is displayed, navigate to the Applications tab. You will see your application on the list.

Create Apache Gearpump instance on TAP

Now let’s look at the example flow.

Clone this wiki locally