[GitHub] incubator-toree pull request #116: [TOREE-395] disable cell result output

2017-03-21 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/116#discussion_r107310980 --- Diff: scala-interpreter/src/main/scala/org/apache/toree/kernel/interpreter/scala/ScalaInterpreter.scala --- @@ -48,7 +48,7 @@ class

[GitHub] incubator-toree pull request #116: [TOREE-395] disable cell result output fr...

2017-03-22 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/116#discussion_r107525449 --- Diff: scala-interpreter/src/main/scala/org/apache/toree/kernel/interpreter/scala/ScalaInterpreter.scala --- @@ -48,7 +48,7 @@ class

[GitHub] incubator-toree pull request #120: TOREE-412: Update AddDeps magic

2017-06-10 Thread rdblue
GitHub user rdblue opened a pull request: https://github.com/apache/incubator-toree/pull/120 TOREE-412: Update AddDeps magic * Removes non-Jar files (POM files) from downloaded artifacts before adding dependencies to the kernel * Updates to Coursier 1.0.0-M15-7 * Uses

[GitHub] incubator-toree pull request #121: TOREE-413: Add exit commands and kernel i...

2017-06-10 Thread rdblue
GitHub user rdblue opened a pull request: https://github.com/apache/incubator-toree/pull/121 TOREE-413: Add exit commands and kernel idle timeout. This adds support for "exit", "quit", and ":q" to exit Toree. It also adds a session idle timeout that

[GitHub] incubator-toree pull request #122: TOREE-414: Use ThreadFactoryBuilder to se...

2017-06-10 Thread rdblue
GitHub user rdblue opened a pull request: https://github.com/apache/incubator-toree/pull/122 TOREE-414: Use ThreadFactoryBuilder to set name and daemon status. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rdblue/incubator

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-10 Thread rdblue
Github user rdblue closed the pull request at: https://github.com/apache/incubator-toree/pull/104 --- 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

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-10 Thread rdblue
GitHub user rdblue reopened a pull request: https://github.com/apache/incubator-toree/pull/104 TOREE-380: Allow interpreters to format output. This branch has the changes that I made to our Toree distribution to allow interpreters to format output. The goal is to enable better

[GitHub] incubator-toree pull request #123: TOREE-415: Cancel Spark jobs when interru...

2017-06-10 Thread rdblue
GitHub user rdblue opened a pull request: https://github.com/apache/incubator-toree/pull/123 TOREE-415: Cancel Spark jobs when interrupted. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rdblue/incubator-toree TOREE-415

[GitHub] incubator-toree pull request #124: TOREE-407: Add support for hdfs and s3 to...

2017-06-10 Thread rdblue
GitHub user rdblue opened a pull request: https://github.com/apache/incubator-toree/pull/124 TOREE-407: Add support for hdfs and s3 to AddJar. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rdblue/incubator-toree TOREE-407-add

[GitHub] incubator-toree pull request #125: TOREE-408: Add support for hdfs and s3 to...

2017-06-10 Thread rdblue
GitHub user rdblue opened a pull request: https://github.com/apache/incubator-toree/pull/125 TOREE-408: Add support for hdfs and s3 to AddJar. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rdblue/incubator-toree TOREE-408-add

[GitHub] incubator-toree pull request #124: TOREE-407: Add support for hdfs and s3 to...

2017-06-10 Thread rdblue
Github user rdblue closed the pull request at: https://github.com/apache/incubator-toree/pull/124 --- 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

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121755733 --- Diff: kernel/src/test/scala/org/apache/toree/kernel/protocol/v5/stream/KernelInputStreamSpec.scala --- @@ -65,6 +65,9 @@ class

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121756270 --- Diff: kernel/src/test/scala/org/apache/toree/kernel/protocol/v5/relay/ExecuteRequestRelaySpec.scala --- @@ -88,7 +89,7 @@ class

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121757204 --- Diff: scala-interpreter/build.sbt --- @@ -18,3 +18,4 @@ import sbt.Tests.{Group, SubProcess} */ libraryDependencies

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121757522 --- Diff: scala-interpreter/src/main/scala/org/apache/toree/kernel/interpreter/scala/ScalaDisplayers.scala --- @@ -0,0 +1,207

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121757635 --- Diff: scala-interpreter/src/main/scala/org/apache/toree/kernel/interpreter/scala/ScalaInterpreter.scala --- @@ -18,30 +18,34 @@ package

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121765086 --- Diff: scala-interpreter/src/main/scala/org/apache/toree/kernel/interpreter/scala/ScalaDisplayers.scala --- @@ -0,0 +1,207

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121765250 --- Diff: scala-interpreter/build.sbt --- @@ -18,3 +18,4 @@ import sbt.Tests.{Group, SubProcess} */ libraryDependencies

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-14 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r122046211 --- Diff: kernel-api/src/main/scala/org/apache/toree/interpreter/broker/BrokerTransformer.scala --- @@ -43,7 +43,7 @@ class BrokerTransformer

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-14 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r122047867 --- Diff: kernel/src/test/scala/org/apache/toree/kernel/protocol/v5/stream/KernelInputStreamSpec.scala --- @@ -65,6 +65,9 @@ class

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-14 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r122048356 --- Diff: kernel/src/test/scala/org/apache/toree/kernel/protocol/v5/relay/ExecuteRequestRelaySpec.scala --- @@ -88,7 +89,7 @@ class

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-14 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r122049346 --- Diff: kernel-api/src/main/scala/org/apache/toree/interpreter/broker/BrokerTransformer.scala --- @@ -43,7 +43,7 @@ class BrokerTransformer

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-15 Thread rdblue
Github user rdblue closed the pull request at: https://github.com/apache/incubator-toree/pull/104 --- 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

[GitHub] incubator-toree pull request #123: TOREE-415: Cancel Spark jobs when interru...

2017-06-19 Thread rdblue
GitHub user rdblue reopened a pull request: https://github.com/apache/incubator-toree/pull/123 TOREE-415: Cancel Spark jobs when interrupted. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rdblue/incubator-toree TOREE-415

[GitHub] incubator-toree pull request #123: TOREE-415: Cancel Spark jobs when interru...

2017-06-19 Thread rdblue
Github user rdblue closed the pull request at: https://github.com/apache/incubator-toree/pull/123 --- 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

[GitHub] incubator-toree pull request #128: [TOREE-425] Force sparkContext initializa...

2017-07-17 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/128#discussion_r127858771 --- Diff: kernel/src/main/scala/org/apache/toree/kernel/api/Kernel.scala --- @@ -20,8 +20,11 @@ package org.apache.toree.kernel.api import

[GitHub] incubator-toree pull request #128: [TOREE-425] Force sparkContext initializa...

2017-07-17 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/128#discussion_r127858615 --- Diff: kernel/src/main/scala/org/apache/toree/kernel/api/Kernel.scala --- @@ -414,13 +417,15 @@ class Kernel ( Await.result

[GitHub] incubator-toree pull request #128: [TOREE-425] Force sparkContext initializa...

2017-07-17 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/128#discussion_r127859204 --- Diff: kernel/src/main/scala/org/apache/toree/boot/layer/ComponentInitialization.scala --- @@ -82,6 +84,8 @@ trait

[GitHub] incubator-toree pull request #128: [TOREE-425] Force sparkContext initializa...

2017-07-17 Thread rdblue
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

[GitHub] incubator-toree pull request #144: TOREE-454: Add RAT script.

2017-11-06 Thread rdblue
GitHub user rdblue opened a pull request: https://github.com/apache/incubator-toree/pull/144 TOREE-454: Add RAT script. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rdblue/incubator-toree TOREE-454-add-rat-script

[GitHub] incubator-toree pull request #144: TOREE-454: Add RAT script.

2017-11-06 Thread rdblue
Github user rdblue closed the pull request at: https://github.com/apache/incubator-toree/pull/144 ---

[GitHub] incubator-toree pull request #147: Support for --spark-context-initializatio...

2017-11-20 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/147#discussion_r152119045 --- Diff: kernel/src/main/scala/org/apache/toree/kernel/api/Kernel.scala --- @@ -403,15 +403,17 @@ class Kernel ( case Some(master) if

[GitHub] incubator-toree pull request #147: Support for --spark-context-initializatio...

2017-11-20 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/147#discussion_r152119598 --- Diff: kernel/src/main/scala/org/apache/toree/boot/CommandLineOptions.scala --- @@ -193,6 +199,19 @@ class CommandLineOptions(args: Seq[String

[GitHub] incubator-toree pull request #147: Support for --spark-context-initializatio...

2017-11-20 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/147#discussion_r152119869 --- Diff: kernel/src/main/scala/org/apache/toree/boot/CommandLineOptions.scala --- @@ -100,6 +98,13 @@ class CommandLineOptions(args: Seq[String

[GitHub] incubator-toree pull request #147: Support for --spark-context-initializatio...

2017-11-20 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/147#discussion_r152120418 --- Diff: kernel/src/main/scala/org/apache/toree/kernel/api/Kernel.scala --- @@ -403,15 +403,17 @@ class Kernel ( case Some(master) if