All Products
Search
Document Center

Lindorm:Upload files using the console

Last Updated:Dec 05, 2025

This topic describes how to upload files using the console.

Prerequisites

The compute engine is activated. For more information, see Activate the service.

Background information

When you develop jobs using the Lindorm compute engine, you often need to access custom file resources. For example, to run a Python or JAR job, you must define the job logic in a Python or JAR file. To run a Spark SQL job, you must define user-defined functions (UDFs) in a JAR file. You can upload custom file resources to Lindorm using the HDFS Shell or the console.

Procedure

  1. Log on to the Lindorm console.

  2. In the upper-left corner of the page, select the region where the instance is deployed.

  3. On the Instances page, click the ID of the target instance or click View Instance Details in the Actions column for the instance.

  4. In the navigation pane on the left, click Compute Engine.

  5. Click the Job Management tab.

  6. Optional: To create a subdirectory in the Upload Resources area, perform the following steps:

    1. In the directory tree, right-click the root directory and select Create Folder.

    2. In the Create Subdirectory dialog box, enter a name for the subdirectory.

    3. Click OK.

  7. Select the destination folder and click Upload Resources. In the Upload Resource dialog box, upload the resource file.

    Note
    • The Upload Resources dialog box closes and a success message is displayed. The upload takes 5 to 10 minutes, depending on the file size.

    • If you upload a file with the same name as an existing file, the existing file is overwritten.

  8. Click the 复制 icon next to the file name to copy the storage path of the resource. You can use this path to configure job parameters.

Important

You cannot delete file resources directly from the console. To delete file resources, see Connect to and use LindormDFS using the HDFS Shell.