[RESULT] [VOTE] Release Apache Spark 1.2.1 (RC2)

2015-02-02 Thread Patrick Wendell
This is cancelled in favor of RC2. On Mon, Feb 2, 2015 at 8:50 PM, Patrick Wendell pwend...@gmail.com wrote: The windows issue reported only affects actually running Spark on Windows (not job submission). However, I agree it's worth cutting a new RC. I'm going to cancel this vote and propose

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

2015-02-02 Thread Patrick Wendell
The windows issue reported only affects actually running Spark on Windows (not job submission). However, I agree it's worth cutting a new RC. I'm going to cancel this vote and propose RC3 with a single additional patch. Let's try to vote that through so we can ship Spark 1.2.1. - Patrick On Sat,

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

2015-01-31 Thread MartinWeindel
FYI: Spark 1.2.1rc2 does not work on Windows! On creating a Spark context you get following log output on my Windows machine: INFO org.apache.spark.SparkEnv:59 - Registering BlockManagerMaster ERROR org.apache.spark.util.Utils:75 - Failed to create local root dir in

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

2015-01-31 Thread Matei Zaharia
This looks like a pretty serious problem, thanks! Glad people are testing on Windows. Matei On Jan 31, 2015, at 11:57 AM, MartinWeindel martin.wein...@gmail.com wrote: FYI: Spark 1.2.1rc2 does not work on Windows! On creating a Spark context you get following log output on my Windows

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

2015-01-31 Thread Nicholas Chammas
Do we have any open JIRA issues to add automated testing on Windows to Jenkins? I assume that's something we want to do. On Sat Jan 31 2015 at 10:37:42 PM Matei Zaharia matei.zaha...@gmail.com wrote: This looks like a pretty serious problem, thanks! Glad people are testing on Windows. Matei

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

2015-01-30 Thread Marcelo Vanzin
+1 (non-binding) Ran spark-shell and Scala jobs on top of yarn (using the hadoop-2.4 tarball). There's a very slight behavioral change in the API. This code now throws an NPE: new SparkConf().setIfMissing(foo, null) It worked before. It's probably fine, though, since `SparkConf.set` would

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

2015-01-29 Thread Robert C Senkbeil
dev@spark.apache.org Date: 01/28/2015 02:52 PM Subject:Re: [VOTE] Release Apache Spark 1.2.1 (RC2) +1 (non-binding, of course) 1. Compiled OSX 10.10 (Yosemite) OK Total time: 12:22 min mvn clean package -Pyarn -Dyarn.version=2.6.0 -Phadoop-2.4 -Dhadoop.version=2.6.0 -Phive

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

2015-01-28 Thread Sean Owen
We had both been using Java 8; Ye reports that it fails on Java 6 too. We both believe this has been failing for a fair while, so I do not think it's a regression. I'll make a JIRA though. On Wed, Jan 28, 2015 at 1:22 PM, Ye Xianjin advance...@gmail.com wrote: Sean, the MQRRStreamSuite is also

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

2015-01-28 Thread Ye Xianjin
Sean, the MQRRStreamSuite is also failed for me on Mac OS X, Though I don’t have time to invest that. -- Ye Xianjin Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, January 28, 2015 at 9:17 PM, Sean Owen wrote: +1 (nonbinding). I verified that all the hash / signing

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

2015-01-28 Thread Sean Owen
+1 (nonbinding). I verified that all the hash / signing items I mentioned before are resolved. The source package compiles on Ubuntu / Java 8. I ran tests and the passed. Well, actually I see the same failure I've seeing locally on OS X and on Ubuntu for a while, but I think nobody else has seen

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

2015-01-28 Thread Patrick Wendell
Yes - it fixes that issue. On Wed, Jan 28, 2015 at 2:17 AM, Aniket aniket.bhatna...@gmail.com wrote: Hi Patrick, I am wondering if this version will address issues around certain artifacts not getting published in 1.2 which are gating people to migrate to 1.2. One such issue is

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

2015-01-28 Thread Aniket
Hi Patrick, I am wondering if this version will address issues around certain artifacts not getting published in 1.2 which are gating people to migrate to 1.2. One such issue is https://issues.apache.org/jira/browse/SPARK-5144 Thanks, Aniket On Wed Jan 28 2015 at 15:39:43 Patrick Wendell [via

[VOTE] Release Apache Spark 1.2.1 (RC2)

2015-01-28 Thread Patrick Wendell
Please vote on releasing the following candidate as Apache Spark version 1.2.1! The tag to be voted on is v1.2.1-rc1 (commit b77f876): https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=b77f87673d1f9f03d4c83cf583158227c551359b The release files, including signatures, digests, etc.

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

2015-01-28 Thread Patrick Wendell
Minor typo in the above e-mail - the tag is named v1.2.1-rc2 (not v1.2.1-rc1). On Wed, Jan 28, 2015 at 2:06 AM, Patrick Wendell pwend...@gmail.com wrote: Please vote on releasing the following candidate as Apache Spark version 1.2.1! The tag to be voted on is v1.2.1-rc1 (commit b77f876):

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

2015-01-28 Thread Krishna Sankar
+1 (non-binding, of course) 1. Compiled OSX 10.10 (Yosemite) OK Total time: 12:22 min mvn clean package -Pyarn -Dyarn.version=2.6.0 -Phadoop-2.4 -Dhadoop.version=2.6.0 -Phive -DskipTests 2. Tested pyspark, mlib - running as well as compare results with 1.1.x 1.2.0 2.1. statistics