Updated on 2024-03-06 GMT+08:00

Overview

Introduction to DLI SDKs

Data Lake Insight (DLI) software development kits (SDKs) encapsulates RESTful APIs provided by DLI to simplify development. You can directly call API functions provided by DLI SDKs to submit DLI SQL and Spark jobs.

DLI SDKs consist of both the SDK V3 and other SDKs developed by DLI.
  • (Recommended )DLI SDK V3: automatically generates API based on YAML files that define the API, ensuring that the API parameters are consistent with the API of the service.

    For details, see SDK V3.

  • DLI SDK (self-developed): SDKs developed by the DLI team. This manual introduces the usage of DLI's self-developed SDKs.
    • For details about how to use the Java SDK, see Java SDK.
    • For details about how to use the Python SDK, see Python SDK.

The DLI SDK calls APIs using HTTPS. The certificate for using the server is provided.