Merge pull request #37 from pwendell/merge-0.8 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. Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/d585613e Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/d585613e Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/d585613e Branch: refs/heads/master Commit: d585613ee22ed9292a69e35cedb0d5965f4c906f Parents: 4a25b11 aa9fb84 Author: Patrick Wendell <pwend...@gmail.com> Authored: Sat Oct 5 22:57:05 2013 -0700 Committer: Patrick Wendell <pwend...@gmail.com> Committed: Sat Oct 5 22:57:05 2013 -0700 ---------------------------------------------------------------------- assembly/pom.xml | 18 ++++++------ bagel/pom.xml | 8 +++--- core/pom.xml | 15 +++++----- .../spark/scheduler/SparkListenerSuite.scala | 6 +++- docs/_layouts/global.html | 4 +-- examples/pom.xml | 30 ++++++++++++++------ mllib/pom.xml | 8 +++--- pom.xml | 7 +++-- repl-bin/pom.xml | 10 +++---- repl/pom.xml | 20 ++++++------- streaming/pom.xml | 9 +++--- tools/pom.xml | 8 +++--- yarn/pom.xml | 6 ++-- 13 files changed, 84 insertions(+), 65 deletions(-) ----------------------------------------------------------------------