Updated on 2024-08-16 GMT+08:00

Alluxio Application Development Process

Figure 1 and Table 1 describe the phases in the development process.

Figure 1 Alluxio application development process
Table 1 Description of the Alluxio application development process

Phase

Description

Reference

Understand basic concepts.

Before application development, learn basic concepts of Alluxio.

Common Concepts of Alluxio

Prepare development and operating environments.

The Java language is recommended for the development of Alluxio client applications, and Maven is recommended for constructing projects. The running environment of the sample application consists of nodes of the VPC cluster where the MRS service is deployed.

Alluxio Development Environment

Develop a project based on the scenario.

Presto provides a Java sample project and a sample project of data query.

Alluxio Development Plan

Run applications and view results.

This phase provides guidance for users to submit a developed application for running and view the result.

Commissioning an Alluxio Application