spark git commit: [SPARK-21376][YARN] Fix yarn client token expire issue when cleaning the staging files in long running scenario

2017-07-13 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 5c8edfc4a -> cb8d5cc90 [SPARK-21376][YARN] Fix yarn client token expire issue when cleaning the staging files in long running scenario ## What changes were proposed in this pull request? This issue happens in long running application

spark-website git commit: Add pyspark instructions

2017-07-13 Thread marmbrus
Repository: spark-website Updated Branches: refs/heads/asf-site 5ddf243fd -> f57f0702b Add pyspark instructions Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/f57f0702 Tree:

spark git commit: [SPARK-15526][MLLIB] Shade JPMML

2017-07-13 Thread vanzin
Repository: spark Updated Branches: refs/heads/master d8257b99d -> 5c8edfc4a [SPARK-15526][MLLIB] Shade JPMML ## What changes were proposed in this pull request? Shade JPMML classes (`org.jpmml.**`) and related PMML model classes (`org.dmg.pmml.**`). This insulates downstream users from the

spark git commit: [SPARK-21403][MESOS] fix --packages for mesos

2017-07-13 Thread vanzin
Repository: spark Updated Branches: refs/heads/master af80e01b5 -> d8257b99d [SPARK-21403][MESOS] fix --packages for mesos ## What changes were proposed in this pull request? Fixes --packages flag for mesos in cluster mode. Probably I will handle standalone and Yarn in another commit, I need

spark-website git commit: Added the redirect programming-guide to rdd-programmning-guide

2017-07-13 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site 869f8a6fb -> 5ddf243fd Added the redirect programming-guide to rdd-programmning-guide Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit:

spark git commit: [SPARK-21373][CORE] Update Jetty to 9.3.20.v20170531

2017-07-13 Thread srowen
Repository: spark Updated Branches: refs/heads/master 425c4ada4 -> af80e01b5 [SPARK-21373][CORE] Update Jetty to 9.3.20.v20170531 ## What changes were proposed in this pull request? This PR upgrades jetty to the latest version 9.3.20.v20170531. The version includes the fix of CVE-2017-9735.

[1/5] spark git commit: [SPARK-19810][BUILD][CORE] Remove support for Scala 2.10

2017-07-13 Thread wenchen
Repository: spark Updated Branches: refs/heads/master e08d06b37 -> 425c4ada4 http://git-wip-us.apache.org/repos/asf/spark/blob/425c4ada/sql/core/src/test/scala/org/apache/spark/sql/DatasetSuite.scala -- diff --git

[3/5] spark git commit: [SPARK-19810][BUILD][CORE] Remove support for Scala 2.10

2017-07-13 Thread wenchen
http://git-wip-us.apache.org/repos/asf/spark/blob/425c4ada/repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkIMain.scala -- diff --git a/repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkIMain.scala

[5/5] spark git commit: [SPARK-19810][BUILD][CORE] Remove support for Scala 2.10

2017-07-13 Thread wenchen
[SPARK-19810][BUILD][CORE] Remove support for Scala 2.10 ## What changes were proposed in this pull request? - Remove Scala 2.10 build profiles and support - Replace some 2.10 support in scripts with commented placeholders for 2.12 later - Remove deprecated API calls from 2.10 support - Remove

[4/5] spark git commit: [SPARK-19810][BUILD][CORE] Remove support for Scala 2.10

2017-07-13 Thread wenchen
http://git-wip-us.apache.org/repos/asf/spark/blob/425c4ada/repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkILoop.scala -- diff --git a/repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkILoop.scala

[2/5] spark git commit: [SPARK-19810][BUILD][CORE] Remove support for Scala 2.10

2017-07-13 Thread wenchen
http://git-wip-us.apache.org/repos/asf/spark/blob/425c4ada/repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkJLineCompletion.scala -- diff --git