[GitHub] incubator-toree pull request #166: [TOREE-487][TOREE-488] Remove PySpark and...

2018-10-05 Thread lresende
Github user lresende closed the pull request at: https://github.com/apache/incubator-toree/pull/166 ---

[GitHub] incubator-toree pull request #166: [TOREE-487][TOREE-488] Remove PySpark and...

2018-10-03 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/166 [TOREE-487][TOREE-488] Remove PySpark and SparkR interpreters Instead, please use a supported kernel such IPython or IRKernel Closes #166 You can merge this pull request into a

[GitHub] incubator-toree pull request #165: [TOREE-485] Properly parse updated Jupyte...

2018-09-30 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/165 [TOREE-485] Properly parse updated JupyterLab cell metadata You can merge this pull request into a Git repository by running: $ git pull https://github.com/lresende/incubator-toree

[GitHub] incubator-toree pull request #164: [TOREE-486] Raise exception when %AddJar ...

2018-09-27 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/164 [TOREE-486] Raise exception when %AddJar called with invalid jar You can merge this pull request into a Git repository by running: $ git pull https://github.com/lresende/incubator

[GitHub] incubator-toree pull request #163: [HOTFIX] Fix ScalaInterpreterSpec test fa...

2018-09-25 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/163 [HOTFIX] Fix ScalaInterpreterSpec test failures You can merge this pull request into a Git repository by running: $ git pull https://github.com/lresende/incubator-toree test-failure

[GitHub] incubator-toree pull request #157: [TOREE-480] Add support for spark-context...

2018-08-15 Thread lresende
Github user lresende closed the pull request at: https://github.com/apache/incubator-toree/pull/157 ---

[GitHub] incubator-toree pull request #160: [TOREE-482] Fix %Truncation magic

2018-08-12 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/160 [TOREE-482] Fix %Truncation magic Refactored the configuration storing the truncation magic option and wire it again with the runtime logic You can merge this pull request into a Git

[GitHub] incubator-toree pull request #161: [TOREE-483] Add %showOutput magic to disa...

2018-08-12 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/161 [TOREE-483] Add %showOutput magic to disable console output You can merge this pull request into a Git repository by running: $ git pull https://github.com/lresende/incubator-toree

[GitHub] incubator-toree pull request #159: make dependency resolution quieter

2018-08-03 Thread lresende
Github user lresende commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/159#discussion_r207671719 --- Diff: kernel-api/src/main/scala/org/apache/toree/dependencies/CoursierDependencyDownloader.scala --- @@ -148,8 +149,12 @@ class

[GitHub] incubator-toree pull request #158: [TOREE-467] Fix ShowTypes magic functiona...

2018-08-02 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/158 [TOREE-467] Fix ShowTypes magic functionality There was a regression where the actual configuration for ShowTypes and Truncation was not wired with the code that perform the output

[GitHub] incubator-toree pull request #157: [TOREE-480] Add support for spark-context...

2018-08-02 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/157 [TOREE-480] Add support for spark-context-initialization-mode none Deprecate nosparkcontext in favor of spark-context-initialization-mode none. Note that old usage of nosparkcontext is

[GitHub] incubator-toree pull request #154: [TOREE-470] Config option do control Spar...

2018-04-19 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/154 [TOREE-470] Config option do control SparkContext initialization You can merge this pull request into a Git repository by running: $ git pull https://github.com/lresende/incubator

[GitHub] incubator-toree pull request #153: [TOREE-466] Properly recognize higher ord...

2018-03-05 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/153 [TOREE-466] Properly recognize higher order functions You can merge this pull request into a Git repository by running: $ git pull https://github.com/lresende/incubator-toree higher

[GitHub] incubator-toree pull request #146: Add --exclude option to AddDeps and exclu...

2018-01-13 Thread lresende
Github user lresende commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/146#discussion_r161387042 --- Diff: kernel-api/src/main/scala/org/apache/toree/dependencies/CoursierDependencyDownloader.scala --- @@ -76,15 +76,16 @@ class

[GitHub] incubator-toree pull request #149: [TOREE-392] Update LICENSE content for bi...

2018-01-04 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/149 [TOREE-392] Update LICENSE content for binary packages Review and add missing dependencies on the extended license used for binary packages You can merge this pull request into a Git

[GitHub] incubator-toree pull request #93: Update Play JSON to version 2.5.9

2018-01-02 Thread lresende
Github user lresende closed the pull request at: https://github.com/apache/incubator-toree/pull/93 ---

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

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

[GitHub] incubator-toree pull request #141: fix kernel generation for Spark Yarn // T...

2017-09-13 Thread lresende
Github user lresende commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/141#discussion_r138676589 --- Diff: etc/pip_install/toree/toreeapp.py --- @@ -57,6 +59,12 @@ class ToreeInstall(InstallKernelSpec): spark_home = Unicode(os.getenv

[GitHub] incubator-toree pull request #141: fix kernel generation for Spark Yarn // T...

2017-09-13 Thread lresende
Github user lresende commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/141#discussion_r138677023 --- Diff: etc/pip_install/toree/toreeapp.py --- @@ -57,6 +59,12 @@ class ToreeInstall(InstallKernelSpec): spark_home = Unicode(os.getenv

[GitHub] incubator-toree pull request #140: [TOREE-437] Establish alternate interrupt...

2017-09-12 Thread lresende
Github user lresende commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/140#discussion_r138427011 --- Diff: kernel/src/main/scala/org/apache/toree/boot/layer/HookInitialization.scala --- @@ -69,8 +69,9 @@ trait StandardHookInitialization

[GitHub] incubator-toree pull request #140: [TOREE-437] Establish alternate interrupt...

2017-09-12 Thread lresende
Github user lresende commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/140#discussion_r138427625 --- Diff: kernel/src/main/scala/org/apache/toree/boot/layer/HookInitialization.scala --- @@ -89,6 +90,29 @@ trait StandardHookInitialization

[GitHub] incubator-toree pull request #137: [HOTFIX] Fix AddDeps test failures

2017-08-31 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/137 [HOTFIX] Fix AddDeps test failures You can merge this pull request into a Git repository by running: $ git pull https://github.com/lresende/incubator-toree hotfix Alternatively you

[GitHub] incubator-toree pull request #133: [TOREE-324] Upgrade jopt-simple dependenc...

2017-08-11 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/133 [TOREE-324] Upgrade jopt-simple dependency to solve NoSuchMethodError You can merge this pull request into a Git repository by running: $ git pull https://github.com/lresende

[GitHub] incubator-toree pull request #132: [TOREE-432] Update Akka to version 2.4.20

2017-08-10 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/132 [TOREE-432] Update Akka to version 2.4.20 Address akka vulnerability: CVE-2017-5643 You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-toree pull request #131: [TOREE-431] Explicit add Guava dependency...

2017-08-09 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/131 [TOREE-431] Explicit add Guava dependency to kernel module You can merge this pull request into a Git repository by running: $ git pull https://github.com/lresende/incubator-toree

[GitHub] incubator-toree pull request #129: Fix for TOREE-430

2017-08-09 Thread lresende
Github user lresende commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/129#discussion_r132261271 --- Diff: scala-interpreter/src/main/scala-2.10/org/apache/toree/kernel/interpreter/scala/ScalaInterpreterSpecific.scala --- @@ -61,6 +61,7

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

2017-08-03 Thread lresende
Github user lresende closed the pull request at: https://github.com/apache/incubator-toree/pull/128 --- 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 lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/128 [TOREE-425] Force sparkContext initialization in cluster mode Kernels running in yarn-cluster mode (when launched via spark-submit) must initialize a SparkContext in order for the

[GitHub] incubator-toree pull request #127: [TOREE-422] Enable Jupyter 5.1.0 dependen...

2017-07-02 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/127 [TOREE-422] Enable Jupyter 5.1.0 dependencies Enable Jupyter 5.1.0 dependencies to avoid issues with downgrading Jupyter Client to 4.x in distributions such as anaconda. You can

[GitHub] incubator-toree pull request #117: [TOREE-397] Avoid hardcoding the deploy m...

2017-03-22 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-toree/pull/117 [TOREE-397] Avoid hardcoding the deploy mode property By checking if a proper spark.submit.deployMode property is available in the sparkConf enables choosing the deploy mode by