LinuxCommandLibrary

odps-func

manages MaxCompute user-defined functions

TLDR

List functions

$ odps func list
copy
Create function
$ odps func create [name] -c [class] -r [resource]
copy
Delete function
$ odps func drop [name]
copy
Show function info
$ odps func desc [name]
copy

SYNOPSIS

odps func [command] [options]

DESCRIPTION

odps func manages MaxCompute user-defined functions. Creates and lists UDFs.
The tool handles function lifecycle. Part of ODPS CLI.

PARAMETERS

list

List user functions.
create NAME
Create new function.
drop NAME
Delete function.
desc NAME
Describe function.
-c CLASS
Function class name.
-r RESOURCE
Resource reference.
--help
Display help information.

CAVEATS

Requires project permissions. Part of Alibaba Cloud ODPS tools.

HISTORY

odps func provides UDF management for Alibaba Cloud MaxCompute.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community