Linux command
odpscmd-func 命令
网络
需要网络或远程资源。
常用示例
List functions
odpscmd func list
Create function
odpscmd func create [name] --class [classname] --resource [res]
Drop function
odpscmd func drop [name]
Describe function
odpscmd func desc [name]
说明
odpscmd func manages user-defined functions. Creates and manages UDFs. The tool handles MaxCompute functions. Part of odpscmd suite.
参数
- 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.
FAQ
What is the odpscmd-func command used for?
odpscmd func manages user-defined functions. Creates and manages UDFs. The tool handles MaxCompute functions. Part of odpscmd suite.
How do I run a basic odpscmd-func example?
Run `odpscmd func list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does list do in odpscmd-func?
List all functions.