摘要:
在yarn的web端,可见其单容器最大可分配的内存大小和核心大小。在部署时,默认其为4096MB内存和2个虚拟核心。 在实际生产环境中,会有服务器配备的核心数量远远大于日常任务调度中实际使用到的核心数量,为了提供任务的运行效率,可以适当提高容器的最大可分配虚拟核心数量,以提高任务的运行效率。 具体操 阅读全文
posted @ 2025-03-25 15:19
Sanchez023
阅读(43)
评论(0)
推荐(0)
摘要:
两种数仓建模方式: https://zhuanlan.zhihu.com/p/362991213 Kimball维度建模详解: https://cloud.tencent.com/developer/article/1772027 数仓建模: https://zhuanlan.zhihu.com/p 阅读全文
posted @ 2025-03-25 15:17
Sanchez023
阅读(1)
评论(0)
推荐(0)
摘要:
本次四个案例包括 import asyncio import time Example 1: sample async def task_print(): print('Hello...') await asyncio.sleep(1) print('...World!') Example 2: a 阅读全文
posted @ 2025-03-25 14:16
Sanchez023
阅读(31)
评论(0)
推荐(0)