Home
last modified time | relevance | path

Searched refs:dynamicAllocation (Results 1 – 9 of 9) sorted by relevance

/dports/biology/gatk/gatk-4.2.0.0/scripts/spark_eval/
H A Dutils.sh36 --conf spark.dynamicAllocation.enabled=false \
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/website/source/guides/analytical-workloads/spark/
H A Ddynamic.html.md13 `spark.dynamicAllocation` to `true` enables Spark to add and remove executors
/dports/devel/spark/spark-2.1.1/docs/
H A Djob-scheduling.md73 `spark.dynamicAllocation.enabled` to `true`. Second, you must set up an *external shuffle service*
88 All other relevant configurations are optional and under the `spark.dynamicAllocation.*` and
108 tasks for `spark.dynamicAllocation.schedulerBacklogTimeout` seconds, and then triggered again
109 every `spark.dynamicAllocation.sustainedSchedulerBacklogTimeout` seconds thereafter if the queue
123 it has been idle for more than `spark.dynamicAllocation.executorIdleTimeout` seconds. Note that,
152 `spark.dynamicAllocation.cachedExecutorIdleTimeout`. In future releases, the cached data may be
H A Dconfiguration.md1428 <td><code>spark.dynamicAllocation.enabled</code></td>
1438 <code>spark.dynamicAllocation.minExecutors</code>,
1439 <code>spark.dynamicAllocation.maxExecutors</code>, and
1440 <code>spark.dynamicAllocation.initialExecutors</code>
1444 <td><code>spark.dynamicAllocation.executorIdleTimeout</code></td>
1453 <td><code>spark.dynamicAllocation.cachedExecutorIdleTimeout</code></td>
1462 <td><code>spark.dynamicAllocation.initialExecutors</code></td>
1463 <td><code>spark.dynamicAllocation.minExecutors</code></td>
1472 <td><code>spark.dynamicAllocation.maxExecutors</code></td>
1479 <td><code>spark.dynamicAllocation.minExecutors</code></td>
[all …]
H A Drunning-on-yarn.md218 …The number of executors for static allocation. With <code>spark.dynamicAllocation.enabled</code>, …
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Darray.h110 PBoolean dynamicAllocation ///< Buffer is copied and dynamically allocated.
/dports/net/h323plus/h323plus-1_27_2/include/
H A Drtp.h82 RTP_DataFrame(PINDEX payloadSize = 2048, PBoolean dynamicAllocation = TRUE);
/dports/net/h323plus/h323plus-1_27_2/src/
H A Drtp.cxx74 RTP_DataFrame::RTP_DataFrame(PINDEX sz, PBoolean dynamicAllocation) in RTP_DataFrame() argument
78 allocatedDynamically = dynamicAllocation; in RTP_DataFrame()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dcontain.cxx194 PBoolean dynamicAllocation) in PAbstractArray() argument
200 allocatedDynamically = dynamicAllocation; in PAbstractArray()
204 else if (dynamicAllocation) { in PAbstractArray()