Spark on Mesos Memory Limit -
recently setting spark on mesos cluster. biggest problem have encountered how limit resource offered 1 single task.
while can limit total number of cpu cores used spark task spark.cores.max, there no spark.memory.max memory.
while have tasks setting large spark.executor.memory e.g. 64 gb, rather low spark.executor.cores, result, memory got eaten task , no other tasks launched in cluster.
i want ask if there way limit memory offered spark tasks.
Comments
Post a Comment