odps Command Examples

Aliyun ODPS (Open Data Processing Service) command-line tool. Some subcommands such as odps inst have their own usage documentation. More information: https://www.alibabacloud.com/help/doc-detail/27971.htm.

odpscmd --config={{odps_config.ini}}

use {{project_name}};

show tables;

desc {{table_name}};

show partitions {{table_name}};

desc {{table_name}} partition ({{partition_spec}});