spark git commit: [SPARK-5366][EC2] Check the mode of private key

2015-02-08 Thread srowen
Repository: spark Updated Branches: refs/heads/master 5de14cc27 - 6fb141e2a [SPARK-5366][EC2] Check the mode of private key Check the mode of private key file. Author: liuchang0812 liuchang0...@gmail.com Closes #4162 from Liuchang0812/ec2-script and squashes the following commits: fc37355

spark git commit: [SPARK-5672][Web UI] Don't return `ERROR 500` when have missing args

2015-02-08 Thread srowen
Repository: spark Updated Branches: refs/heads/master 487831369 - 23a99dabf [SPARK-5672][Web UI] Don't return `ERROR 500` when have missing args Spark web UI return `HTTP ERROR 500` when GET arguments is missing. Author: Kirill A. Korinskiy ca...@catap.ru Closes #4239 from catap/ui_500 and

spark git commit: [SPARK-5656] Fail gracefully for large values of k and/or n that will ex...

2015-02-08 Thread srowen
Repository: spark Updated Branches: refs/heads/master 6fb141e2a - 487831369 [SPARK-5656] Fail gracefully for large values of k and/or n that will ex... ...ceed max int. Large values of k and/or n in EigenValueDecomposition.symmetricEigs will result in array initialization to a value larger

spark git commit: [SPARK-5672][Web UI] Don't return `ERROR 500` when have missing args

2015-02-08 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.3 0f9d76599 - 96010faa3 [SPARK-5672][Web UI] Don't return `ERROR 500` when have missing args Spark web UI return `HTTP ERROR 500` when GET arguments is missing. Author: Kirill A. Korinskiy ca...@catap.ru Closes #4239 from catap/ui_500

spark git commit: [SPARK-3039] [BUILD] Spark assembly for new hadoop API (hadoop 2) contai...

2015-02-08 Thread srowen
Repository: spark Updated Branches: refs/heads/master 23a99dabf - 75fdccca3 [SPARK-3039] [BUILD] Spark assembly for new hadoop API (hadoop 2) contai... ...ns avro-mapred for hadoop 1 API had been marked as resolved but did not work for at least some builds due to version conflicts using

spark git commit: [SQL] Set sessionState in QueryExecution.

2015-02-08 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 75fdccca3 - 804949d51 [SQL] Set sessionState in QueryExecution. This PR sets the SessionState in HiveContext's QueryExecution. So, we can make sure that SessionState.get can return the SessionState every time. Author: Yin Huai

spark git commit: [SQL] Set sessionState in QueryExecution.

2015-02-08 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.3 bc55e20fd - 42c56b6f1 [SQL] Set sessionState in QueryExecution. This PR sets the SessionState in HiveContext's QueryExecution. So, we can make sure that SessionState.get can return the SessionState every time. Author: Yin Huai

spark git commit: SPARK-5665 [DOCS] Update netlib-java documentation

2015-02-08 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.3 9e4d58fe2 - c515634ef SPARK-5665 [DOCS] Update netlib-java documentation I am the author of netlib-java and I found this documentation to be out of date. Some main points: 1. Breeze has not depended on jBLAS for some time 2.

spark git commit: [SPARK-5539][MLLIB] LDA guide

2015-02-08 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.3 955f2863e - 5782ee29e [SPARK-5539][MLLIB] LDA guide This is the LDA user guide from jkbradley with Java and Scala code example. Author: Xiangrui Meng m...@databricks.com Author: Joseph K. Bradley jos...@databricks.com Closes #4465

spark git commit: [SPARK-5539][MLLIB] LDA guide

2015-02-08 Thread meng
Repository: spark Updated Branches: refs/heads/master 4575c5643 - 855d12ac0 [SPARK-5539][MLLIB] LDA guide This is the LDA user guide from jkbradley with Java and Scala code example. Author: Xiangrui Meng m...@databricks.com Author: Joseph K. Bradley jos...@databricks.com Closes #4465 from

spark git commit: [SPARK-5643][SQL] Add a show method to print the content of a DataFrame in tabular format.

2015-02-08 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.3 c515634ef - e1996aafa [SPARK-5643][SQL] Add a show method to print the content of a DataFrame in tabular format. An example: ``` year month AVG('Adj Close) MAX('Adj Close) 1980 120.5032180.595103 1981 010.523289

spark git commit: [SPARK-5643][SQL] Add a show method to print the content of a DataFrame in tabular format.

2015-02-08 Thread rxin
Repository: spark Updated Branches: refs/heads/master 56aff4bd6 - a052ed425 [SPARK-5643][SQL] Add a show method to print the content of a DataFrame in tabular format. An example: ``` year month AVG('Adj Close) MAX('Adj Close) 1980 120.5032180.595103 1981 010.523289

spark git commit: [SPARK-5472][SQL] Fix Scala code style

2015-02-08 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.3 fa8ea48f2 - 955f2863e [SPARK-5472][SQL] Fix Scala code style Fix Scala code style. Author: Hung Lin h...@zoomdata.com Closes #4464 from hunglin/SPARK-5472 and squashes the following commits: ef7a3b3 [Hung Lin] SPARK-5472: fix scala

spark git commit: [SPARK-5472][SQL] Fix Scala code style

2015-02-08 Thread rxin
Repository: spark Updated Branches: refs/heads/master 4396dfb37 - 4575c5643 [SPARK-5472][SQL] Fix Scala code style Fix Scala code style. Author: Hung Lin h...@zoomdata.com Closes #4464 from hunglin/SPARK-5472 and squashes the following commits: ef7a3b3 [Hung Lin] SPARK-5472: fix scala

spark git commit: [SPARK-5660][MLLIB] Make Matrix apply public

2015-02-08 Thread meng
Repository: spark Updated Branches: refs/heads/master a052ed425 - c17161189 [SPARK-5660][MLLIB] Make Matrix apply public This is #4447 with `override`. Closes #4447 Author: Joseph K. Bradley jos...@databricks.com Author: Xiangrui Meng m...@databricks.com Closes #4462 from mengxr/SPARK-5660

spark git commit: SPARK-4405 [MLLIB] Matrices.* construction methods should check for rows x cols overflow

2015-02-08 Thread meng
Repository: spark Updated Branches: refs/heads/master c17161189 - 4396dfb37 SPARK-4405 [MLLIB] Matrices.* construction methods should check for rows x cols overflow Check that size of dense matrix array is not beyond Int.MaxValue in Matrices.* methods. jkbradley this should be an easy one.

spark git commit: SPARK-4405 [MLLIB] Matrices.* construction methods should check for rows x cols overflow

2015-02-08 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.3 df9b10573 - fa8ea48f2 SPARK-4405 [MLLIB] Matrices.* construction methods should check for rows x cols overflow Check that size of dense matrix array is not beyond Int.MaxValue in Matrices.* methods. jkbradley this should be an easy

svn commit: r7965 - /dev/spark/spark-1.2.1-rc3/

2015-02-08 Thread pwendell
Author: pwendell Date: Mon Feb 9 06:29:04 2015 New Revision: 7965 Log: Adding Spark 1.2.1 RC3 Added: dev/spark/spark-1.2.1-rc3/ dev/spark/spark-1.2.1-rc3/spark-1.2.1-bin-cdh4.tgz (with props) dev/spark/spark-1.2.1-rc3/spark-1.2.1-bin-cdh4.tgz.asc (with props)

svn commit: r7966 - /dev/spark/spark-1.2.1-rc3/ /release/spark/spark-1.2.1/

2015-02-08 Thread pwendell
Author: pwendell Date: Mon Feb 9 06:34:02 2015 New Revision: 7966 Log: Spark release 1.2.1 Added: release/spark/spark-1.2.1/ - copied from r7965, dev/spark/spark-1.2.1-rc3/ Removed: dev/spark/spark-1.2.1-rc3/ -

svn commit: r1658279 - in /spark: robots.txt sitemap.xml

2015-02-08 Thread matei
Author: matei Date: Sun Feb 8 23:59:49 2015 New Revision: 1658279 URL: http://svn.apache.org/r1658279 Log: Add robots.txt and sitemap.xml to top-level folder too so they get generated Added: spark/robots.txt spark/sitemap.xml Added: spark/robots.txt URL:

svn commit: r1658278 - in /spark: ./ _layouts/ graphx/ mllib/ site/ site/graphx/ site/mllib/ site/news/ site/releases/ site/screencasts/ site/sql/ site/streaming/ sql/ streaming/

2015-02-08 Thread matei
Author: matei Date: Sun Feb 8 23:58:24 2015 New Revision: 1658278 URL: http://svn.apache.org/r1658278 Log: Add meta description tags Modified: spark/_layouts/global.html spark/graphx/index.md spark/index.md spark/mllib/index.md spark/site/community.html

spark git commit: [SPARK-5598][MLLIB] model save/load for ALS

2015-02-08 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.3 42c56b6f1 - 9e4d58fe2 [SPARK-5598][MLLIB] model save/load for ALS following #4233. jkbradley Author: Xiangrui Meng m...@databricks.com Closes #4422 from mengxr/SPARK-5598 and squashes the following commits: a059394 [Xiangrui Meng]

spark git commit: [SPARK-5598][MLLIB] model save/load for ALS

2015-02-08 Thread meng
Repository: spark Updated Branches: refs/heads/master 804949d51 - 5c299c58f [SPARK-5598][MLLIB] model save/load for ALS following #4233. jkbradley Author: Xiangrui Meng m...@databricks.com Closes #4422 from mengxr/SPARK-5598 and squashes the following commits: a059394 [Xiangrui Meng]