All Products
Search
Document Center

Object Storage Service:Connect a JetBrains IDE to OSS using Big Data Tools

Last Updated:Jun 21, 2026

You can use the Big Data Tools plugin to manage OSS buckets and objects directly in your JetBrains IDE.

What is Big Data Tools?

Big Data Tools is a JetBrains IDE plugin that provides the following features:

  • A user-friendly interface for working with remote file systems, including OSS.

  • Object management operations similar to a standard file explorer, such as copying, moving, renaming, deleting, and downloading objects.

  • Easy object previewing, with the ability to switch between text and table views for CSV objects.

  • A simple way to view additional information about an object, such as its modification time.

  • Previewing binary objects, such as Parquet.

  • Opening buckets and folders in multiple tabs.

For more information, see Big Data Tools.

Step 1: Install Big Data Tools

  1. Open one of the following JetBrains IDEs:

    • IntelliJ IDEA Ultimate

    • PyCharm Professional

    • DataGrip

    • DataSpell

  2. Open the IDE settings:

    • On macOS, select from the main menu, or press ⌘,.

    • On Windows or Linux, select from the main menu, or press Ctrl+Alt+S.

  3. In the Preferences/Settings window, install Big Data Tools.

    1. In the left-side navigation pane, select Plugins.

    2. Select the Marketplace tab.

    3. In User Data, enter Big Data Tools.

    4. Click Install.

    5. Click OK.

    After you install and enable the plugin, the Big Data Tools pane appears on the right side of the IDE.

Step 2: Connect to OSS

You can use Big Data Tools to create connections to various monitoring or storage services, such as OSS.

  1. On the right side of the IDE, select .

  2. In the Alibaba OSS dialog box, configure the following parameters:

    1. Enter a unique name for the connection.

    2. Select a region.

      For information about the regions where OSS is available, see Regions and endpoints.

    3. Select how to list buckets.

      • To access specific buckets or directories directly, select Custom roots. Then, in the Roots field, enter the names of the buckets or the paths to the directories. Use commas to separate multiple entries.

      • To list all buckets in your account, select All buckets in the account. You can use the bucket filter to display only buckets with specific names.

    4. From the Authentication drop-down list, select Credentials. In the Access Key field, enter the AccessKey ID of your RAM user. In the Secret Key field, enter the AccessKey Secret.

      To obtain an AccessKey pair, see Create an AccessKey pair.

    5. Click OK.

Step 3: Manage OSS resources

After you establish the connection, you can manage your OSS buckets and objects.

Preview a bucket

You can preview a bucket in a separate tab.

  1. Select a bucket and click Open in Separate Viewer.

    This allows you to open multiple buckets in different tabs, switch between them, and expand directories and structured objects (such as CSV, Parquet, ORC, or Avro) to view their columns and data types.

  2. You can also perform the following actions:

    • Click the image.png icon at the top of the editor tab to customize the view by showing or hiding columns.

    • Click the image.png icon to upload data from your local machine, or click the image.png icon to copy an object.

    • Copy and move objects and directories by dragging them from one bucket or directory to another.

View object information

You can use the Big Data Tools plugin to view information about an object, such as its modification time, type, or storage class.

Right-click an object and select Show Info.

The following window appears.

The object information window also includes properties such as Bucket, Key, Size, and ETag.

Preview binary objects

You can use the Big Data Tools plugin to preview binary objects, such as Avro, Parquet, and ORC.

  1. Double-click an object.

    The object content is displayed in a separate tab in the editor.

  2. You can also perform the following actions:

    • Use the search box at the top of the tab to search for a specific string.

      The following example uses a regular expression.

      Enter ^19. and click the regex icon to enable the regular expression mode. This highlights all values that start with '19'.

    • Click a table header to sort the data.

    • Right-click a cell to copy the cell, row, or column, or to download the entire table. To export the table data to the clipboard, right-click a data row and select Dump > To Clipboard. The context menu also includes options such as Copy, Copy Row, Copy Column, and Copy Table Header.