Downloads resources in a MaxCompute project to your on-premises machine. The resource type must be FILE, JAR, ARCHIVE, or PY. The TABLE type is not supported.

Syntax

get resource <resource_name> <path>;

Parameters

  • resource_name: required. The name of the resource that you want to download.
  • path: required. The path where the resource is saved on your on-premises computer.

Examples

get resource getaddr.jar D:\;

Related statements