spark git commit: [SPARK-20781] the location of Dockerfile in docker.properties.templat is wrong

2017-05-19 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.2 4fcd52b48 -> 3aad5982a [SPARK-20781] the location of Dockerfile in docker.properties.templat is wrong [https://issues.apache.org/jira/browse/SPARK-20781](https://issues.apache.org/jira/browse/SPARK-20781) the location of Dockerfile in

spark git commit: [SPARK-20781] the location of Dockerfile in docker.properties.templat is wrong

2017-05-19 Thread srowen
Repository: spark Updated Branches: refs/heads/master b5d8d9ba1 -> 749418d28 [SPARK-20781] the location of Dockerfile in docker.properties.templat is wrong [https://issues.apache.org/jira/browse/SPARK-20781](https://issues.apache.org/jira/browse/SPARK-20781) the location of Dockerfile in

spark git commit: [SPARK-20781] the location of Dockerfile in docker.properties.templat is wrong

2017-05-19 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.1 c53fe793d -> e9804b3d4 [SPARK-20781] the location of Dockerfile in docker.properties.templat is wrong [https://issues.apache.org/jira/browse/SPARK-20781](https://issues.apache.org/jira/browse/SPARK-20781) the location of Dockerfile in

spark git commit: [SPARK-20506][DOCS] 2.2 migration guide

2017-05-19 Thread mlnick
Repository: spark Updated Branches: refs/heads/branch-2.2 43f9fb798 -> 4fcd52b48 [SPARK-20506][DOCS] 2.2 migration guide Update ML guide for migration `2.1` -> `2.2` and the previous version migration guide section. ## How was this patch tested? Build doc locally. Author: Nick Pentreath

spark git commit: [SPARK-20506][DOCS] 2.2 migration guide

2017-05-19 Thread mlnick
Repository: spark Updated Branches: refs/heads/master 7f203a248 -> b5d8d9ba1 [SPARK-20506][DOCS] 2.2 migration guide Update ML guide for migration `2.1` -> `2.2` and the previous version migration guide section. ## How was this patch tested? Build doc locally. Author: Nick Pentreath

spark git commit: [SPARKR] Fix bad examples in DataFrame methods and style issues

2017-05-19 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 2d90c04f2 -> 7f203a248 [SPARKR] Fix bad examples in DataFrame methods and style issues ## What changes were proposed in this pull request? Some examples in the DataFrame methods are syntactically wrong, even though they are pseudo code.

spark git commit: [SPARKR][DOCS][MINOR] Use consistent names in rollup and cube examples

2017-05-19 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master ea3b1e352 -> 2d90c04f2 [SPARKR][DOCS][MINOR] Use consistent names in rollup and cube examples ## What changes were proposed in this pull request? Rename `carsDF` to `df` in SparkR `rollup` and `cube` examples. ## How was this patch

spark git commit: [SPARK-20763][SQL] The function of `month` and `day` return the value which is not we expected.

2017-05-19 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.2 001b82c18 -> 43f9fb798 [SPARK-20763][SQL] The function of `month` and `day` return the value which is not we expected. ## What changes were proposed in this pull request? spark-sql>select month("1582-09-28"); spark-sql>10 For this

spark git commit: [SPARK-20763][SQL] The function of `month` and `day` return the value which is not we expected.

2017-05-19 Thread lixiao
Repository: spark Updated Branches: refs/heads/master bff021dfa -> ea3b1e352 [SPARK-20763][SQL] The function of `month` and `day` return the value which is not we expected. ## What changes were proposed in this pull request? spark-sql>select month("1582-09-28"); spark-sql>10 For this case,

spark git commit: [SPARK-20751][SQL] Add built-in SQL Function - COT

2017-05-19 Thread lixiao
Repository: spark Updated Branches: refs/heads/master dba2ca2c1 -> bff021dfa [SPARK-20751][SQL] Add built-in SQL Function - COT ## What changes were proposed in this pull request? Add built-in SQL Function - COT. ## How was this patch tested? unit tests Author: Yuming Wang

spark git commit: [SPARK-20759] SCALA_VERSION in _config.yml should be consistent with pom.xml

2017-05-19 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.1 e326de485 -> c53fe793d [SPARK-20759] SCALA_VERSION in _config.yml should be consistent with pom.xml [https://issues.apache.org/jira/browse/SPARK-20759](https://issues.apache.org/jira/browse/SPARK-20759) SCALA_VERSION in _config.yml is

spark git commit: [SPARK-20759] SCALA_VERSION in _config.yml should be consistent with pom.xml

2017-05-19 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.2 939b9536f -> 001b82c18 [SPARK-20759] SCALA_VERSION in _config.yml should be consistent with pom.xml [https://issues.apache.org/jira/browse/SPARK-20759](https://issues.apache.org/jira/browse/SPARK-20759) SCALA_VERSION in _config.yml is

spark git commit: [SPARK-20759] SCALA_VERSION in _config.yml should be consistent with pom.xml

2017-05-19 Thread srowen
Repository: spark Updated Branches: refs/heads/master f398640da -> dba2ca2c1 [SPARK-20759] SCALA_VERSION in _config.yml should be consistent with pom.xml [https://issues.apache.org/jira/browse/SPARK-20759](https://issues.apache.org/jira/browse/SPARK-20759) SCALA_VERSION in _config.yml is

spark git commit: [SPARK-20607][CORE] Add new unit tests to ShuffleSuite

2017-05-19 Thread srowen
Repository: spark Updated Branches: refs/heads/master 3f2cd51ee -> f398640da [SPARK-20607][CORE] Add new unit tests to ShuffleSuite ## What changes were proposed in this pull request? This PR update to two: 1.adds the new unit tests. testing would be performed when there is no shuffle

spark git commit: [SPARK-20773][SQL] ParquetWriteSupport.writeFields is quadratic in number of fields

2017-05-19 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master ce8edb8bf -> 3f2cd51ee [SPARK-20773][SQL] ParquetWriteSupport.writeFields is quadratic in number of fields Fix quadratic List indexing in ParquetWriteSupport. I noticed this function while profiling some code with today. It showed up as

spark git commit: [SPARK-20773][SQL] ParquetWriteSupport.writeFields is quadratic in number of fields

2017-05-19 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/branch-2.2 2eed4c96a -> 939b9536f [SPARK-20773][SQL] ParquetWriteSupport.writeFields is quadratic in number of fields Fix quadratic List indexing in ParquetWriteSupport. I noticed this function while profiling some code with today. It showed up

spark git commit: [SPARK-20798] GenerateUnsafeProjection should check if a value is null before calling the getter

2017-05-19 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master 92580bd0e -> ce8edb8bf [SPARK-20798] GenerateUnsafeProjection should check if a value is null before calling the getter ## What changes were proposed in this pull request? GenerateUnsafeProjection.writeStructToBuffer() did not honor the

spark git commit: [SPARK-20798] GenerateUnsafeProjection should check if a value is null before calling the getter

2017-05-19 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/branch-2.1 e06d9367f -> e326de485 [SPARK-20798] GenerateUnsafeProjection should check if a value is null before calling the getter ## What changes were proposed in this pull request? GenerateUnsafeProjection.writeStructToBuffer() did not honor

spark git commit: [SPARK-20798] GenerateUnsafeProjection should check if a value is null before calling the getter

2017-05-19 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/branch-2.2 556ad019f -> 2eed4c96a [SPARK-20798] GenerateUnsafeProjection should check if a value is null before calling the getter ## What changes were proposed in this pull request? GenerateUnsafeProjection.writeStructToBuffer() did not honor