[jira] [Commented] (TOREE-276) SparkR Interpreter Hangs When Executing

2016-03-19 Thread Corey A Stubbs (JIRA)
[ https://issues.apache.org/jira/browse/TOREE-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15201537#comment-15201537 ] Corey A Stubbs commented on TOREE-276: -- This appears to be related to the environment

Re: toree on windows

2016-03-19 Thread Gino Bustelo
Our run script is bash. We will need a version for Windows. That would be a great contribution. Gino B. > On Mar 16, 2016, at 6:05 AM, Mercia Silva wrote: > > Hi, > > I'm trying to get spark working on jupyter notebook, I'm using Windows 7, > anaconda2 2.5.0 > > I have installed toree via

toree on windows

2016-03-19 Thread Mercia Silva
Hi, I'm trying to get spark working on jupyter notebook, I'm using Windows 7, anaconda2 2.5.0 I have installed toree via pip: - pip install toree jupyter toree install - my kernek.json: -- { "language_info": { "name": "scala" }, "display

[jira] [Created] (TOREE-278) RDD Magic does not render in a notebook

2016-03-19 Thread Chip Senkbeil (JIRA)
Chip Senkbeil created TOREE-278: --- Summary: RDD Magic does not render in a notebook Key: TOREE-278 URL: https://issues.apache.org/jira/browse/TOREE-278 Project: TOREE Issue Type: Bug Affects

[jira] [Created] (TOREE-280) PYTHON_PATH Needs To Be Configured At Install

2016-03-19 Thread Corey A Stubbs (JIRA)
Corey A Stubbs created TOREE-280: Summary: PYTHON_PATH Needs To Be Configured At Install Key: TOREE-280 URL: https://issues.apache.org/jira/browse/TOREE-280 Project: TOREE Issue Type: Bug

Re: [jira] [Commented] (TOREE-280) PYTHON_PATH Needs To Be Configured At Install

2016-03-19 Thread Corey Stubbs
Yavuz, I agree adding more options is not in the best interest of the users. +1 to the idea of looking at what is in the Spark distribution. Will update the jira description to reflect that idea. On Mar 18, 2016 5:15 PM, "Yavuz Nuzumlali (JIRA)" wrote: > > [ > https://issues.apache.org/jira/

[jira] [Created] (TOREE-276) SparkR Interpreter Hangs When Executing

2016-03-19 Thread Corey A Stubbs (JIRA)
Corey A Stubbs created TOREE-276: Summary: SparkR Interpreter Hangs When Executing Key: TOREE-276 URL: https://issues.apache.org/jira/browse/TOREE-276 Project: TOREE Issue Type: Bug Affec

Re: Help needed in streaming large data from spark-kernel to spark-client

2016-03-19 Thread Chip Senkbeil
Instead of calling println(...), you can invoke kernel.stream.sendAll(...) to send your data without breaking it up into chunks. Give that a shot and see if you get all of your data via onStream. On Thu, Mar 17, 2016 at 10:33 AM Harmeet Singh wrote: > Hi All, > > I am using spark-kernel to write

Re: [jira] [Created] (TOREE-278) RDD Magic does not render in a notebook

2016-03-19 Thread Gino Bustelo
Keep the magic. Maybe make it for dataframes and auto call df.show(). Gino B. > On Mar 16, 2016, at 2:42 PM, Chip Senkbeil (JIRA) wrote: > > Chip Senkbeil created TOREE-278: > --- > > Summary: RDD Magic does not render in a notebook >

[jira] [Assigned] (TOREE-273) Prepare Toree 0.1 Release

2016-03-19 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TOREE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende reassigned TOREE-273: - Assignee: Luciano Resende > Prepare Toree 0.1 Release > - > >

[jira] [Created] (TOREE-279) Truncation Magic Always Truncates Output

2016-03-19 Thread Chip Senkbeil (JIRA)
Chip Senkbeil created TOREE-279: --- Summary: Truncation Magic Always Truncates Output Key: TOREE-279 URL: https://issues.apache.org/jira/browse/TOREE-279 Project: TOREE Issue Type: Bug Affect