odpscmd-resource
manages MaxCompute resources
TLDR
List resources
$ odpscmd resource list
Add JAR resource$ odpscmd resource add jar [file.jar]
Add Python resource$ odpscmd resource add py [file.py]
Delete resource$ odpscmd resource drop [name]
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
odpscmd(1), odpscmd-func(1)
