[jira] [Commented] (TOREE-386) toree spark kernel --name parameter to spark-submit is not applied

2017-02-16 Thread Sachin Aggarwal (JIRA)
[ https://issues.apache.org/jira/browse/TOREE-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15869472#comment-15869472 ] Sachin Aggarwal commented on TOREE-386: --- Hi [~Lull3rSkat3r] do mean to say set spark.

[jira] [Commented] (TOREE-386) toree spark kernel --name parameter to spark-submit is not applied

2017-02-16 Thread Sachin Aggarwal (JIRA)
[ https://issues.apache.org/jira/browse/TOREE-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15869602#comment-15869602 ] Sachin Aggarwal commented on TOREE-386: --- I have created a Jira in spark also https:/

[jira] [Updated] (TOREE-386) toree spark kernel --name/--conf spark.app.name=test parameter to spark_opts is not applied

2017-02-16 Thread Sachin Aggarwal (JIRA)
[ https://issues.apache.org/jira/browse/TOREE-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sachin Aggarwal updated TOREE-386: -- Summary: toree spark kernel --name/--conf spark.app.name=test parameter to spark_opts is not appl

[jira] [Updated] (TOREE-386) toree spark kernel `--name test` or `--conf spark.app.name=test` parameter to spark_opts is not applied

2017-02-16 Thread Sachin Aggarwal (JIRA)
[ https://issues.apache.org/jira/browse/TOREE-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sachin Aggarwal updated TOREE-386: -- Summary: toree spark kernel `--name test` or `--conf spark.app.name=test` parameter to spark_opts

[jira] [Updated] (TOREE-386) toree spark kernel ````--name test``` or ````--conf spark.app.name=test``` parameter to spark_opts is not applied

2017-02-16 Thread Sachin Aggarwal (JIRA)
[ https://issues.apache.org/jira/browse/TOREE-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sachin Aggarwal updated TOREE-386: -- Summary: toree spark kernel --name test``` or --conf spark.app.name=test``` parameter to

[jira] [Updated] (TOREE-386) spark kernel `--name test` or `--conf spark.app.name=test` parameter to spark_opts is not applied

2017-02-16 Thread Sachin Aggarwal (JIRA)
[ https://issues.apache.org/jira/browse/TOREE-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sachin Aggarwal updated TOREE-386: -- Summary: spark kernel `--name test` or `--conf spark.app.name=test` parameter to spark_opts is no

[jira] [Commented] (TOREE-386) spark kernel `--name test` or `--conf spark.app.name=test` parameter to spark_opts is not applied

2017-02-16 Thread Corey A Stubbs (JIRA)
[ https://issues.apache.org/jira/browse/TOREE-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15869901#comment-15869901 ] Corey A Stubbs commented on TOREE-386: -- [~sachin aggarwal], sorry for the confusion. I

Re: Toree for 1.6.x is broken

2017-02-16 Thread Corey Stubbs
I was able to run from the pip package just fine. On Wed, Feb 15, 2017 at 4:50 PM Chip Senkbeil wrote: > By master, I mean the 0.1.x branch. Was trying to get the next vote > started. > > On Wed, Feb 15, 2017, 4:44 PM Chip Senkbeil > wrote: > > > Just built master, got all of the artifacts read

Re: Toree for 1.6.x is broken

2017-02-16 Thread Gino Bustelo
I tried your pip package at https://dist.apache.org/repos/dist/dev/incubator/toree/0.1.0/rc5/toree-pip/ using the `make test-release` target and it worked fine. I ran the magics test notebook and everything worked except there is an issue when calling the %SparkR magic. It ends up in an infinite lo

Re: Toree for 1.6.x is broken

2017-02-16 Thread Chip Senkbeil
Turns out I needed to set my hostname on my machine to localhost. Doing so fixed that error. As for the SparkR error, I'll take a look. On Thu, Feb 16, 2017 at 9:07 AM Gino Bustelo wrote: > I tried your pip package at > https://dist.apache.org/repos/dist/dev/incubator/toree/0.1.0/rc5/toree-pip/

Re: Toree for 1.6.x is broken

2017-02-16 Thread Marius van Niekerk
The sparkR error might be something i did wrong when backporting the spark 2.0 R things On Thu, 16 Feb 2017 at 10:18 Chip Senkbeil wrote: > Turns out I needed to set my hostname on my machine to localhost. Doing so > fixed that error. > > As for the SparkR error, I'll take a look. > > On Thu, Fe

Re: Toree for 1.6.x is broken

2017-02-16 Thread Chip Senkbeil
Looks like there was a missing SparkR::: for connExists. Maybe it became public in 2.0, but it was hidden in 1.6. Testing now before starting vote for RC6. On Thu, Feb 16, 2017 at 10:54 AM Marius van Niekerk < marius.v.niek...@gmail.com> wrote: > The sparkR error might be something i did wrong w

[VOTE] Apache Toree 0.1.0 RC6

2017-02-16 Thread Chip Senkbeil
Please vote to approve the release of the following candidate as Apache Toree version 0.1.0. Pay special attention to the LICENSE and NOTICE files since this is our first release. ## Information and Artifacts The tag to be voted on is v0.1.0-rc6 (51fa49cb5898e0c5b7824f986382436b969cabc7), located

Re: [VOTE] Apache Toree 0.1.0 RC6

2017-02-16 Thread Chip Senkbeil
I'll go ahead and give a +1 since I've done a bit of testing using Scala/SparkR to get this back up to speed. Also resolved the remaining issues we had from the incubator general vote. We're still bundling additional license information in the binary release, but the source release no longer has t

Re: Toree for 1.6.x is broken

2017-02-16 Thread Marius van Niekerk
Cool On Thu, Feb 16, 2017, 12:00 Chip Senkbeil wrote: > Looks like there was a missing SparkR::: for connExists. Maybe it became > public in 2.0, but it was hidden in 1.6. Testing now before starting vote > for RC6. > > On Thu, Feb 16, 2017 at 10:54 AM Marius van Niekerk < > marius.v.niek...@gm

Re: [VOTE] Apache Toree 0.1.0 RC6

2017-02-16 Thread Marius van Niekerk
+1 Going to +1 this since I assisted with getting rid of some of the bundled pieces that were blocking for RC5. On Thu, Feb 16, 2017, 12:14 Chip Senkbeil wrote: I'll go ahead and give a +1 since I've done a bit of testing using Scala/SparkR to get this back up to speed. Also resolved the remai

Interpreter outputs

2017-02-16 Thread Ryan Blue
Hi everyone, I've been putting together a proof-of-concept Toree deployment for our Spark users to test out. One of the things I needed to change was how interpreter outputs are displayed, allowing interpreters to show HTML or other representations of output objects. For anyone else interested, I'

Re: Interpreter outputs

2017-02-16 Thread Chip Senkbeil
I'll take a look at them soon and give you some feedback. Was preparing the next vote for the 0.1.0 release, which is why I've been a bit distracted. On Thu, Feb 16, 2017 at 12:05 PM Ryan Blue wrote: > Hi everyone, > > I've been putting together a proof-of-concept Toree deployment for our > Spar

[jira] [Resolved] (TOREE-382) Revamp the sbt build and consolidate dependencies

2017-02-16 Thread Jakob Odersky (JIRA)
[ https://issues.apache.org/jira/browse/TOREE-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Odersky resolved TOREE-382. - Resolution: Fixed > Revamp the sbt build and consolidate dependencies > ---

[jira] [Created] (TOREE-388) Add optional gradle build script

2017-02-16 Thread Ryan Blue (JIRA)
Ryan Blue created TOREE-388: --- Summary: Add optional gradle build script Key: TOREE-388 URL: https://issues.apache.org/jira/browse/TOREE-388 Project: TOREE Issue Type: New Feature Report

Supported Scala versions

2017-02-16 Thread Jakob Odersky
Hi everyone, during a recent discussion with Marius https://github.com/apache/incubator-toree/pull/93, I found out that Toree does not support being built with Scala 2.10 anymore. I am all in favor of dropping the EOL scala version, however considering that there are still various references to t

Re: Supported Scala versions

2017-02-16 Thread Chip Senkbeil
The 0.2.x branch (currently master) is for Scala 2.11 and Spark 2.x. The 0.1.x branch is for Scala 2.10 and Spark 1.x. On Thu, Feb 16, 2017 at 2:41 PM Jakob Odersky wrote: > Hi everyone, > > during a recent discussion with Marius > https://github.com/apache/incubator-toree/pull/93, I found out