spark git commit: [SPARK-18194][ML] Log instrumentation in OneVsRest, CrossValidator, TrainValidationSplit

2017-01-06 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master b59cddaba -> d60f6f62d [SPARK-18194][ML] Log instrumentation in OneVsRest, CrossValidator, TrainValidationSplit ## What changes were proposed in this pull request? Added instrumentation logging for OneVsRest classifier, CrossValidator,

spark git commit: [SPARK-18372][SQL][BRANCH-1.6] Staging directory fail to be removed

2017-01-06 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-1.6 70f271b56 -> 2303887ce [SPARK-18372][SQL][BRANCH-1.6] Staging directory fail to be removed ## What changes were proposed in this pull request? This fix is related to be bug: https://issues.apache.org/jira/browse/SPARK-18372 . The

spark git commit: [SPARK-19074][SS][DOCS] Updated Structured Streaming Programming Guide for update mode and source/sink options

2017-01-06 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-2.1 ce9bfe6db -> ee735a8a8 [SPARK-19074][SS][DOCS] Updated Structured Streaming Programming Guide for update mode and source/sink options ## What changes were proposed in this pull request? Updates - Updated Late Data Handling section by

spark git commit: [SPARK-19074][SS][DOCS] Updated Structured Streaming Programming Guide for update mode and source/sink options

2017-01-06 Thread tdas
Repository: spark Updated Branches: refs/heads/master a9a137377 -> b59cddaba [SPARK-19074][SS][DOCS] Updated Structured Streaming Programming Guide for update mode and source/sink options ## What changes were proposed in this pull request? Updates - Updated Late Data Handling section by

spark git commit: [SPARK-19083] sbin/start-history-server.sh script use of $@ without quotes

2017-01-06 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.1 4ca178880 -> ce9bfe6db [SPARK-19083] sbin/start-history-server.sh script use of $@ without quotes JIRA Issue: https://issues.apache.org/jira/browse/SPARK-19083# sbin/start-history-server.sh script use of $ without quotes, this will

spark git commit: [SPARK-17931] Eliminate unnecessary task (de) serialization

2017-01-06 Thread irashid
Repository: spark Updated Branches: refs/heads/master 4a4c3dc9c -> 2e139eed3 [SPARK-17931] Eliminate unnecessary task (de) serialization In the existing code, there are three layers of serialization involved in sending a task from the scheduler to an executor: - A Task object is

spark git commit: [SPARK-19033][CORE] Add admin acls for history server

2017-01-06 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 903bb8e8a -> 4a4c3dc9c [SPARK-19033][CORE] Add admin acls for history server ## What changes were proposed in this pull request? Current HistoryServer's ACLs is derived from application event-log, which means the newly changed ACLs

spark git commit: [SPARK-19033][CORE] Add admin acls for history server

2017-01-06 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-2.1 1ecf1a953 -> 4ca178880 [SPARK-19033][CORE] Add admin acls for history server ## What changes were proposed in this pull request? Current HistoryServer's ACLs is derived from application event-log, which means the newly changed ACLs