odps
Aliyun ODPS (Open Data Processing Service) command-line tool.
Some subcommands such as `odps inst` have their own usage documentation.
- Start the command-line with a custom configuration file:
odpscmd --config={odps_config.ini}
use {project_name};
- Show tables in the current project:
show tables;
desc {table_name};
show partitions {table_name};
desc {table_name} partition ({partition_spec});
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).