LinuxCommandLibrary

odps-resource

manages MaxCompute resources

TLDR

List resources

$ odps resource list
copy
Upload resource
$ odps resource add [file] -t [type]
copy
Delete resource
$ odps resource drop [name]
copy
Download resource
$ odps resource get [name] -o [output]
copy

SYNOPSIS

odps resource [command] [options]

DESCRIPTION

odps resource manages MaxCompute resources. Uploads JARs, files, and archives.
The tool handles resource operations. Part of ODPS CLI.

PARAMETERS

list

List resources.
add FILE
Upload resource.
drop NAME
Delete resource.
get NAME
Download resource.
-t TYPE
Resource type (jar, py, file).
-o OUTPUT
Output file.
--help
Display help information.

CAVEATS

Resource size limits apply. Part of Alibaba Cloud ODPS tools.

HISTORY

odps resource provides resource management for Alibaba Cloud MaxCompute.

SEE ALSO

odps(1), odps-func(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community