Repository: spark
Updated Branches:
refs/heads/master 9ad56ad2a -> cc6e53119
[SPARK-5653][YARN] In ApplicationMaster rename isDriver to isClusterMode
in ApplicationMaster rename isDriver to isClusterMode,because in Client it uses
isClusterMode,ApplicationMaster should keep consistent with it
Repository: spark
Updated Branches:
refs/heads/branch-1.3 faccdcbc2 -> 4ff8855e8
[SPARK-5653][YARN] In ApplicationMaster rename isDriver to isClusterMode
in ApplicationMaster rename isDriver to isClusterMode,because in Client it uses
isClusterMode,ApplicationMaster should keep consistent with