All Products
Search
Document Center

Lindorm:Upload files using the console

Last Updated:Mar 28, 2026

Upload custom file resources to Lindorm so your compute engine jobs can access them. This page covers the console upload method. To upload files using the command line, see Connect to and use LindormDFS using the HDFS Shell.

Prerequisites

Before you begin, ensure that you have:

When to upload file resources

Lindorm compute engine jobs require custom file resources to define job logic. Common use cases include:

  • Python or JAR jobs: define job logic in a Python or JAR file

  • Spark SQL jobs: define user-defined functions (UDFs) in a JAR file

Upload a file resource

  1. Log on to the Lindorm console.

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

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

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

  5. Click the Job Management tab.

  6. (Optional) To organize your resources in subdirectories, create a folder before uploading:

    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, click Upload Resources, and upload your file in the Upload Resource dialog box.

    Note
    • The Upload Resources dialog box closes and a success message is displayed. The upload takes 5 to 10 minutes depending on 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 its storage path. Use this path when configuring job parameters.

Important

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