jerryshao commented on code in PR #8607:
URL: https://github.com/apache/gravitino/pull/8607#discussion_r2366873602
##########
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:
It is a system-level configuration; users don't need to configure it at each
time. Also, it is hard for Gravitino to figure out a default value. What I can
think of is to read the `SPARK_HOME` environment variable if this is not
configured, WDYT?
--
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]