Databricks SDK for JavaScript
    Preparing search index...
    LibraryInstallStatus: {
        FAILED: "FAILED";
        INSTALLED: "INSTALLED";
        INSTALLING: "INSTALLING";
        PENDING: "PENDING";
        RESOLVING: "RESOLVING";
        RESTORED: "RESTORED";
        SKIPPED: "SKIPPED";
        UNINSTALL_ON_RESTART: "UNINSTALL_ON_RESTART";
    } = ...

    The status of a library on a specific cluster.

    Type Declaration

    • ReadonlyFAILED: "FAILED"

      Some step in installation failed. More information can be found in the messages field.

    • ReadonlyINSTALLED: "INSTALLED"

      The library has been successfully installed and can now be used.

    • ReadonlyINSTALLING: "INSTALLING"

      The library is actively being installed, either by adding resources to Spark or executing system commands inside the Spark nodes.

    • ReadonlyPENDING: "PENDING"

      No action has yet been taken to install the library. This state should be very short lived.

    • ReadonlyRESOLVING: "RESOLVING"

      Metadata necessary to install the library is being retrieved from the provided repository.

      For jar and egg libraries, this step is a no-op.

    • ReadonlyRESTORED: "RESTORED"

      Library installation is restored and can be used.

    • ReadonlySKIPPED: "SKIPPED"

      Indicates that Library Manager decided to skip installation for this library. For example, shared libraries on DBR 7+ are skipped.

    • ReadonlyUNINSTALL_ON_RESTART: "UNINSTALL_ON_RESTART"

      The library has been marked for removal. Currently, libraries can only be removed when clusters are restarted, so libraries that enter this state will remain until the cluster is restarted.