LinuxCommandLibrary

odps

alibaba Cloud MaxCompute CLI

TLDR

Start interactive session

$ odps
copy
Execute SQL query
$ odps -e "[SELECT * FROM table]"
copy
Run SQL file
$ odps -f [query.sql]
copy
Specify project
$ odps --project [project_name]
copy

SYNOPSIS

odps [options]

DESCRIPTION

odps is Alibaba Cloud MaxCompute CLI. Runs SQL on big data platform.
The tool provides command-line access to MaxCompute. Processes large datasets.

PARAMETERS

-e SQL

Execute SQL statement.
-f FILE
Execute SQL file.
--project NAME
Use project.
--endpoint URL
Service endpoint.
--help
Display help information.

CAVEATS

Requires Alibaba Cloud credentials. MaxCompute billing applies.

HISTORY

odps was created for Alibaba Cloud MaxCompute data processing and analytics.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community