
odps-resource
List of commands for odps-resource:
-
odps-resource:tldr:2c59b odps-resource: Add archive resource.$ add archive ${archive-tar-gz} as ${alias};try on your machineexplain this command
-
odps-resource:tldr:35e29 odps-resource: Add file resource.$ add file ${filename} as ${alias};try on your machineexplain this command
-
odps-resource:tldr:c6f4b odps-resource: Show resources in the current project.$ list resources;try on your machineexplain this command
-
odps-resource:tldr:e8464 odps-resource: Add .jar resource.$ add jar ${package-jar};try on your machineexplain this command
-
odps-resource:tldr:f9a64 odps-resource: Delete resource.$ drop resource ${resource_name};try on your machineexplain this command
-
odps-resource:tldr:ffd81 odps-resource: Add .py resource.$ add py ${script-py};try on your machineexplain this command