You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by ch...@apache.org on 2016/09/23 00:26:50 UTC

incubator-toree git commit: The default spark application name for Toree is still IBM Spark Kernel.

Repository: incubator-toree
Updated Branches:
  refs/heads/0.1.x b811f1025 -> c79bf6d03


The default spark application name for Toree is still IBM Spark Kernel.

Lets fix that.


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/c79bf6d0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/c79bf6d0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/c79bf6d0

Branch: refs/heads/0.1.x
Commit: c79bf6d037775609e76d309f1f30bbb9608af274
Parents: b811f10
Author: Marius van Niekerk <ma...@maxpoint.com>
Authored: Thu Sep 22 19:29:02 2016 -0400
Committer: Marius van Niekerk <ma...@maxpoint.com>
Committed: Thu Sep 22 19:36:15 2016 -0400

----------------------------------------------------------------------
 .../org/apache/toree/kernel/protocol/v5/SparkKernelInfo.scala      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c79bf6d0/protocol/src/main/scala/org/apache/toree/kernel/protocol/v5/SparkKernelInfo.scala
----------------------------------------------------------------------
diff --git a/protocol/src/main/scala/org/apache/toree/kernel/protocol/v5/SparkKernelInfo.scala b/protocol/src/main/scala/org/apache/toree/kernel/protocol/v5/SparkKernelInfo.scala
index f13857f..622d5ed 100644
--- a/protocol/src/main/scala/org/apache/toree/kernel/protocol/v5/SparkKernelInfo.scala
+++ b/protocol/src/main/scala/org/apache/toree/kernel/protocol/v5/SparkKernelInfo.scala
@@ -43,7 +43,7 @@ object SparkKernelInfo {
   /**
    * Represents the displayed name of the kernel.
    */
-  val banner                  = "IBM Spark Kernel"
+  val banner                  = "Apache Toree"
 
   /**
    * Represents the name of the user who started the kernel process.