LinuxCommandLibrary

odpscmd-resource

manages MaxCompute resources

TLDR

List resources

$ odpscmd resource list
copy
Add JAR resource
$ odpscmd resource add jar [file.jar]
copy
Add Python resource
$ odpscmd resource add py [file.py]
copy
Delete resource
$ odpscmd resource drop [name]
copy

SYNOPSIS

odpscmd resource [command] [options]

DESCRIPTION

odpscmd resource manages MaxCompute resources. Uploads JARs and files.
The tool handles resource operations. Part of odpscmd suite.

PARAMETERS

list

List resources.
add TYPE FILE
Add resource (jar, py, file, archive).
drop NAME
Delete resource.
desc NAME
Describe resource.
--help
Display help information.

CAVEATS

Legacy tool. Resource size limits apply.

HISTORY

odpscmd resource provides resource management for MaxCompute Console.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community