justinmclean commented on code in PR #8066: URL: https://github.com/apache/gravitino/pull/8066#discussion_r2281179464
########## docs/manage-jobs-in-gravitino.md: ########## @@ -0,0 +1,585 @@ +--- +title: "Manage jobs in Gravitino" +slug: /manage-jobs-in-gravitino +date: 2025-08-13 +keywords: job, job template, gravitino +license: "This software is licensed under the Apache License version 2." +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +## Introduction + +Starting from 1.0.0, Apache Gravitino introduces a new submodule called job system for users to +register, run, and manage jobs. This job system collaborates with the existing metadata Review Comment: Rather and make each change word by word here's an improved paragraph: Starting from 1.0.0, Apache Gravitino introduces a new submodule called the job system for users to register, run, and manage jobs. This job system integrates with the existing metadata management, enabling users to execute jobs or actions based on metadata, known as metadata-driven actions. For instance, this allows users to run jobs for tasks such as compacting Iceberg tables or cleaning old data based on TTL properties. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
