【发布时间】:2020-02-06 16:19:04
【问题描述】:
能否请您帮助我了解有关 spark UI 内存的指标:已使用 10 MB(总计 552.6 GB)
PartitionNumber.nbExecutors = conf.getInt("spark.executor.instances", 20)
PartitionNumber.nbPartitions = PartitionNumber.nbExecutors * conf.getInt("spark.executor.cores", 2) * 3
conf.set("spark.sql.shuffle.partitions", PartitionNumber.nbPartitions.toString())
使用的内存是 10Mb,可用内存是 552Gb 是否正确?
如果您能提供任何帮助或建议,我们将不胜感激
谢谢
【问题讨论】:
标签: scala apache-spark apache-spark-sql spark-streaming