MaxCompute Studio allows you to develop Java user-defined functions (UDFs), MapReduce programs, and Graph programs. Before the development, you must create a MaxCompute Java module. This topic describes how to create a MaxCompute Java module.
Prerequisites
Procedure
- Start IntelliJ IDEA. In the top navigation bar, choose .
- In the left-side navigation pane of the New Module dialog box, click MaxCompute Java.
- Configure the directory of the Module SDK file and click Next.
- Specify Module name and click Finish.
Result
- Introduces MaxCompute-related dependencies. For more information, see the POM file that contains the dependencies.
- Creates the examples folder to store sample code. For more information, see Module directory.
- Creates the warehouse folder to store the data required for local debugging. For more information, see warehouse directory.