spark git commit: [SPARK-7887][SQL] Remove EvaluatedType from SQL Expression.

2015-05-27 Thread rxin
Repository: spark Updated Branches: refs/heads/master 4f98d7a7f - 9f48bf6b3 [SPARK-7887][SQL] Remove EvaluatedType from SQL Expression. This type is not really used. Might as well remove it. Author: Reynold Xin r...@databricks.com Closes #6427 from rxin/evalutedType and squashes the

spark git commit: [SQL] Rename MathematicalExpression UnaryMathExpression, and specify BinaryMathExpression's output data type as DoubleType.

2015-05-27 Thread rxin
Repository: spark Updated Branches: refs/heads/master 9f48bf6b3 - 3e7d7d6b3 [SQL] Rename MathematicalExpression UnaryMathExpression, and specify BinaryMathExpression's output data type as DoubleType. Two minor changes. cc brkyvz Author: Reynold Xin r...@databricks.com Closes #6428 from

spark git commit: [SPARK-7864] [UI] Fix the logic grabbing the link from table in AllJobPage

2015-05-27 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.4 a25ce91f9 - 13044b046 [SPARK-7864] [UI] Fix the logic grabbing the link from table in AllJobPage This issue is related to #6419 . Now AllJobPage doesn't have a kill link but I think fix the issue mentioned in #6419 just in case to

spark git commit: [SPARK-7864] [UI] Fix the logic grabbing the link from table in AllJobPage

2015-05-27 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 15459db4f - 0db76c90a [SPARK-7864] [UI] Fix the logic grabbing the link from table in AllJobPage This issue is related to #6419 . Now AllJobPage doesn't have a kill link but I think fix the issue mentioned in #6419 just in case to avoid

spark git commit: Removed Guava dependency from JavaTypeInference's type signature.

2015-05-27 Thread rxin
Repository: spark Updated Branches: refs/heads/master 0db76c90a - 6fec1a940 Removed Guava dependency from JavaTypeInference's type signature. This should also close #6243. Author: Reynold Xin r...@databricks.com Closes #6431 from rxin/JavaTypeInference-guava and squashes the following

spark git commit: Removed Guava dependency from JavaTypeInference's type signature.

2015-05-27 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 13044b046 - 0468d57a6 Removed Guava dependency from JavaTypeInference's type signature. This should also close #6243. Author: Reynold Xin r...@databricks.com Closes #6431 from rxin/JavaTypeInference-guava and squashes the following

spark git commit: [CORE] [TEST] HistoryServerSuite failed due to timezone issue

2015-05-27 Thread irashid
Repository: spark Updated Branches: refs/heads/master 3e7d7d6b3 - 4615081d7 [CORE] [TEST] HistoryServerSuite failed due to timezone issue follow up for #6377 Change time to the equivalent in GMT /cc squito Author: scwf wangf...@huawei.com Closes #6425 from scwf/fix-HistoryServerSuite and

spark git commit: [CORE] [TEST] HistoryServerSuite failed due to timezone issue

2015-05-27 Thread irashid
Repository: spark Updated Branches: refs/heads/branch-1.4 e5357132b - 90525c9ba [CORE] [TEST] HistoryServerSuite failed due to timezone issue follow up for #6377 Change time to the equivalent in GMT /cc squito Author: scwf wangf...@huawei.com Closes #6425 from scwf/fix-HistoryServerSuite

spark git commit: [SPARK-7878] Rename Stage.jobId to firstJobId

2015-05-27 Thread kayousterhout
Repository: spark Updated Branches: refs/heads/master 4615081d7 - ff0ddff46 [SPARK-7878] Rename Stage.jobId to firstJobId The previous name was confusing, because each stage can be associated with many jobs, and jobId is just the ID of the first job that was associated with the Stage. This

spark git commit: [SPARK-7847] [SQL] Fixes dynamic partition directory escaping

2015-05-27 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.4 90525c9ba - a25ce91f9 [SPARK-7847] [SQL] Fixes dynamic partition directory escaping Please refer to [SPARK-7847] [1] for details. [1]: https://issues.apache.org/jira/browse/SPARK-7847 Author: Cheng Lian l...@databricks.com Closes

spark git commit: [SPARK-7847] [SQL] Fixes dynamic partition directory escaping

2015-05-27 Thread yhuai
Repository: spark Updated Branches: refs/heads/master ff0ddff46 - 15459db4f [SPARK-7847] [SQL] Fixes dynamic partition directory escaping Please refer to [SPARK-7847] [1] for details. [1]: https://issues.apache.org/jira/browse/SPARK-7847 Author: Cheng Lian l...@databricks.com Closes #6389

spark git commit: [SPARK-7790] [SQL] date and decimal conversion for dynamic partition key

2015-05-27 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 6fec1a940 - 8161562ea [SPARK-7790] [SQL] date and decimal conversion for dynamic partition key Author: Daoyuan Wang daoyuan.w...@intel.com Closes #6318 from adrian-wang/dynpart and squashes the following commits: ad73b61 [Daoyuan Wang]

spark git commit: [SPARK-7684] [SQL] Refactoring MetastoreDataSourcesSuite to workaround SPARK-7684

2015-05-27 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.4 d33142fd8 - 89fe93fc3 [SPARK-7684] [SQL] Refactoring MetastoreDataSourcesSuite to workaround SPARK-7684 As stated in SPARK-7684, currently `TestHive.reset` has some execution order specific bug, which makes running specific test

spark git commit: [SPARK-7853] [SQL] Fixes a class loader issue in Spark SQL

2015-05-27 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.4 89fe93fc3 - e07b71560 [SPARK-7853] [SQL] Fixes a class loader issue in Spark SQL This PR is based on PR #6396 authored by chenghao-intel. Essentially, Spark SQL should use context classloader to load SerDe classes. yhuai helped

spark git commit: [SPARK-7853] [SQL] Fixes a class loader issue in Spark SQL

2015-05-27 Thread yhuai
Repository: spark Updated Branches: refs/heads/master b97ddff00 - db3fd054f [SPARK-7853] [SQL] Fixes a class loader issue in Spark SQL This PR is based on PR #6396 authored by chenghao-intel. Essentially, Spark SQL should use context classloader to load SerDe classes. yhuai helped updating

spark git commit: [SPARK-7535] [.1] [MLLIB] minor changes to the pipeline API

2015-05-27 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.4 d0bd68ff8 - 34e233f9c [SPARK-7535] [.1] [MLLIB] minor changes to the pipeline API 1. removed `Params.validateParams(extra)` 2. added `Evaluate.evaluate(dataset, paramPairs*)` 3. updated `RegressionEvaluator` doc jkbradley Author:

spark git commit: [SPARK-7896] Allow ChainedBuffer to store more than 2 GB

2015-05-27 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.4 9da4b6bcb - d83c2ee84 [SPARK-7896] Allow ChainedBuffer to store more than 2 GB Author: Sandy Ryza sa...@cloudera.com Closes #6440 from sryza/sandy-spark-7896 and squashes the following commits: 49d8a0d [Sandy Ryza] Fix bug introduced

spark git commit: [SPARK-7896] Allow ChainedBuffer to store more than 2 GB

2015-05-27 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 852f4de2d - bd11b01eb [SPARK-7896] Allow ChainedBuffer to store more than 2 GB Author: Sandy Ryza sa...@cloudera.com Closes #6440 from sryza/sandy-spark-7896 and squashes the following commits: 49d8a0d [Sandy Ryza] Fix bug introduced

spark git commit: [SPARK-7873] Allow KryoSerializerInstance to create multiple streams at the same time

2015-05-27 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 3c1f1baaf - 852f4de2d [SPARK-7873] Allow KryoSerializerInstance to create multiple streams at the same time This is a somewhat obscure bug, but I think that it will seriously impact KryoSerializer users who use custom registrators which

spark git commit: [SPARK-7873] Allow KryoSerializerInstance to create multiple streams at the same time

2015-05-27 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.4 bd9173c14 - 9da4b6bcb [SPARK-7873] Allow KryoSerializerInstance to create multiple streams at the same time This is a somewhat obscure bug, but I think that it will seriously impact KryoSerializer users who use custom registrators

spark git commit: [SPARK-7897][SQL] Use DecimalType to represent unsigned bigint in JDBCRDD

2015-05-27 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 e07b71560 - b4ecbce65 [SPARK-7897][SQL] Use DecimalType to represent unsigned bigint in JDBCRDD JIRA: https://issues.apache.org/jira/browse/SPARK-7897 Author: Liang-Chi Hsieh vii...@gmail.com Closes #6438 from

spark git commit: [SPARK-7907] [SQL] [UI] Rename tab ThriftServer to SQL.

2015-05-27 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.4 b4ecbce65 - bd9173c14 [SPARK-7907] [SQL] [UI] Rename tab ThriftServer to SQL. This PR has three changes: 1. Renaming the table of `ThriftServer` to `SQL`; 2. Renaming the title of the tab from `ThriftServer` to `JDBC/ODBC Server`; and

[1/2] spark git commit: Preparing Spark release v1.4.0-rc3

2015-05-27 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.4 d83c2ee84 - 7c342bdd9 Preparing Spark release v1.4.0-rc3 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4983dfc8 Tree:

Git Push Summary

2015-05-27 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.4.0-rc3 [created] 4983dfc87 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

spark git commit: [SPARK-7907] [SQL] [UI] Rename tab ThriftServer to SQL.

2015-05-27 Thread yhuai
Repository: spark Updated Branches: refs/heads/master a1e092eae - 3c1f1baaf [SPARK-7907] [SQL] [UI] Rename tab ThriftServer to SQL. This PR has three changes: 1. Renaming the table of `ThriftServer` to `SQL`; 2. Renaming the title of the tab from `ThriftServer` to `JDBC/ODBC Server`; and 3.

spark git commit: [DOCS] Fix typo in documentation for Java UDF registration

2015-05-27 Thread rxin
Repository: spark Updated Branches: refs/heads/master bd11b01eb - 35410614d [DOCS] Fix typo in documentation for Java UDF registration This contribution is my original work and I license the work to the project under the project's open source license Author: Matt Wise mw...@quixey.com

spark git commit: [DOCS] Fix typo in documentation for Java UDF registration

2015-05-27 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 7c342bdd9 - 63be026da [DOCS] Fix typo in documentation for Java UDF registration This contribution is my original work and I license the work to the project under the project's open source license Author: Matt Wise mw...@quixey.com

spark git commit: [SPARK-7850][BUILD] Hive 0.12.0 profile in POM should be removed

2015-05-27 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 34e233f9c - 4e12cec8a [SPARK-7850][BUILD] Hive 0.12.0 profile in POM should be removed I grep'ed hive-0.12.0 in the source code and removed all the profiles and doc references. Author: Cheolsoo Park cheols...@netflix.com Closes

spark git commit: [SPARK-7697][SQL] Use LongType for unsigned int in JDBCRDD

2015-05-27 Thread rxin
Repository: spark Updated Branches: refs/heads/master 6dd645870 - 4f98d7a7f [SPARK-7697][SQL] Use LongType for unsigned int in JDBCRDD JIRA: https://issues.apache.org/jira/browse/SPARK-7697 The reported problem case is mysql. But for h2 db, there is no unsigned int. So it is not able to add

spark git commit: [SPARK-7697][SQL] Use LongType for unsigned int in JDBCRDD

2015-05-27 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 4e12cec8a - 01c3ef536 [SPARK-7697][SQL] Use LongType for unsigned int in JDBCRDD JIRA: https://issues.apache.org/jira/browse/SPARK-7697 The reported problem case is mysql. But for h2 db, there is no unsigned int. So it is not able to