Files
tldr/pages.zh/common/odps-resource.md

29 lines
519 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# odps 资源
> 管理 ODPS开放数据处理服务中的资源。
> 另见 `odps`。
> 更多信息:<https://www.alibabacloud.com/help/doc-detail/27971.htm>。
- 显示当前项目中的资源:
`list resources;`
- 添加文件资源:
`add file {{filename}} as {{alias}};`
- 添加归档资源:
`add archive {{archive.tar.gz}} as {{alias}};`
- 添加 .jar 资源:
`add jar {{package.jar}};`
- 添加 .py 资源:
`add py {{script.py}};`
- 删除资源:
`drop resource {{resource_name}};`