Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions,
see Getting Started with Amazon Web Services in China
(PDF).
Stopping column statistics task run
You can stop a column statistics task run for a table using Amazon Glue console, Amazon CLI or using
StopColumnStatisticsTaskRun operation.
- Console
-
To stop a column statistics task run
On Amazon Glue console, choose Tables under Data Catalog.
Select the table with the column statistics task run is in progress.
On the Table details page, choose Column statistics.
Choose Stop.
If you stop the task before the run is complete, column statistics won't be generated for the table.
- Amazon CLI
-
In the following example, replace values for DatabaseName
and TableName
with the actual database and table name.
aws glue stop-column-statistics-task-run --input-cli-json file://input.json
{
"DatabaseName": "database_name
",
"TableName": "table_name
"
}