tillrohrmann commented on a change in pull request #18237:
URL: https://github.com/apache/flink/pull/18237#discussion_r777413442
##########
File path: docs/layouts/shortcodes/generated/cluster_configuration.html
##########
@@ -80,5 +80,23 @@
<td>Boolean</td>
<td>Whether to convert all PIPELINE edges to BLOCKING when apply
fine-grained resource management in batch jobs.</td>
</tr>
+ <tr>
+ <td><h5>process.jobmanager.working-dir</h5></td>
+ <td style="word-wrap: break-word;">process.working-dir</td>
+ <td>String</td>
+ <td>Working directory for the JobManager process. The working
directory can be used to store information that can be used upon process
recovery. If the not configured, then it will default to <code
class="highlighter-rouge">process.working-dir</code>.</td>
+ </tr>
+ <tr>
+ <td><h5>process.taskmanager.working-dir</h5></td>
+ <td style="word-wrap: break-word;">process.working-dir</td>
+ <td>String</td>
+ <td>Working directory for the TaskManager process. The working
directory can be used to store information that can be used upon process
recovery. If the not configured, then it will default to <code
class="highlighter-rouge">process.working-dir</code>.</td>
+ </tr>
+ <tr>
+ <td><h5>process.working-dir</h5></td>
+ <td style="word-wrap: break-word;">io.tmp.dirs</td>
+ <td>String</td>
+ <td>Working directory for Flink processes. The working directory
can be used to store information that can be used upon process recovery. If the
not configured, then it will default to <code
class="highlighter-rouge">io.tmp.dirs</code>.</td>
Review comment:
Yes, will add it in the corresponding PR for this change.
--
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]