Skip to content
Snippets Groups Projects
  1. Oct 08, 2013
    • Prashant Sharma's avatar
      Merge branch 'master' into wip-merge-master · 7be75682
      Prashant Sharma authored
      Conflicts:
      	bagel/pom.xml
      	core/pom.xml
      	core/src/test/scala/org/apache/spark/ui/UISuite.scala
      	examples/pom.xml
      	mllib/pom.xml
      	pom.xml
      	project/SparkBuild.scala
      	repl/pom.xml
      	streaming/pom.xml
      	tools/pom.xml
      
      In scala 2.10, a shorter representation is used for naming artifacts
       so changed to shorter scala version for artifacts and made it a property in pom.
      7be75682
  2. Oct 07, 2013
  3. Oct 06, 2013
    • Patrick Wendell's avatar
      Merge pull request #37 from pwendell/merge-0.8 · d585613e
      Patrick Wendell authored
      merge in remaining changes from `branch-0.8`
      
      This merges in the following changes from `branch-0.8`:
      
      - The scala version is included in the published maven artifact names
      - A unit tests which had non-deterministic failures is ignored (see SPARK-908)
      - A minor documentation change shows the short version instead of the full version
      - Moving the kafka jar to be "provided"
      - Changing the default spark ec2 version.
      - Some spacing changes caused by Maven's release plugin
      
      Note that I've squashed this into a single commit rather than pull in the branch-0.8 history. There are a bunch of release/revert commits there that make the history super ugly.
      d585613e
    • Patrick Wendell's avatar
      Merging build changes in from 0.8 · aa9fb849
      Patrick Wendell authored
      aa9fb849
  4. Oct 05, 2013
  5. Oct 04, 2013
    • Andre Schumacher's avatar
      Fixing SPARK-602: PythonPartitioner · c84946fe
      Andre Schumacher authored
      Currently PythonPartitioner determines partition ID by hashing a
      byte-array representation of PySpark's key. This PR lets
      PythonPartitioner use the actual partition ID, which is required e.g.
      for sorting via PySpark.
      c84946fe
  6. Oct 03, 2013
  7. Oct 02, 2013
  8. Oct 01, 2013
  9. Sep 30, 2013
  10. Sep 29, 2013
  11. Sep 26, 2013
Loading