odpscmd
Aliyun ODPS (Open Data Processing Service) command-line tool. Some subcommands such as `inst` have their own usage documentation.
More info →Subcommands (6)
User authorities in ODPS (Open Data Processing Service). See also: `odpscmd`.
Manage functions in ODPS (Open Data Processing Service). See also: `odpscmd`.
Manage instances in ODPS (Open Data Processing Service). See also: `odpscmd`.
Manage resources in ODPS (Open Data Processing Service). See also: `odpscmd`.
Create and modify tables in ODPS (Open Data Processing Service). See also: `odpscmd`.
Data tunnel in ODPS (Open Data Processing Service). See also: `odpscmd`.
Examples (6)
Start the command-line with a custom configuration file
odpscmd --config=odps_config.ini[Interactive] Switch current project
use project_name;[Interactive] Show tables in the current project
show tables;[Interactive] Describe a table
desc table_name;[Interactive] Show table partitions
show partitions table_name;[Interactive] Describe a partition
desc table_name partition (partition_spec);