LinuxCommandLibrary

odpscmd-func

manages user-defined functions

TLDR

List functions

$ odpscmd func list
copy
Create function
$ odpscmd func create [name] --class [classname] --resource [res]
copy
Drop function
$ odpscmd func drop [name]
copy
Describe function
$ odpscmd func desc [name]
copy

SYNOPSIS

odpscmd func [command] [options]

DESCRIPTION

odpscmd func manages user-defined functions. Creates and manages UDFs.
The tool handles MaxCompute functions. Part of odpscmd suite.

PARAMETERS

list

List all functions.
create NAME
Create function.
drop NAME
Delete function.
desc NAME
Show function details.
--class NAME
Java class name.
--resource RES
Resource dependency.
--help
Display help information.

CAVEATS

Legacy tool. Requires appropriate permissions.

HISTORY

odpscmd func provides UDF management for MaxCompute Console.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community