-
- Downloads
[SPARK-4096][YARN]let ApplicationMaster accept executor memory argument in...
[SPARK-4096][YARN]let ApplicationMaster accept executor memory argument in same format as JVM memory strings Here `ApplicationMaster` accept executor memory argument only in number format, we should let it accept JVM style memory strings as well. Author: WangTaoTheTonic <barneystinson@aliyun.com> Closes #2955 from WangTaoTheTonic/modifyDesc and squashes the following commits: ab98c70 [WangTaoTheTonic] append parameter passed in 3779767 [WangTaoTheTonic] Update executor memory description in the help message
Showing
- yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMasterArguments.scala 2 additions, 2 deletions...apache/spark/deploy/yarn/ApplicationMasterArguments.scala
- yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala 1 addition, 1 deletion.../main/scala/org/apache/spark/deploy/yarn/ClientBase.scala
Loading
Please register or sign in to comment