Aliyun ODPS (Open Data Processing Service) command line tool.
odpscmd --config={{odps_config.ini}}
use {{project_name}};
show tables;
desc {{table_name}};
show partitions {{table_name}};
desc {{table_name}} partition ({{partition_spec}});