Build fails due to...multiple overloaded alternatives of constructor RDDInfo define default arguments?

2015-11-07 Thread Jacek Laskowski
Hi, Checked out the latest sources and the build failed: [error] /Users/jacek/dev/oss/spark/core/src/main/scala/org/apache/spark/storage/RDDInfo.scala:25: in class RDDInfo, multiple overloaded alternatives of constructor RDDInfo define default arguments. [error] class RDDInfo( [error] ^

Re: Build fails due to...multiple overloaded alternatives of constructor RDDInfo define default arguments?

2015-11-07 Thread Jacek Laskowski
Worked for me. Thanks! Pozdrawiam, Jacek -- Jacek Laskowski | http://blog.japila.pl | http://blog.jaceklaskowski.pl Follow me at https://twitter.com/jaceklaskowski Upvote at http://stackoverflow.com/users/1305344/jacek-laskowski On Sat, Nov 7, 2015 at 1:56 PM, Ted Yu

Re: Build fails due to...multiple overloaded alternatives of constructor RDDInfo define default arguments?

2015-11-07 Thread Ted Yu
Created a PR for the compilation error: https://github.com/apache/spark/pull/9538 Cheers On Sat, Nov 7, 2015 at 4:41 AM, Jacek Laskowski wrote: > Hi, > > Checked out the latest sources and the build failed: > > [error] >

Re: [VOTE] Release Apache Spark 1.5.2 (RC2)

2015-11-07 Thread Joseph Bradley
+1 tested on OS X On Sat, Nov 7, 2015 at 10:25 AM, Reynold Xin wrote: > +1 myself too > > On Sat, Nov 7, 2015 at 12:01 AM, Robin East > wrote: > >> +1 >> Mac OS X 10.10.5 Yosemite >> >> mvn clean package -DskipTests (13min) >> >> Basic graph tests

Re: Calling stop on StreamingContext locks up

2015-11-07 Thread Ted Yu
Would the following change work for you ? diff --git a/core/src/main/scala/org/apache/spark/util/AsynchronousListenerBus.scala b/core/src/main/scala/org/apache/spark/util/AsynchronousListenerBus.scala index 61b5a4c..c330d25 100644 ---

Re: [VOTE] Release Apache Spark 1.5.2 (RC2)

2015-11-07 Thread Mark Hamstra
+1 On Tue, Nov 3, 2015 at 3:22 PM, Reynold Xin wrote: > Please vote on releasing the following candidate as Apache Spark version > 1.5.2. The vote is open until Sat Nov 7, 2015 at 00:00 UTC and passes if a > majority of at least 3 +1 PMC votes are cast. > > [ ] +1 Release

Calling stop on StreamingContext locks up

2015-11-07 Thread vonnagy
If I have a streaming job (Spark 1.5.1) and attempt to stop the stream after the first batch, the system locks up and never completes. The pseudo code below shows that after the batch complete notification is called the stream is stopped. I have traced the lockup to the call `listener.stop()`in

Re: [VOTE] Release Apache Spark 1.5.2 (RC2)

2015-11-07 Thread Reynold Xin
+1 myself too On Sat, Nov 7, 2015 at 12:01 AM, Robin East wrote: > +1 > Mac OS X 10.10.5 Yosemite > > mvn clean package -DskipTests (13min) > > Basic graph tests > Load graph using edgeListFile...SUCCESS > Run PageRank...SUCCESS > Connected Components tests >

Re: [VOTE] Release Apache Spark 1.5.2 (RC2)

2015-11-07 Thread Denny Lee
+1 On Sat, Nov 7, 2015 at 12:01 PM Mark Hamstra wrote: > +1 > > On Tue, Nov 3, 2015 at 3:22 PM, Reynold Xin wrote: > >> Please vote on releasing the following candidate as Apache Spark version >> 1.5.2. The vote is open until Sat Nov 7, 2015 at