Re: Directly broadcasting (sort of) RDDs

2015-03-21 Thread Guillaume Pitel
Hi, Thanks for your answer. This is precisely the use case I'm interested in, but I know it already, I should have mentionned it. Unfortunately this implementation of BlockMatrix has (in my opinion) some disadvantages (the fact that it split the matrix by range instead of using a modulo is ba

Re: Filesystem closed Exception

2015-03-21 Thread vinodkc
Hi Sea, I've raised a JIRA Issue on this : https://issues.apache.org/jira/browse/SPARK-6445 . Making a PR now On Sat, Mar 21, 2015 at 11:06 AM, Sea [via Apache Spark Developers List] < ml-node+s1001551n11145...@n3.nabble.com> wrote: > Hi, all: > > > > > When I exit the console of spark-sql, th

回复: Filesystem closed Exception

2015-03-21 Thread Sea
Hi, Vinodkc‍ Yes, I found another solution, https://github.com/apache/spark/pull/4771/ I will test it later.‍ -- 原始邮件 -- 发件人: "vinodkc";; 发送时间: 2015年3月21日(星期六) 下午4:52 收件人: "dev"; 主题: Re: Filesystem closed Exception Hi Sea, I've raised a JIRA Issue on this

Re: Which linear algebra interface to use within Spark MLlib?

2015-03-21 Thread Debasish Das
Hi Burak, For local linear algebra package why are we not extending breeze ? Breeze is a mllib dependency...Also that way the local linear algebra package will be used by other scala based frontend APIs as well that do not necessarily pull in Spark dependencies... Thanks. Deb On Fri, Mar 20, 2