All Products
Search
Document Center

MaxCompute:Select a connection tool

Last Updated:Aug 03, 2023

Before you process data in a MaxCompute project, you must select development tools and prepare the required environment based on your business requirements. This topic describes how to prepare an environment and install the required development tools.

Prerequisites

A MaxCompute project is created. For more information about how to create a MaxCompute project, see Create a MaxCompute project.

Background information

The following table describes the development tools supported by MaxCompute.

Development tool

Manual installation required

Scenario

MaxCompute client (odpscmd)

Yes

The MaxCompute client is a command-line client. It is suitable for all scenarios, which helps you compile commands to process data.

DataWorks console

No

DataWorks implements comprehensive features, such as data development, data integration, and data services in a visual manner based on MaxCompute projects. If you want to periodically schedule jobs, we recommend that you use DataWorks.

MaxCompute Studio

Yes

MaxCompute Studio is a development plug-in that is based on IntelliJ IDEA. MaxCompute Studio helps you develop data more easily and quickly. If you are familiar with IntelliJ IDEA, we recommend that you use MaxCompute Studio.

Prepare an environment

The following table describes the environment requirements of the preceding development tools.

Development tool

Environment requirement

MaxCompute client

You must install Java 8 or later.

DataWorks console

We recommend that you use the latest version of Google Chrome.

MaxCompute Studio

  • The client that runs a Windows, macOS, or Linux operating system is prepared.

  • IntelliJ IDEA 2018.2.4 or later is installed on the client. Ultimate Edition and Community Edition of IntelliJ IDEA are supported. Community Edition is free of charge. PyCharm is installed on the client. PyCharm is an integrated development environment (IDE) used for programming in Python.

  • Java Runtime Environment (JRE) 1.8 is installed. The latest version of IntelliJ IDEA is bundled with JRE 1.8. If you are using IntelliJ IDEA of the latest version, you do not need to separately install JRE 1.8

  • Java Development Kit (JDK) 1.8 is installed. JDK 1.8 is required only if you want to develop and debug user-defined functions (UDFs) in Java.

    Note

    MaxCompute Studio 0.28.0 and later support JDK 1.9. The earlier versions of MaxCompute Studio support only JDK 1.8.

Connect to MaxCompute by using tools

The following table provides instructions on using tools to connect to MaxCompute after you prepare the environment.

Development tool

Instruction

MaxCompute client

For more information about the MaxCompute client, see MaxCompute client (odpscmd).

DataWorks

DataWorks console

MaxCompute Studio

MaxCompute Studio

Database management

ETL tools

JDBC

Overview