[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 RC3 with a single
 additional patch. Let's try to vote that through so we can ship Spark
 1.2.1.

 - Patrick

 On Sat, Jan 31, 2015 at 7:36 PM, Matei Zaharia matei.zaha...@gmail.com 
 wrote:
 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
 machine:
 INFO  org.apache.spark.SparkEnv:59 - Registering BlockManagerMaster
 ERROR org.apache.spark.util.Utils:75 - Failed to create local root dir in
 C:\Users\mweindel\AppData\Local\Temp\. Ignoring this directory.
 ERROR org.apache.spark.storage.DiskBlockManager:75 - Failed to create any
 local dir.

 I have already located the cause. A newly added function chmod700() in
 org.apache.util.Utils uses functionality which only works on a Unix file
 system.

 See also pull request [https://github.com/apache/spark/pull/4299] for my
 suggestion how to resolve the issue.

 Best regards,

 Martin Weindel



 --
 View this message in context: 
 http://apache-spark-developers-list.1001551.n3.nabble.com/VOTE-Release-Apache-Spark-1-2-1-RC2-tp10317p10370.html
 Sent from the Apache Spark Developers List mailing list archive at 
 Nabble.com.

 -
 To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
 For additional commands, e-mail: dev-h...@spark.apache.org



 -
 To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
 For additional commands, e-mail: dev-h...@spark.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org



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, Jan 31, 2015 at 7:36 PM, Matei Zaharia matei.zaha...@gmail.com wrote:
 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
 machine:
 INFO  org.apache.spark.SparkEnv:59 - Registering BlockManagerMaster
 ERROR org.apache.spark.util.Utils:75 - Failed to create local root dir in
 C:\Users\mweindel\AppData\Local\Temp\. Ignoring this directory.
 ERROR org.apache.spark.storage.DiskBlockManager:75 - Failed to create any
 local dir.

 I have already located the cause. A newly added function chmod700() in
 org.apache.util.Utils uses functionality which only works on a Unix file
 system.

 See also pull request [https://github.com/apache/spark/pull/4299] for my
 suggestion how to resolve the issue.

 Best regards,

 Martin Weindel



 --
 View this message in context: 
 http://apache-spark-developers-list.1001551.n3.nabble.com/VOTE-Release-Apache-Spark-1-2-1-RC2-tp10317p10370.html
 Sent from the Apache Spark Developers List mailing list archive at 
 Nabble.com.

 -
 To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
 For additional commands, e-mail: dev-h...@spark.apache.org



 -
 To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
 For additional commands, e-mail: dev-h...@spark.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org



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
C:\Users\mweindel\AppData\Local\Temp\. Ignoring this directory.
ERROR org.apache.spark.storage.DiskBlockManager:75 - Failed to create any
local dir.

I have already located the cause. A newly added function chmod700() in
org.apache.util.Utils uses functionality which only works on a Unix file
system.

See also pull request [https://github.com/apache/spark/pull/4299] for my
suggestion how to resolve the issue.

Best regards,

Martin Weindel



--
View this message in context: 
http://apache-spark-developers-list.1001551.n3.nabble.com/VOTE-Release-Apache-Spark-1-2-1-RC2-tp10317p10370.html
Sent from the Apache Spark Developers List mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org



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
 machine:
 INFO  org.apache.spark.SparkEnv:59 - Registering BlockManagerMaster
 ERROR org.apache.spark.util.Utils:75 - Failed to create local root dir in
 C:\Users\mweindel\AppData\Local\Temp\. Ignoring this directory.
 ERROR org.apache.spark.storage.DiskBlockManager:75 - Failed to create any
 local dir.
 
 I have already located the cause. A newly added function chmod700() in
 org.apache.util.Utils uses functionality which only works on a Unix file
 system.
 
 See also pull request [https://github.com/apache/spark/pull/4299] for my
 suggestion how to resolve the issue.
 
 Best regards,
 
 Martin Weindel
 
 
 
 --
 View this message in context: 
 http://apache-spark-developers-list.1001551.n3.nabble.com/VOTE-Release-Apache-Spark-1-2-1-RC2-tp10317p10370.html
 Sent from the Apache Spark Developers List mailing list archive at Nabble.com.
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
 For additional commands, e-mail: dev-h...@spark.apache.org
 


-
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org



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

  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
  machine:
  INFO  org.apache.spark.SparkEnv:59 - Registering BlockManagerMaster
  ERROR org.apache.spark.util.Utils:75 - Failed to create local root dir in
  C:\Users\mweindel\AppData\Local\Temp\. Ignoring this directory.
  ERROR org.apache.spark.storage.DiskBlockManager:75 - Failed to create
 any
  local dir.
 
  I have already located the cause. A newly added function chmod700() in
  org.apache.util.Utils uses functionality which only works on a Unix file
  system.
 
  See also pull request [https://github.com/apache/spark/pull/4299] for my
  suggestion how to resolve the issue.
 
  Best regards,
 
  Martin Weindel
 
 
 
  --
  View this message in context: http://apache-spark-
 developers-list.1001551.n3.nabble.com/VOTE-Release-Apache-Spark-1-2-1-RC2-
 tp10317p10370.html
  Sent from the Apache Spark Developers List mailing list archive at
 Nabble.com.
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
  For additional commands, e-mail: dev-h...@spark.apache.org
 


 -
 To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
 For additional commands, e-mail: dev-h...@spark.apache.org




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 throw an NPE before for the same arguments, so it's unlikely
anyone was relying on that behavior.


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):
 https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=b77f87673d1f9f03d4c83cf583158227c551359b

 The release files, including signatures, digests, etc. can be found at:
 http://people.apache.org/~pwendell/spark-1.2.1-rc2/

 Release artifacts are signed with the following key:
 https://people.apache.org/keys/committer/pwendell.asc

 The staging repository for this release can be found at:
 https://repository.apache.org/content/repositories/orgapachespark-1062/

 The documentation corresponding to this release can be found at:
 http://people.apache.org/~pwendell/spark-1.2.1-rc2-docs/

 Changes from rc1:
 This has no code changes from RC1. Only minor changes to the release script.

 Please vote on releasing this package as Apache Spark 1.2.1!

 The vote is open until  Saturday, January 31, at 10:04 UTC and passes
 if a majority of at least 3 +1 PMC votes are cast.

 [ ] +1 Release this package as Apache Spark 1.2.1
 [ ] -1 Do not release this package because ...

 For a list of fixes in this release, see http://s.apache.org/Mpn.

 To learn more about Apache Spark, please see
 http://spark.apache.org/

 -
 To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
 For additional commands, e-mail: dev-h...@spark.apache.org




-- 
Marcelo

-
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org



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

2015-01-29 Thread Robert C Senkbeil

+1

I verified that the REPL jars published work fine with the Spark Kernel
project (can build/test against them).

Signed,
Chip Senkbeil



From:   Krishna Sankar ksanka...@gmail.com
To: Sean Owen so...@cloudera.com
Cc: Patrick Wendell pwend...@gmail.com, dev@spark.apache.org
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 -DskipTests
2. Tested pyspark, mlib - running as well as compare results with 1.1.x 
1.2.0
2.1. statistics (min,max,mean,Pearson,Spearman) OK
2.2. Linear/Ridge/Laso Regression OK
2.3. Decision Tree, Naive Bayes OK
2.4. KMeans OK
   Center And Scale OK
   Fixed : org.apache.spark.SparkException in zip !
2.5. rdd operations OK
  State of the Union Texts - MapReduce, Filter,sortByKey (word count)
2.6. Recommendation (Movielens medium dataset ~1 M ratings) OK
   Model evaluation/optimization (rank, numIter, lmbda) with itertools
OK

Cheers
k/

On Wed, Jan 28, 2015 at 5:17 AM, Sean Owen so...@cloudera.com wrote:

 +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 this?

 MQTTStreamSuite:
 - mqtt input stream *** FAILED ***
   org.eclipse.paho.client.mqttv3.MqttException: Too many publishes in
 progress
   at
 org.eclipse.paho.client.mqttv3.internal.ClientState.send
(ClientState.java:423)

 Doesn't happen on Jenkins. If nobody else is seeing this, I suspect it
 is something perhaps related to my env that I haven't figured out yet,
 so should not be considered a blocker.

 On Wed, Jan 28, 2015 at 10: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):
 

https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=b77f87673d1f9f03d4c83cf583158227c551359b

 
  The release files, including signatures, digests, etc. can be found at:
  http://people.apache.org/~pwendell/spark-1.2.1-rc2/
 
  Release artifacts are signed with the following key:
  https://people.apache.org/keys/committer/pwendell.asc
 
  The staging repository for this release can be found at:
  https://repository.apache.org/content/repositories/orgapachespark-1062/
 
  The documentation corresponding to this release can be found at:
  http://people.apache.org/~pwendell/spark-1.2.1-rc2-docs/
 
  Changes from rc1:
  This has no code changes from RC1. Only minor changes to the release
 script.
 
  Please vote on releasing this package as Apache Spark 1.2.1!
 
  The vote is open until  Saturday, January 31, at 10:04 UTC and passes
  if a majority of at least 3 +1 PMC votes are cast.
 
  [ ] +1 Release this package as Apache Spark 1.2.1
  [ ] -1 Do not release this package because ...
 
  For a list of fixes in this release, see http://s.apache.org/Mpn.
 
  To learn more about Apache Spark, please see
  http://spark.apache.org/
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
  For additional commands, e-mail: dev-h...@spark.apache.org
 

 -
 To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
 For additional commands, e-mail: dev-h...@spark.apache.org




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 failed for me on Mac OS X, Though I don’t have
 time to invest that.

 --
 Ye Xianjin
 Sent with Sparrow

 On Wednesday, January 28, 2015 at 9:17 PM, Sean Owen wrote:

 +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 this?

 MQTTStreamSuite:
 - mqtt input stream *** FAILED ***
 org.eclipse.paho.client.mqttv3.MqttException: Too many publishes in progress
 at
 org.eclipse.paho.client.mqttv3.internal.ClientState.send(ClientState.java:423)

 Doesn't happen on Jenkins. If nobody else is seeing this, I suspect it
 is something perhaps related to my env that I haven't figured out yet,
 so should not be considered a blocker.

 On Wed, Jan 28, 2015 at 10: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):
 https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=b77f87673d1f9f03d4c83cf583158227c551359b

 The release files, including signatures, digests, etc. can be found at:
 http://people.apache.org/~pwendell/spark-1.2.1-rc2/

 Release artifacts are signed with the following key:
 https://people.apache.org/keys/committer/pwendell.asc

 The staging repository for this release can be found at:
 https://repository.apache.org/content/repositories/orgapachespark-1062/

 The documentation corresponding to this release can be found at:
 http://people.apache.org/~pwendell/spark-1.2.1-rc2-docs/

 Changes from rc1:
 This has no code changes from RC1. Only minor changes to the release script.

 Please vote on releasing this package as Apache Spark 1.2.1!

 The vote is open until Saturday, January 31, at 10:04 UTC and passes
 if a majority of at least 3 +1 PMC votes are cast.

 [ ] +1 Release this package as Apache Spark 1.2.1
 [ ] -1 Do not release this package because ...

 For a list of fixes in this release, see http://s.apache.org/Mpn.

 To learn more about Apache Spark, please see
 http://spark.apache.org/

 -
 To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
 For additional commands, e-mail: dev-h...@spark.apache.org


 -
 To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
 For additional commands, e-mail: dev-h...@spark.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org



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 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 this?
  
 MQTTStreamSuite:
 - mqtt input stream *** FAILED ***
 org.eclipse.paho.client.mqttv3.MqttException: Too many publishes in progress
 at 
 org.eclipse.paho.client.mqttv3.internal.ClientState.send(ClientState.java:423)
  
 Doesn't happen on Jenkins. If nobody else is seeing this, I suspect it
 is something perhaps related to my env that I haven't figured out yet,
 so should not be considered a blocker.
  
 On Wed, Jan 28, 2015 at 10:06 AM, Patrick Wendell pwend...@gmail.com 
 (mailto: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):
  https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=b77f87673d1f9f03d4c83cf583158227c551359b
   
  The release files, including signatures, digests, etc. can be found at:
  http://people.apache.org/~pwendell/spark-1.2.1-rc2/
   
  Release artifacts are signed with the following key:
  https://people.apache.org/keys/committer/pwendell.asc
   
  The staging repository for this release can be found at:
  https://repository.apache.org/content/repositories/orgapachespark-1062/
   
  The documentation corresponding to this release can be found at:
  http://people.apache.org/~pwendell/spark-1.2.1-rc2-docs/
   
  Changes from rc1:
  This has no code changes from RC1. Only minor changes to the release script.
   
  Please vote on releasing this package as Apache Spark 1.2.1!
   
  The vote is open until Saturday, January 31, at 10:04 UTC and passes
  if a majority of at least 3 +1 PMC votes are cast.
   
  [ ] +1 Release this package as Apache Spark 1.2.1
  [ ] -1 Do not release this package because ...
   
  For a list of fixes in this release, see http://s.apache.org/Mpn.
   
  To learn more about Apache Spark, please see
  http://spark.apache.org/
   
  -
  To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org 
  (mailto:dev-unsubscr...@spark.apache.org)
  For additional commands, e-mail: dev-h...@spark.apache.org 
  (mailto:dev-h...@spark.apache.org)
   
  
  
 -
 To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org 
 (mailto:dev-unsubscr...@spark.apache.org)
 For additional commands, e-mail: dev-h...@spark.apache.org 
 (mailto:dev-h...@spark.apache.org)
  
  




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 this?

MQTTStreamSuite:
- mqtt input stream *** FAILED ***
  org.eclipse.paho.client.mqttv3.MqttException: Too many publishes in progress
  at 
org.eclipse.paho.client.mqttv3.internal.ClientState.send(ClientState.java:423)

Doesn't happen on Jenkins. If nobody else is seeing this, I suspect it
is something perhaps related to my env that I haven't figured out yet,
so should not be considered a blocker.

On Wed, Jan 28, 2015 at 10: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):
 https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=b77f87673d1f9f03d4c83cf583158227c551359b

 The release files, including signatures, digests, etc. can be found at:
 http://people.apache.org/~pwendell/spark-1.2.1-rc2/

 Release artifacts are signed with the following key:
 https://people.apache.org/keys/committer/pwendell.asc

 The staging repository for this release can be found at:
 https://repository.apache.org/content/repositories/orgapachespark-1062/

 The documentation corresponding to this release can be found at:
 http://people.apache.org/~pwendell/spark-1.2.1-rc2-docs/

 Changes from rc1:
 This has no code changes from RC1. Only minor changes to the release script.

 Please vote on releasing this package as Apache Spark 1.2.1!

 The vote is open until  Saturday, January 31, at 10:04 UTC and passes
 if a majority of at least 3 +1 PMC votes are cast.

 [ ] +1 Release this package as Apache Spark 1.2.1
 [ ] -1 Do not release this package because ...

 For a list of fixes in this release, see http://s.apache.org/Mpn.

 To learn more about Apache Spark, please see
 http://spark.apache.org/

 -
 To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
 For additional commands, e-mail: dev-h...@spark.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org



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 https://issues.apache.org/jira/browse/SPARK-5144

 Thanks,
 Aniket

 On Wed Jan 28 2015 at 15:39:43 Patrick Wendell [via Apache Spark Developers
 List] ml-node+s1001551n1031...@n3.nabble.com wrote:

 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 [hidden email]
 http:///user/SendEmail.jtp?type=nodenode=10318i=0 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):
 
 https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=b77f87673d1f9f03d4c83cf583158227c551359b
 
  The release files, including signatures, digests, etc. can be found at:
  http://people.apache.org/~pwendell/spark-1.2.1-rc2/
 
  Release artifacts are signed with the following key:
  https://people.apache.org/keys/committer/pwendell.asc
 
  The staging repository for this release can be found at:
  https://repository.apache.org/content/repositories/orgapachespark-1062/
 
  The documentation corresponding to this release can be found at:
  http://people.apache.org/~pwendell/spark-1.2.1-rc2-docs/
 
  Changes from rc1:
  This has no code changes from RC1. Only minor changes to the release
 script.
 
  Please vote on releasing this package as Apache Spark 1.2.1!
 
  The vote is open until  Saturday, January 31, at 10:04 UTC and passes
  if a majority of at least 3 +1 PMC votes are cast.
 
  [ ] +1 Release this package as Apache Spark 1.2.1
  [ ] -1 Do not release this package because ...
 
  For a list of fixes in this release, see http://s.apache.org/Mpn.
 
  To learn more about Apache Spark, please see
  http://spark.apache.org/

 -
 To unsubscribe, e-mail: [hidden email]
 http:///user/SendEmail.jtp?type=nodenode=10318i=1
 For additional commands, e-mail: [hidden email]
 http:///user/SendEmail.jtp?type=nodenode=10318i=2



 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://apache-spark-developers-list.1001551.n3.nabble.com/VOTE-Release-Apache-Spark-1-2-1-RC2-tp10317p10318.html
  To start a new topic under Apache Spark Developers List, email
 ml-node+s1001551n1...@n3.nabble.com
 To unsubscribe from Apache Spark Developers List, click here
 http://apache-spark-developers-list.1001551.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=1code=YW5pa2V0LmJoYXRuYWdhckBnbWFpbC5jb218MXwxMzE3NTAzMzQz
 .
 NAML
 http://apache-spark-developers-list.1001551.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml





 --
 View this message in context: 
 http://apache-spark-developers-list.1001551.n3.nabble.com/VOTE-Release-Apache-Spark-1-2-1-RC2-tp10317p10320.html
 Sent from the Apache Spark Developers List mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org



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 Apache Spark Developers
List] ml-node+s1001551n1031...@n3.nabble.com wrote:

 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 [hidden email]
 http:///user/SendEmail.jtp?type=nodenode=10318i=0 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):
 
 https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=b77f87673d1f9f03d4c83cf583158227c551359b
 
  The release files, including signatures, digests, etc. can be found at:
  http://people.apache.org/~pwendell/spark-1.2.1-rc2/
 
  Release artifacts are signed with the following key:
  https://people.apache.org/keys/committer/pwendell.asc
 
  The staging repository for this release can be found at:
  https://repository.apache.org/content/repositories/orgapachespark-1062/
 
  The documentation corresponding to this release can be found at:
  http://people.apache.org/~pwendell/spark-1.2.1-rc2-docs/
 
  Changes from rc1:
  This has no code changes from RC1. Only minor changes to the release
 script.
 
  Please vote on releasing this package as Apache Spark 1.2.1!
 
  The vote is open until  Saturday, January 31, at 10:04 UTC and passes
  if a majority of at least 3 +1 PMC votes are cast.
 
  [ ] +1 Release this package as Apache Spark 1.2.1
  [ ] -1 Do not release this package because ...
 
  For a list of fixes in this release, see http://s.apache.org/Mpn.
 
  To learn more about Apache Spark, please see
  http://spark.apache.org/

 -
 To unsubscribe, e-mail: [hidden email]
 http:///user/SendEmail.jtp?type=nodenode=10318i=1
 For additional commands, e-mail: [hidden email]
 http:///user/SendEmail.jtp?type=nodenode=10318i=2



 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://apache-spark-developers-list.1001551.n3.nabble.com/VOTE-Release-Apache-Spark-1-2-1-RC2-tp10317p10318.html
  To start a new topic under Apache Spark Developers List, email
 ml-node+s1001551n1...@n3.nabble.com
 To unsubscribe from Apache Spark Developers List, click here
 http://apache-spark-developers-list.1001551.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=1code=YW5pa2V0LmJoYXRuYWdhckBnbWFpbC5jb218MXwxMzE3NTAzMzQz
 .
 NAML
 http://apache-spark-developers-list.1001551.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml





--
View this message in context: 
http://apache-spark-developers-list.1001551.n3.nabble.com/VOTE-Release-Apache-Spark-1-2-1-RC2-tp10317p10320.html
Sent from the Apache Spark Developers List mailing list archive at Nabble.com.

[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. can be found at:
http://people.apache.org/~pwendell/spark-1.2.1-rc2/

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/pwendell.asc

The staging repository for this release can be found at:
https://repository.apache.org/content/repositories/orgapachespark-1062/

The documentation corresponding to this release can be found at:
http://people.apache.org/~pwendell/spark-1.2.1-rc2-docs/

Changes from rc1:
This has no code changes from RC1. Only minor changes to the release script.

Please vote on releasing this package as Apache Spark 1.2.1!

The vote is open until  Saturday, January 31, at 10:04 UTC and passes
if a majority of at least 3 +1 PMC votes are cast.

[ ] +1 Release this package as Apache Spark 1.2.1
[ ] -1 Do not release this package because ...

For a list of fixes in this release, see http://s.apache.org/Mpn.

To learn more about Apache Spark, please see
http://spark.apache.org/

-
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org



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):
 https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=b77f87673d1f9f03d4c83cf583158227c551359b

 The release files, including signatures, digests, etc. can be found at:
 http://people.apache.org/~pwendell/spark-1.2.1-rc2/

 Release artifacts are signed with the following key:
 https://people.apache.org/keys/committer/pwendell.asc

 The staging repository for this release can be found at:
 https://repository.apache.org/content/repositories/orgapachespark-1062/

 The documentation corresponding to this release can be found at:
 http://people.apache.org/~pwendell/spark-1.2.1-rc2-docs/

 Changes from rc1:
 This has no code changes from RC1. Only minor changes to the release script.

 Please vote on releasing this package as Apache Spark 1.2.1!

 The vote is open until  Saturday, January 31, at 10:04 UTC and passes
 if a majority of at least 3 +1 PMC votes are cast.

 [ ] +1 Release this package as Apache Spark 1.2.1
 [ ] -1 Do not release this package because ...

 For a list of fixes in this release, see http://s.apache.org/Mpn.

 To learn more about Apache Spark, please see
 http://spark.apache.org/

-
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org



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 (min,max,mean,Pearson,Spearman) OK
2.2. Linear/Ridge/Laso Regression OK
2.3. Decision Tree, Naive Bayes OK
2.4. KMeans OK
   Center And Scale OK
   Fixed : org.apache.spark.SparkException in zip !
2.5. rdd operations OK
  State of the Union Texts - MapReduce, Filter,sortByKey (word count)
2.6. Recommendation (Movielens medium dataset ~1 M ratings) OK
   Model evaluation/optimization (rank, numIter, lmbda) with itertools
OK

Cheers
k/

On Wed, Jan 28, 2015 at 5:17 AM, Sean Owen so...@cloudera.com wrote:

 +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 this?

 MQTTStreamSuite:
 - mqtt input stream *** FAILED ***
   org.eclipse.paho.client.mqttv3.MqttException: Too many publishes in
 progress
   at
 org.eclipse.paho.client.mqttv3.internal.ClientState.send(ClientState.java:423)

 Doesn't happen on Jenkins. If nobody else is seeing this, I suspect it
 is something perhaps related to my env that I haven't figured out yet,
 so should not be considered a blocker.

 On Wed, Jan 28, 2015 at 10: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):
 
 https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=b77f87673d1f9f03d4c83cf583158227c551359b
 
  The release files, including signatures, digests, etc. can be found at:
  http://people.apache.org/~pwendell/spark-1.2.1-rc2/
 
  Release artifacts are signed with the following key:
  https://people.apache.org/keys/committer/pwendell.asc
 
  The staging repository for this release can be found at:
  https://repository.apache.org/content/repositories/orgapachespark-1062/
 
  The documentation corresponding to this release can be found at:
  http://people.apache.org/~pwendell/spark-1.2.1-rc2-docs/
 
  Changes from rc1:
  This has no code changes from RC1. Only minor changes to the release
 script.
 
  Please vote on releasing this package as Apache Spark 1.2.1!
 
  The vote is open until  Saturday, January 31, at 10:04 UTC and passes
  if a majority of at least 3 +1 PMC votes are cast.
 
  [ ] +1 Release this package as Apache Spark 1.2.1
  [ ] -1 Do not release this package because ...
 
  For a list of fixes in this release, see http://s.apache.org/Mpn.
 
  To learn more about Apache Spark, please see
  http://spark.apache.org/
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
  For additional commands, e-mail: dev-h...@spark.apache.org
 

 -
 To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
 For additional commands, e-mail: dev-h...@spark.apache.org