You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by ma...@apache.org on 2016/11/07 14:29:38 UTC

[15/15] incubator-toree git commit: [TOREE-352] Merge github PR #78

[TOREE-352] Merge github PR #78

This pull request adds support for the `kernel_info_request` message.


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

Branch: refs/heads/master
Commit: 953cbc046ef9f71cc879c1d3bf99498d393c9a9c
Parents: 1ed5821 15327b5
Author: Marius van Niekerk <ma...@gmail.com>
Authored: Mon Nov 7 09:22:14 2016 -0500
Committer: Marius van Niekerk <ma...@gmail.com>
Committed: Mon Nov 7 09:22:14 2016 -0500

----------------------------------------------------------------------
 Dockerfile.system-test                          | 50 ++++++++++++++++++++
 Makefile                                        | 27 +----------
 .../apache/toree/interpreter/Interpreter.scala  | 12 +++++
 .../toree/interpreter/broker/BrokerState.scala  | 10 ++--
 .../org/apache/toree/boot/KernelBootstrap.scala |  2 +-
 .../boot/layer/HandlerInitialization.scala      | 15 ++++--
 .../v5/handler/KernelInfoRequestHandler.scala   |  6 +--
 .../handler/KernelInfoRequestHandlerSpec.scala  |  4 +-
 .../scala/test/utils/DummyInterpreter.scala     |  5 +-
 .../toree/kernel/protocol/v5/LanguageInfo.scala | 25 ++++++++++
 .../kernel/protocol/v5/SparkKernelInfo.scala    |  4 +-
 .../protocol/v5/content/KernelInfoReply.scala   |  7 ++-
 .../v5/content/KernelInfoReplySpec.scala        |  6 +--
 .../main/resources/PySpark/pyspark_runner.py    | 13 ++++-
 .../pyspark/PySparkInterpreter.scala            | 36 +++++++++++---
 .../interpreter/scala/ScalaInterpreter.scala    |  9 +++-
 .../interpreter/sparkr/SparkRInterpreter.scala  | 16 +++++++
 .../interpreter/sparkr/SparkRProcess.scala      |  4 +-
 .../interpreter/sparkr/SparkRService.scala      |  3 ++
 .../kernel/interpreter/sql/SqlInterpreter.scala |  6 ++-
 test_toree.py                                   |  4 +-
 21 files changed, 203 insertions(+), 61 deletions(-)
----------------------------------------------------------------------