2017-12-11 4 views

答えて

0

あなたは一般driver_memory、num_executorsとexecutor_memoryを指定スパークジョブを送信すると、スパークジョブの総割り当てられたメモリは式

Total Memory = memory required by the driver + the memory used by executors * number of executors 

で与えられます。

スパークを指定していない場合は、デフォルト値を入力します。 sparkのデフォルト値はconf/spark-defaults.confにあります。Check here

関連する問題