odps
alibaba Cloud MaxCompute CLI
TLDR
Start interactive session
$ odps
Execute SQL query$ odps -e "[SELECT * FROM table]"
Run SQL file$ odps -f [query.sql]
Specify project$ odps --project [project_name]
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
odpscmd(1), odps-tunnel(1)
