beliefer commented on code in PR #26277:
URL: https://github.com/apache/flink/pull/26277#discussion_r1987132404


##########
docs/layouts/shortcodes/generated/core_configuration.html:
##########
@@ -74,7 +74,7 @@
             <td><h5>parallelism.default</h5></td>
             <td style="word-wrap: break-word;">1</td>
             <td>Integer</td>
-            <td>Default parallelism for jobs.</td>
+            <td>Default parallelism for jobs. There are two special case. The 
first case is when creating a StreamExecutioneEnvironment, if the value of 
parallelism.default is not explicitly specified, the number of processors 
available to the Java virtual machine will be used as the default parallelism. 
The second case is when creating mini cluster, the number of slots will be used 
as the default parallelism</td>

Review Comment:
   It's the total number of slots in mini cluster.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to