+1 1. Compiled OSX 10.10 (Yosemite) mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -DskipTests clean package 10:49 min 2. Tested pyspark, mlib 2.1. statistics OK 2.2. Linear/Ridge/Laso Regression OK 2.3. Decision Tree, Naive Bayes OK 2.4. KMeans OK 2.5. rdd operations OK 2.6. recommendation OK 2.7. Good work ! In 1.1.0, there was an error and my program used to hang (over memory allocation) consistently running validation using itertools, compute optimum rank, lambda,numofiterations/rmse; data - movielens medium dataset (1 million records) . It works well in 1.1.1 !
Cheers <k/> On Wed, Nov 19, 2014 at 6:00 PM, Xiangrui Meng <men...@gmail.com> wrote: > +1. Checked version numbers and doc. Tested a few ML examples with > Java 6 and verified some recently merged bug fixes. -Xiangrui > > On Wed, Nov 19, 2014 at 2:51 PM, Andrew Or <and...@databricks.com> wrote: > > I will start with a +1 > > > > 2014-11-19 14:51 GMT-08:00 Andrew Or <and...@databricks.com>: > > > >> Please vote on releasing the following candidate as Apache Spark > version 1 > >> .1.1. > >> > >> This release fixes a number of bugs in Spark 1.1.0. Some of the notable > >> ones are > >> - [SPARK-3426] Sort-based shuffle compression settings are incompatible > >> - [SPARK-3948] Stream corruption issues in sort-based shuffle > >> - [SPARK-4107] Incorrect handling of Channel.read() led to data > truncation > >> The full list is at http://s.apache.org/z9h and in the CHANGES.txt > >> attached. > >> > >> Additionally, this candidate fixes two blockers from the previous RC: > >> - [SPARK-4434] Cluster mode jar URLs are broken > >> - [SPARK-4480][SPARK-4467] Too many open files exception from shuffle > >> spills > >> > >> The tag to be voted on is v1.1.1-rc2 (commit 3693ae5d): > >> http://s.apache.org/p8 > >> > >> The release files, including signatures, digests, etc can be found at: > >> http://people.apache.org/~andrewor14/spark-1.1.1-rc2/ > >> > >> Release artifacts are signed with the following key: > >> https://people.apache.org/keys/committer/andrewor14.asc > >> > >> The staging repository for this release can be found at: > >> https://repository.apache.org/content/repositories/orgapachespark-1043/ > >> > >> The documentation corresponding to this release can be found at: > >> http://people.apache.org/~andrewor14/spark-1.1.1-rc2-docs/ > >> > >> Please vote on releasing this package as Apache Spark 1.1.1! > >> > >> The vote is open until Saturday, November 22, at 23:00 UTC and passes if > >> a majority of at least 3 +1 PMC votes are cast. > >> [ ] +1 Release this package as Apache Spark 1.1.1 > >> [ ] -1 Do not release this package because ... > >> > >> To learn more about Apache Spark, please see > >> http://spark.apache.org/ > >> > >> Cheers, > >> Andrew > >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org > For additional commands, e-mail: dev-h...@spark.apache.org > >