Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1218#discussion_r16211764
  
    --- Diff: 
yarn/common/src/main/scala/org/apache/spark/scheduler/cluster/YarnClusterScheduler.scala
 ---
    @@ -24,10 +24,11 @@ import org.apache.spark.util.Utils
     import org.apache.hadoop.conf.Configuration
     
     /**
    - *
    - * This is a simple extension to ClusterScheduler - to ensure that 
appropriate initialization of ApplicationMaster, etc is done
    + * This is a simple extension to ClusterScheduler - to ensure that 
appropriate initialization of
    + * ApplicationMaster, etc is done
      */
    -private[spark] class YarnClusterScheduler(sc: SparkContext, conf: 
Configuration) extends TaskSchedulerImpl(sc) {
    +private[spark] class YarnClusterScheduler(sc: SparkContext, conf: 
Configuration)
    +  extends TaskSchedulerImpl(sc) {
    --- End diff --
    
    It doesn't fit in 100 chars.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to