Re: Source code JavaNetworkWordcount

2014-02-03 Thread Eduardo Costa Alfaia
Hi Tathagata, You were right when you have said for me to use scala against java, scala is very easy. I have implemented that code you have given (in bold), but I have implemented also an union function(in red) because I am testing with 2 stream sources, my idea is putting 3 or more stream sources

Re: Spark 0.9.0 Released

2014-02-03 Thread Shivaram Venkataraman
Works fine now. Shivaram On Mon, Feb 3, 2014 at 1:25 PM, Patrick Wendell wrote: > Ah thanks @shivaram. Check now? > > On Mon, Feb 3, 2014 at 1:01 PM, Shivaram Venkataraman > wrote: >> Hey Patrick >> >> FYI the link is still broken for the Apache mirrors in the website. >> For example I get poin

Re: Spark 0.9.0 Released

2014-02-03 Thread Patrick Wendell
Ah thanks @shivaram. Check now? On Mon, Feb 3, 2014 at 1:01 PM, Shivaram Venkataraman wrote: > Hey Patrick > > FYI the link is still broken for the Apache mirrors in the website. > For example I get pointed to > http://www.eng.lsu.edu/mirrors/apache/incubator/spark/spark-0.8.1-incubating/spark-0.

Re: Spark 0.9.0 Released

2014-02-03 Thread Shivaram Venkataraman
Hey Patrick FYI the link is still broken for the Apache mirrors in the website. For example I get pointed to http://www.eng.lsu.edu/mirrors/apache/incubator/spark/spark-0.8.1-incubating/spark-0.9.0-incubating.tgz instead of http://www.eng.lsu.edu/mirrors/apache/incubator/spark/spark-0.9.0-incubati

Re: Not closing the merged PRs anymore from Spark github mirror?

2014-02-03 Thread Henry Saputra
Ah thanks for the info, Reynold! - Henry On Mon, Feb 3, 2014 at 11:28 AM, Reynold Xin wrote: > It was a transient thing. There's a script that we are using to > automatically fetch diffs from a PR and apply the diff against the git > repo. Patrick changed the way it works last week, and a regres

Re: Not closing the merged PRs anymore from Spark github mirror?

2014-02-03 Thread Reynold Xin
It was a transient thing. There's a script that we are using to automatically fetch diffs from a PR and apply the diff against the git repo. Patrick changed the way it works last week, and a regression there was PRs are no longer closed automatically. I believe he has fixed it. Patrick will also w

Not closing the merged PRs anymore from Spark github mirror?

2014-02-03 Thread Henry Saputra
Seems like some merged PRs by Reynold and Patrick did not close the PR automatically anymore? - Henry

Re: Spark 0.9.0 Released

2014-02-03 Thread Patrick Wendell
The link delay was because of propagation time to the mirror network - should be okay now! On Mon, Feb 3, 2014 at 2:42 AM, Kapil Malik wrote: > Oh I see. Perils of being too fast :) > You too ! > > Regards, > > Kapil Malik > > -Original Message- > From: Sourav Chandra [mailto:sourav.chan.

RE: Spark 0.9.0 Released

2014-02-03 Thread Kapil Malik
Oh I see. Perils of being too fast :) You too ! Regards, Kapil Malik -Original Message- From: Sourav Chandra [mailto:sourav.chan...@livestream.com] Sent: 03 February 2014 16:04 To: dev@spark.incubator.apache.org Subject: Re: Spark 0.9.0 Released Hi Kapil, I tried that and at that time

Re: Spark 0.9.0 Released

2014-02-03 Thread Sourav Chandra
Hi Kapil, I tried that and at that time spark-0.9xxx folder was only not created in the mirrored links. if I do this http://apache.mirrors.tds.net/incubator/spark/ Now I can see the new folder is created. Anyway thanks for reminding me to check the link once again and find its created now :) Ha

RE: Spark 0.9.0 Released

2014-02-03 Thread Kapil Malik
Hi Sourav, I think the problem is with link structure. Please try correcting the version number in the directory path as well - For example, when you visit http://spark.incubator.apache.org/downloads.html , then for a mirror link like - http:///incubator/spark/spark-0.8.1-incubating/spark-0.

Re: Spark 0.9.0 Released

2014-02-03 Thread Sourav Chandra
Hi Patrick, Congrats all for the release. The download link is broken. Maybe its under transition mode Thanks, Sourav On Mon, Feb 3, 2014 at 2:19 PM, Patrick Wendell wrote: > Hi Everyone, > > We've just posted Spark 0.9.0, a major release with several new > features and improvements. 0.9.0 i

Spark 0.9.0 Released

2014-02-03 Thread Patrick Wendell
Hi Everyone, We've just posted Spark 0.9.0, a major release with several new features and improvements. 0.9.0 is Spark's largest release ever, with contributions from 83 developers. This release expands Spark's standard libraries, introducing a new graph computation package (GraphX) and adding sev