spark git commit: [SPARK-10938] [SQL] remove typeId in columnar cache

2015-10-06 Thread davies
Repository: spark Updated Branches: refs/heads/master 4e0027fea -> 27ecfe61f [SPARK-10938] [SQL] remove typeId in columnar cache This PR remove the typeId in columnar cache, it's not needed anymore, it also remove DATE and TIMESTAMP (use INT/LONG instead). Author: Davies Liu Closes #8989 f

spark git commit: [SPARK-10916] [YARN] Set perm gen size when launching containers on YARN.

2015-10-06 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 27ecfe61f -> 744f03e70 [SPARK-10916] [YARN] Set perm gen size when launching containers on YARN. This makes YARN containers behave like all other processes launched by Spark, which launch with a default perm gen size of 256m unless overridd

spark git commit: [SPARK-10901] [YARN] spark.yarn.user.classpath.first doesn't work

2015-10-06 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 744f03e70 -> e97836015 [SPARK-10901] [YARN] spark.yarn.user.classpath.first doesn't work This should go into 1.5.2 also. The issue is we were no longer adding the __app__.jar to the system classpath. Author: Thomas Graves Author: Tom Gra

spark git commit: [SPARK-10901] [YARN] spark.yarn.user.classpath.first doesn't work

2015-10-06 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-1.5 c8392cd5b -> 6847be6d1 [SPARK-10901] [YARN] spark.yarn.user.classpath.first doesn't work This should go into 1.5.2 also. The issue is we were no longer adding the __app__.jar to the system classpath. Author: Thomas Graves Author: Tom

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

2015-10-06 Thread rxin
Author: rxin Date: Tue Oct 6 18:57:50 2015 New Revision: 1707118 URL: http://svn.apache.org/viewvc?rev=1707118&view=rev Log: fix version in documentation dropdown mnue Modified: spark/_layouts/global.html spark/site/community.html spark/site/documentation.html spark/site/download

spark git commit: [SPARK-10688] [ML] [PYSPARK] Python API for AFTSurvivalRegression

2015-10-06 Thread meng
Repository: spark Updated Branches: refs/heads/master e97836015 -> 5952bdb7d [SPARK-10688] [ML] [PYSPARK] Python API for AFTSurvivalRegression Implement Python API for AFTSurvivalRegression Author: vectorijk Closes #8926 from vectorijk/spark-10688. Project: http://git-wip-us.apache.org/re

spark git commit: [SPARK-10957] [ML] setParams changes quantileProbabilities unexpectly in PySpark's AFTSurvivalRegression

2015-10-06 Thread meng
Repository: spark Updated Branches: refs/heads/master 5952bdb7d -> 5e035403d [SPARK-10957] [ML] setParams changes quantileProbabilities unexpectly in PySpark's AFTSurvivalRegression If user doesn't specify `quantileProbs` in `setParams`, it will get reset to the default value. We don't need

spark git commit: [SPARK-10885] [STREAMING] Display the failed output op in Streaming UI

2015-10-06 Thread tdas
Repository: spark Updated Branches: refs/heads/master 5e035403d -> ffe6831e4 [SPARK-10885] [STREAMING] Display the failed output op in Streaming UI This PR implements the following features for both `master` and `branch-1.5`. 1. Display the failed output op count in the batch list 2. Display t

spark git commit: [SPARK-10885] [STREAMING] Display the failed output op in Streaming UI

2015-10-06 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.5 6847be6d1 -> 84f510c4f [SPARK-10885] [STREAMING] Display the failed output op in Streaming UI This PR implements the following features for both `master` and `branch-1.5`. 1. Display the failed output op count in the batch list 2. Displ