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

    https://github.com/apache/incubator-toree/pull/128#discussion_r127858852
  
    --- Diff: 
kernel/src/main/scala/org/apache/toree/boot/layer/ComponentInitialization.scala 
---
    @@ -94,6 +98,18 @@ trait StandardComponentInitialization extends 
ComponentInitialization {
     
       }
     
    +  def initializeSparkContext(config:Config, kernel:Kernel) = {
    +    // TOREE:425 Spark cluster mode requires a context to be initialized 
before
    +    // it register the application as Running
    +    if ( SparkUtils.isSparkClusterMode(kernel.sparkConf) ) {
    --- End diff --
    
    Nit: Are the spaces needed? I think this is non-standard for Scala or Java 
projects.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to