+1 (subject to comments on ec2 issues below) machine 1: Macbook Air, OSX 10.10.2 (Yosemite), Java 8 machine 2: iMac, OSX 10.8.4, Java 7
1. mvn clean package -DskipTests (33min/13min) 2. ran SVM benchmark https://github.com/insidedctm/spark-mllib-benchmark EC2 issues: 1) Unable to successfully run servers on ec2 using the following command: ./spark-ec2 -k <key> -i <pathtokey> -s 2 launch test Error was: Initializing Spark ERROR: Unknown Spark Version This seems to be due to init.sh in https://github.com/mesos/spark-ec2/tree/branch-1.3/spark not being updated for version 1.3.0. Question: Is it expected that this repository is updated in tandem with the Spark release? 2) One of my machines fails to authenticate when running the ec2 scripts. Using spark-ec2 I get the following error: ssl.SSLError: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed It seems this machine has a problem where openssl can’t verify server certificates. Not been a problem for me before but spark1.3.0 has updated the boto repository it uses for EC2 functionality to 2.34.0. This new version has the capability to verify server certificates when authenticating to AWS servers and the default behaviour is to check certificates. Clearly this is not a Spark issue per se however if the problem I have is reasonably widespread then there maybe quite a few issues coming up on the mailing lists. There is a workaround option that could be put into spark_ec2.py script to turn off certificate validation if necessary. > On 4 Mar 2015, at 04:19, Patrick Wendell <pwend...@gmail.com> wrote: > > Please vote on releasing the following candidate as Apache Spark version > 1.3.0! > > The tag to be voted on is v1.3.0-rc2 (commit 3af2687): > https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=3af26870e5163438868c4eb2df88380a533bb232 > > The release files, including signatures, digests, etc. can be found at: > http://people.apache.org/~pwendell/spark-1.3.0-rc2/ > > Release artifacts are signed with the following key: > https://people.apache.org/keys/committer/pwendell.asc > > Staging repositories for this release can be found at: > https://repository.apache.org/content/repositories/orgapachespark-1074/ > (published with version '1.3.0') > https://repository.apache.org/content/repositories/orgapachespark-1075/ > (published with version '1.3.0-rc2') > > The documentation corresponding to this release can be found at: > http://people.apache.org/~pwendell/spark-1.3.0-rc2-docs/ > > Please vote on releasing this package as Apache Spark 1.3.0! > > The vote is open until Saturday, March 07, at 04:17 UTC and passes if > a majority of at least 3 +1 PMC votes are cast. > > [ ] +1 Release this package as Apache Spark 1.3.0 > [ ] -1 Do not release this package because ... > > To learn more about Apache Spark, please see > http://spark.apache.org/ > > == How does this compare to RC1 == > This patch includes a variety of bug fixes found in RC1. > > == How can I help test this release? == > If you are a Spark user, you can help us test this release by > taking a Spark 1.2 workload and running on this release candidate, > then reporting any regressions. > > If you are happy with this release based on your own testing, give a +1 vote. > > == What justifies a -1 vote for this release? == > This vote is happening towards the end of the 1.3 QA period, > so -1 votes should only occur for significant regressions from 1.2.1. > Bugs already present in 1.2.X, minor regressions, or bugs related > to new features will not block this release. > > --------------------------------------------------------------------- > 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