spark git commit: [SPARK-15789][SQL] Allow reserved keywords in most places

2016-06-07 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 003c44792 -> 141e910af [SPARK-15789][SQL] Allow reserved keywords in most places ## What changes were proposed in this pull request? The parser currently does not allow the use of some SQL keywords as table or field names. This PR adds

spark git commit: [SPARK-15789][SQL] Allow reserved keywords in most places

2016-06-07 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 0cfd6192f -> 91fbc880b [SPARK-15789][SQL] Allow reserved keywords in most places ## What changes were proposed in this pull request? The parser currently does not allow the use of some SQL keywords as table or field names. This PR adds sup

spark git commit: [SPARK-15580][SQL] Add ContinuousQueryInfo to make ContinuousQueryListener events serializable

2016-06-07 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-2.0 ec556fec0 -> 003c44792 [SPARK-15580][SQL] Add ContinuousQueryInfo to make ContinuousQueryListener events serializable ## What changes were proposed in this pull request? This PR adds ContinuousQueryInfo to make ContinuousQueryListener

spark git commit: [SPARK-15580][SQL] Add ContinuousQueryInfo to make ContinuousQueryListener events serializable

2016-06-07 Thread tdas
Repository: spark Updated Branches: refs/heads/master 695dbc816 -> 0cfd6192f [SPARK-15580][SQL] Add ContinuousQueryInfo to make ContinuousQueryListener events serializable ## What changes were proposed in this pull request? This PR adds ContinuousQueryInfo to make ContinuousQueryListener eve

spark git commit: [SPARK-14485][CORE] ignore task finished for executor lost and removed by driver

2016-06-07 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.0 e21a9ddef -> ec556fec0 [SPARK-14485][CORE] ignore task finished for executor lost and removed by driver Now, when executor is removed by driver with heartbeats timeout, driver will re-queue the task on this executor and send a kill com

spark git commit: [SPARK-14485][CORE] ignore task finished for executor lost and removed by driver

2016-06-07 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 6ecedf39b -> 695dbc816 [SPARK-14485][CORE] ignore task finished for executor lost and removed by driver Now, when executor is removed by driver with heartbeats timeout, driver will re-queue the task on this executor and send a kill command

spark git commit: [SPARK-13590][ML][DOC] Document spark.ml LiR, LoR and AFTSurvivalRegression behavior difference

2016-06-07 Thread yliang
Repository: spark Updated Branches: refs/heads/branch-2.0 9e16f23e7 -> e21a9ddef [SPARK-13590][ML][DOC] Document spark.ml LiR, LoR and AFTSurvivalRegression behavior difference ## What changes were proposed in this pull request? When fitting ```LinearRegressionModel```(by "l-bfgs" solver) and

spark git commit: [SPARK-13590][ML][DOC] Document spark.ml LiR, LoR and AFTSurvivalRegression behavior difference

2016-06-07 Thread yliang
Repository: spark Updated Branches: refs/heads/master 890baaca5 -> 6ecedf39b [SPARK-13590][ML][DOC] Document spark.ml LiR, LoR and AFTSurvivalRegression behavior difference ## What changes were proposed in this pull request? When fitting ```LinearRegressionModel```(by "l-bfgs" solver) and ``

spark git commit: [SPARK-15674][SQL] Deprecates "CREATE TEMPORARY TABLE USING...", uses "CREAT TEMPORARY VIEW USING..." instead

2016-06-07 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/branch-2.0 7a7ec0547 -> 9e16f23e7 [SPARK-15674][SQL] Deprecates "CREATE TEMPORARY TABLE USING...", uses "CREAT TEMPORARY VIEW USING..." instead ## What changes were proposed in this pull request? The current implementation of "CREATE TEMPORARY T

spark git commit: [SPARK-15674][SQL] Deprecates "CREATE TEMPORARY TABLE USING...", uses "CREAT TEMPORARY VIEW USING..." instead

2016-06-07 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master 200f01c8f -> 890baaca5 [SPARK-15674][SQL] Deprecates "CREATE TEMPORARY TABLE USING...", uses "CREAT TEMPORARY VIEW USING..." instead ## What changes were proposed in this pull request? The current implementation of "CREATE TEMPORARY TABLE

spark git commit: [SPARK-14279][BUILD] Pick the spark version from pom

2016-06-07 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.0 f1439b90c -> 7a7ec0547 [SPARK-14279][BUILD] Pick the spark version from pom Changes are already merged in master (https://github.com/apache/spark/pull/13061) . This one's for branch-2.0 Author: Dhruve Ashar Closes #13530 from dhruve

spark git commit: [SPARK-15760][DOCS] Add documentation for package-related configs.

2016-06-07 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.0 ead3bbdae -> f1439b90c [SPARK-15760][DOCS] Add documentation for package-related configs. While there, also document spark.files and spark.jars. Text is the same as the spark-submit help text with some minor adjustments. Author: Marcel

spark git commit: [SPARK-15760][DOCS] Add documentation for package-related configs.

2016-06-07 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 3ec4461c4 -> 200f01c8f [SPARK-15760][DOCS] Add documentation for package-related configs. While there, also document spark.files and spark.jars. Text is the same as the spark-submit help text with some minor adjustments. Author: Marcelo Va

spark git commit: [SPARK-15684][SPARKR] Not mask startsWith and endsWith in R

2016-06-07 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-2.0 a7e9e60df -> ead3bbdae [SPARK-15684][SPARKR] Not mask startsWith and endsWith in R ## What changes were proposed in this pull request? In R 3.3.0, startsWith and endsWith are added. In this PR, I make the two work in SparkR. 1. Remove

spark git commit: [SPARK-15684][SPARKR] Not mask startsWith and endsWith in R

2016-06-07 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 1e2c93118 -> 3ec4461c4 [SPARK-15684][SPARKR] Not mask startsWith and endsWith in R ## What changes were proposed in this pull request? In R 3.3.0, startsWith and endsWith are added. In this PR, I make the two work in SparkR. 1. Remove sig

spark git commit: [MINOR] fix typo in documents

2016-06-07 Thread srowen
Repository: spark Updated Branches: refs/heads/master 5f731d685 -> 1e2c93118 [MINOR] fix typo in documents ## What changes were proposed in this pull request? I use spell check tools checks typo in spark documents and fix them. ## How was this patch tested? N/A Author: WeichenXu Closes #

spark git commit: [MINOR] fix typo in documents

2016-06-07 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 57dd4efcd -> a7e9e60df [MINOR] fix typo in documents ## What changes were proposed in this pull request? I use spell check tools checks typo in spark documents and fix them. ## How was this patch tested? N/A Author: WeichenXu Clos

spark git commit: [SPARK-12655][GRAPHX] GraphX does not unpersist RDDs

2016-06-07 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 6a9f19dd5 -> 5830828ef [SPARK-12655][GRAPHX] GraphX does not unpersist RDDs Some VertexRDD and EdgeRDD are created during the intermediate step of g.connectedComponents() but unnecessarily left cached after the method is done. The fix