spark git commit: Fix Java SimpleApp spark application

2017-08-03 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.2 690f491f6 -> 1bcfa2a0c Fix Java SimpleApp spark application ## What changes were proposed in this pull request? Add missing import and missing parentheses to invoke `SparkSession::text()`. ## How was this patch tested? Built and the

spark git commit: Fix Java SimpleApp spark application

2017-08-03 Thread srowen
Repository: spark Updated Branches: refs/heads/master bb7afb4e1 -> dd72b10ab Fix Java SimpleApp spark application ## What changes were proposed in this pull request? Add missing import and missing parentheses to invoke `SparkSession::text()`. ## How was this patch tested? Built and the

spark git commit: [SPARK-20713][SPARK CORE] Convert CommitDenied to TaskKilled.

2017-08-03 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 13785daa8 -> bb7afb4e1 [SPARK-20713][SPARK CORE] Convert CommitDenied to TaskKilled. ## What changes were proposed in this pull request? In executor, toTaskFailedReason is converted to toTaskCommitDeniedReason to avoid the inconsistency

spark git commit: [SPARK-21599][SQL] Collecting column statistics for datasource tables may fail with java.util.NoSuchElementException

2017-08-03 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 97ba49183 -> 13785daa8 [SPARK-21599][SQL] Collecting column statistics for datasource tables may fail with java.util.NoSuchElementException ## What changes were proposed in this pull request? In case of datasource tables (when they are

spark git commit: [SPARK-21602][R] Add map_keys and map_values functions to R

2017-08-03 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master e7c59b417 -> 97ba49183 [SPARK-21602][R] Add map_keys and map_values functions to R ## What changes were proposed in this pull request? This PR adds `map_values` and `map_keys` to R API. ```r > df <- createDataFrame(cbind(model =

spark git commit: [SPARK-21605][BUILD] Let IntelliJ IDEA correctly detect Language level and Target byte code version

2017-08-03 Thread srowen
Repository: spark Updated Branches: refs/heads/master 322147061 -> e7c59b417 [SPARK-21605][BUILD] Let IntelliJ IDEA correctly detect Language level and Target byte code version With SPARK-21592, removing source and target properties from maven-compiler-plugin lets IntelliJ IDEA use default

spark git commit: [SPARK-21611][SQL] Error class name for log in several classes.

2017-08-03 Thread srowen
Repository: spark Updated Branches: refs/heads/master f13dbb3a4 -> 322147061 [SPARK-21611][SQL] Error class name for log in several classes. ## What changes were proposed in this pull request? Error class name for log in several classes. such as: `2017-08-02 16:43:37,695 INFO

spark git commit: [SPARK-21604][SQL] if the object extends Logging, i suggest to remove the var LOG which is useless.

2017-08-03 Thread srowen
Repository: spark Updated Branches: refs/heads/master 7c206dd33 -> f13dbb3a4 [SPARK-21604][SQL] if the object extends Logging, i suggest to remove the var LOG which is useless. ## What changes were proposed in this pull request? if the object extends Logging, i suggest to remove the var LOG

spark git commit: [SPARK-21615][ML][MLLIB][DOCS] Fix broken redirect in collaborative filtering docs to databricks training repo

2017-08-03 Thread srowen
Repository: spark Updated Branches: refs/heads/master 0d26b3aa5 -> 7c206dd33 [SPARK-21615][ML][MLLIB][DOCS] Fix broken redirect in collaborative filtering docs to databricks training repo ## What changes were proposed in this pull request? * Current [MLlib Collaborative Filtering