FANNG1 commented on code in PR #8607:
URL: https://github.com/apache/gravitino/pull/8607#discussion_r2367002746


##########
docs/manage-jobs-in-gravitino.md:
##########
@@ -548,6 +545,7 @@ The following are the default configurations for the local 
job executor:
 | `gravitino.jobExecutor.local.waitingQueueSize`      | The size of the 
waiting queue for queued jobs in the local job executor   | `100`               
                   | No       | 1.0.0         |
 | `gravitino.jobExecutor.local.maxRunningJobs`        | The maximum number of 
running jobs in the local job executor              | `max(1, min(available 
cores / 2, 10))` | No       | 1.0.0         |
 | `gravitino.jobExecutor.local.jobStatusKeepTimeInMs` | The time in 
milliseconds to keep the job status in the local job executor | `3600000` (1 
hour)                     | No       | 1.0.0         |
+| `gravitino.jobExecutor.local.sparkHome`             | The home directory of 
Spark, it is required for running Spark jobs        | `None`                    
             | No       | 1.1.0         |

Review Comment:
   ok



-- 
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]

Reply via email to