spark git commit: [SPARK-16730][SQL] Implement function aliases for type casts

2016-07-27 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 2f4e06e38 -> 2d56a2136 [SPARK-16730][SQL] Implement function aliases for type casts ## What changes were proposed in this pull request? Spark 1.x supports using the Hive type name as function names for doing casts, e.g. ```sql SELECT

spark git commit: [SPARK-16730][SQL] Implement function aliases for type casts

2016-07-27 Thread wenchen
Repository: spark Updated Branches: refs/heads/master b14d7b5cf -> 11d427c92 [SPARK-16730][SQL] Implement function aliases for type casts ## What changes were proposed in this pull request? Spark 1.x supports using the Hive type name as function names for doing casts, e.g. ```sql SELECT

spark git commit: [SPARK-16110][YARN][PYSPARK] Fix allowing python version to be specified per submit for cluster mode.

2016-07-27 Thread vanzin
Repository: spark Updated Branches: refs/heads/master bc4851ade -> b14d7b5cf [SPARK-16110][YARN][PYSPARK] Fix allowing python version to be specified per submit for cluster mode. ## What changes were proposed in this pull request? This fix allows submit of pyspark jobs to specify python 2

spark git commit: [MINOR][DOC] missing keyword new

2016-07-27 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 8bc2877d8 -> 2f4e06e38 [MINOR][DOC] missing keyword new ## What changes were proposed in this pull request? added missing keyword for java example ## How was this patch tested? wasn't Author: Bartek Wiśniewski

spark git commit: [MINOR][DOC] missing keyword new

2016-07-27 Thread rxin
Repository: spark Updated Branches: refs/heads/master 70f846a31 -> bc4851ade [MINOR][DOC] missing keyword new ## What changes were proposed in this pull request? added missing keyword for java example ## How was this patch tested? wasn't Author: Bartek Wiśniewski

spark git commit: [SPARK-5847][CORE] Allow for configuring MetricsSystem's use of app ID to namespace all metrics

2016-07-27 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 7e8279fde -> 70f846a31 [SPARK-5847][CORE] Allow for configuring MetricsSystem's use of app ID to namespace all metrics ## What changes were proposed in this pull request? Adding a new property to SparkConf called spark.metrics.namespace

spark-website git commit: Fix a few bugs in the release notes.

2016-07-27 Thread rxin
Repository: spark-website Updated Branches: refs/heads/asf-site 46fb65a40 -> 62155dfa6 Fix a few bugs in the release notes. Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/62155dfa Tree:

spark git commit: [SPARK-16729][SQL] Throw analysis exception for invalid date casts

2016-07-27 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 4e98e6905 -> 8bc2877d8 [SPARK-16729][SQL] Throw analysis exception for invalid date casts Spark currently throws exceptions for invalid casts for all other data types except date type. Somehow date type returns null. It should be

spark git commit: [SPARK-15254][DOC] Improve ML pipeline Cross Validation Scaladoc & PyDoc

2016-07-27 Thread mlnick
Repository: spark Updated Branches: refs/heads/master 045fc3606 -> 7e8279fde [SPARK-15254][DOC] Improve ML pipeline Cross Validation Scaladoc & PyDoc ## What changes were proposed in this pull request? Updated ML pipeline Cross Validation Scaladoc & PyDoc. ## How was this patch tested?

spark git commit: [MINOR][DOC][SQL] Fix two documents regarding size in bytes

2016-07-27 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 3c3371bbd -> 045fc3606 [MINOR][DOC][SQL] Fix two documents regarding size in bytes ## What changes were proposed in this pull request? Fix two places in SQLConf documents regarding size in bytes and statistics. ## How was this patch

spark git commit: [MINOR][ML] Fix some mistake in LinearRegression formula.

2016-07-27 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 f6e0c1737 -> 4ff9892f6 [MINOR][ML] Fix some mistake in LinearRegression formula. ## What changes were proposed in this pull request? Fix some mistake in ```LinearRegression``` formula. ## How was this patch tested? Documents change,

spark git commit: [MINOR][ML] Fix some mistake in LinearRegression formula.

2016-07-27 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 be9965b07 -> 4e98e6905 [MINOR][ML] Fix some mistake in LinearRegression formula. ## What changes were proposed in this pull request? Fix some mistake in ```LinearRegression``` formula. ## How was this patch tested? Documents change,

spark git commit: [MINOR][ML] Fix some mistake in LinearRegression formula.

2016-07-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master ef0ccbcb0 -> 3c3371bbd [MINOR][ML] Fix some mistake in LinearRegression formula. ## What changes were proposed in this pull request? Fix some mistake in ```LinearRegression``` formula. ## How was this patch tested? Documents change, no

spark git commit: [SPARK-16729][SQL] Throw analysis exception for invalid date casts

2016-07-27 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 5b8e848bb -> ef0ccbcb0 [SPARK-16729][SQL] Throw analysis exception for invalid date casts ## What changes were proposed in this pull request? Spark currently throws exceptions for invalid casts for all other data types except date type.

[1/2] spark git commit: [SPARK-16621][SQL] Generate stable SQLs in SQLBuilder

2016-07-27 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 44234b1c4 -> be9965b07 http://git-wip-us.apache.org/repos/asf/spark/blob/be9965b0/sql/hive/src/test/resources/sqlgen/rollup_cube_4_2.sql -- diff --git

[2/2] spark git commit: [SPARK-16621][SQL] Generate stable SQLs in SQLBuilder

2016-07-27 Thread rxin
[SPARK-16621][SQL] Generate stable SQLs in SQLBuilder Currently, the generated SQLs have not-stable IDs for generated attributes. The stable generated SQL will give more benefit for understanding or testing the queries. This PR provides stable SQL generation by the followings. - Provide unique

[2/2] spark-website git commit: Move 2.0.0 release date to July 26 since I managed to push it out tonight.

2016-07-27 Thread rxin
Move 2.0.0 release date to July 26 since I managed to push it out tonight. Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/46fb65a4 Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/46fb65a4

[1/2] spark-website git commit: Move 2.0.0 release date to July 26 since I managed to push it out tonight.

2016-07-27 Thread rxin
Repository: spark-website Updated Branches: refs/heads/asf-site 0915efb8d -> 46fb65a40 http://git-wip-us.apache.org/repos/asf/spark-website/blob/46fb65a4/site/news/spark-summit-europe-agenda-posted.html -- diff --git