svn commit: r22161 - /dev/spark/KEYS

2017-10-07 Thread holden
Author: holden Date: Sat Oct 7 21:34:44 2017 New Revision: 22161 Log: Add holden's apache code signing key to KEYS Modified: dev/spark/KEYS Modified: dev/spark/KEYS == --- dev/spark/KEYS (original) +++

svn commit: r22160 - /dev/spark/KEYS

2017-10-07 Thread holden
Author: holden Date: Sat Oct 7 21:33:21 2017 New Revision: 22160 Log: Copy KEYS file into dev from release so we can append to it. Added: dev/spark/KEYS - copied unchanged from r22159, release/spark/KEYS - To

svn commit: r22159 - /dev/spark/KEYS

2017-10-07 Thread holden
Author: holden Date: Sat Oct 7 21:29:35 2017 New Revision: 22159 Log: Remove dev KEYS Removed: dev/spark/KEYS - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail:

svn commit: r22158 - /dev/spark/KEYS

2017-10-07 Thread holden
Author: holden Date: Sat Oct 7 21:23:01 2017 New Revision: 22158 Log: Add Holden's key to KEYS Added: dev/spark/KEYS Added: dev/spark/KEYS == --- dev/spark/KEYS (added) +++ dev/spark/KEYS Sat Oct 7 21:23:01 2017

spark git commit: [SPARK-22156][MLLIB] Fix update equation of learning rate in Word2Vec.scala

2017-10-07 Thread srowen
Repository: spark Updated Branches: refs/heads/master 2030f1951 -> 5eacc3bfa [SPARK-22156][MLLIB] Fix update equation of learning rate in Word2Vec.scala ## What changes were proposed in this pull request? Current equation of learning rate is incorrect when `numIterations` > `1`. This PR is