
odps
List of commands for odps:
-
odps:tldr:38729 odps: Describe a table.$ desc ${table_name};try on your machineexplain this command
-
odps:tldr:65be3 odps: Start the command-line with a custom configuration file.$ odpscmd --config=${odps_config-ini}try on your machineexplain this command
-
odps:tldr:6dd9a odps: Show table partitions.$ show partitions ${table_name};try on your machineexplain this command
-
odps:tldr:6e389 odps: Describe a partition.$ desc ${table_name} partition (${partition_spec});try on your machineexplain this command
-
odps:tldr:919e1 odps: Switch current project.$ use ${project_name};try on your machineexplain this command
-
odps:tldr:f9de0 odps: Show tables in the current project.$ show tables;try on your machineexplain this command