简体   繁体   English

我如何知道我的 Foundry 工作是否使用 static 与动态分配?

[英]How do I know if my Foundry job is using static vs. dynamic allocation?

I heard someone mention that jobs can run in static allocation or something called dynamic allocation.我听说有人提到作业可以在 static 分配或所谓的动态分配中运行。 How do I know which one my job is using?我怎么知道我的工作正在使用哪一个?

If you follow the guidance here to find the Environment tab, you'll notice a row that indicates dynamicAllocationEnabled .如果您按照此处的指南查找Environment选项卡,您会注意到一行指示dynamicAllocationEnabled If it's true , you're using dynamic allocation.如果它是true ,那么您正在使用动态分配。 If false , you are using static allocation.如果为false ,则您正在使用 static 分配。

You can read about the benefits and drawbacks of each here您可以在此处阅读每种方法的优缺点

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我如何知道我的 Foundry 工作是否使用增量计算? - How do I know if my Foundry job is using incremental computation? 我如何知道我的 Foundry Job 正在使用 AQE? - How do I know my Foundry Job is using AQE? 我什么时候更愿意在 static 分配与动态分配中运行作业? - When would I prefer to run a job in static allocation vs. dynamic allocation? 我的 Foundry 工作使用了多少个执行器? - How many executors is my Foundry job using? 如何减少我的代工厂数据集中的文件数量? - How do I reduce the number of files in my foundry dataset? 如何更快地计算我的 Foundry“最新版本”数据集? - How do I compute my Foundry 'latest version' dataset faster? 如何使用 Palantir Foundry 在 Pyspark 中编写 case 语句 - How do I write case statements in Pyspark using Palantir Foundry 如何在我的 Foundry 代码库中强制执行最低测试覆盖率百分比? - How do I enforce a minimum test coverage percentage in my Foundry Code Repositories? 如何将数据集转换为 repo 中的字典。 我在铸造厂内使用 pyspark - How do I transform the data set into a dictionary inside the repo. I am using pyspark within foundry 如何降低 Foundry 转换中的计算成本和浪费? - How can I reduce compute costs and waste in my Foundry transforms?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM