Install MaxCompute Studio

更新时间:
复制 MD 格式

To install MaxCompute Studio, you must install the MaxCompute Studio plug-in for IntelliJ IDEA. You can install it online or locally. This topic describes both installation methods.

Prerequisites

Ensure that your environment meets the following requirements:

  • A client running Windows, macOS, or Linux.

  • IntelliJ IDEA 2018.2.4 or later (Ultimate Edition or the free Community Edition) or a PyCharm-based IDE.

  • JRE 1.8. The latest versions of IntelliJ IDEA are bundled with JRE 1.8, so you do not need to install it separately.

  • (Optional) JDK 1.8. Required only if you need to develop and debug Java user-defined functions (UDFs).

    Note
    • The latest version of MaxCompute Studio is 4.3.0, which is compatible with IntelliJ IDEA versions up to 2024.2.5. Select a Studio version that is compatible with your development tool.

    • MaxCompute Studio has supported JDK 1.9 and later since version 0.28.0. Earlier versions support only JDK 1.8.

Background information

MaxCompute Studio is an IntelliJ IDEA plug-in. You can install it in one of the following ways:

Note

The IntelliJ IDEA user interface (UI) may vary by version. The following procedures use a Windows client as an example, so your interface may differ.

Online installation

The MaxCompute Studio plug-in is available in the official IntelliJ IDEA plug-in library.

Important

If you cannot find the MaxCompute Studio plug-in in the search results of recent IntelliJ IDEA versions, use the local installation method. The installation method does not affect the plug-in's functionality.

  1. In the top menu bar, click File > Settings....

  2. In the left navigation bar of the Settings dialog box, click Plugins.

  3. In the Plugins dialog box, search for MaxCompute Studio in the search box.

  4. Find the MaxCompute Studio plug-in and click Install.

    After the installation is complete, the status of the MaxCompute Studio plug-in changes to Installed.

  5. After confirming the installation, restart IntelliJ IDEA to complete the plug-in installation.

Local installation

Alternatively, you can download the MaxCompute Studio package and install the plug-in locally.

  1. Download the MaxCompute Studio plug-in package.

  2. In the IntelliJ IDEA top menu bar, click File > Settings > Plugins.

  3. In the Plugins dialog box, click Install plugin from disk….

  4. In the Choose Plugin File dialog box, find and select the plug-in file that you downloaded, and click OK.

  5. After returning to the plug-in homepage, click OK to start installing the local plug-in.

  6. After the installation is complete, a restart prompt window is displayed. Click Restart to restart IntelliJ IDEA.

What to do next

After installing the MaxCompute Studio plug-in, configure a MaxCompute project connection to access data and resources. For more information, see Manage project connections.