aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SPARK-724 - Have Akka logging enabled by default for standalone daemonsPatrick Wendell2013-04-032-0/+2
| | | | | | | See the JIRA for more details. I was only able to test the bash version (don't have Windows) so maybe check over that the syntax is correct there.
* Merge pull request #548 from markhamstra/getWritableClass_filterMatei Zaharia2013-03-311-11/+11
|\ | | | | Fixed broken filter in getWritableClass[T]
| * Correct sense of 'filter out' in comment.Mark Hamstra2013-03-311-10/+10
| |
| * Fixed broken filter in getWritableClass[T]Mark Hamstra2013-03-301-1/+1
|/
* Merge pull request #539 from cgrothaus/fix-webui-workdirpathMatei Zaharia2013-03-292-3/+4
|\ | | | | Bugfix: WorkerWebUI must respect workDirPath from Worker
| * Bugfix: WorkerWebUI must respect workDirPath from WorkerChristoph Grothaus2013-03-222-3/+4
| |
* | Merge pull request #541 from stephenh/shufflecoalesceMatei Zaharia2013-03-295-3/+34
|\ \ | | | | | | Add a shuffle parameter to coalesce.
| * | Use Boolean in the Java API, and != for assert.Stephen Haberman2013-03-234-4/+5
| | |
| * | Merge branch 'master' into shufflecoalesceStephen Haberman2013-03-2310-66/+323
| |\ \ | | | | | | | | | | | | | | | | Conflicts: core/src/test/scala/spark/RDDSuite.scala
| * | | Fix are/our typo.Stephen Haberman2013-03-221-1/+1
| | | |
| * | | Add a shuffle parameter to coalesce.Stephen Haberman2013-03-225-3/+33
| | | | | | | | | | | | | | | | | | | | This is useful for when you want just 1 output file (part-00000) but still up the upstream RDD to be computed in parallel.
* | | | Merge pull request #547 from jey/maven-streaming-tests-initialization-fixMatei Zaharia2013-03-292-4/+8
|\ \ \ \ | | | | | | | | | | Move streaming test initialization into 'before' blocks
| * | | | Move streaming test initialization into 'before' blocksJey Kottalam2013-03-282-4/+8
| | | | |
* | | | | Merge pull request #545 from ash211/patch-1Matei Zaharia2013-03-291-8/+10
|\ \ \ \ \ | | | | | | | | | | | | Don't use deprecated Application in example
| * | | | | Don't use deprecated Application in exampleAndrew Ash2013-03-281-8/+10
| |/ / / / | | | | | | | | | | | | | | | | | | | | As of 2.9.0 extending from Application is not recommended http://www.scala-lang.org/api/2.9.3/index.html#scala.Application
* | | | | Merge pull request #546 from ash211/patch-2Matei Zaharia2013-03-291-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Update tuning.md
| * | | | Update tuning.mdAndrew Ash2013-03-281-1/+1
|/ / / / | | | | | | | | Make the example more compilable
* | | | Merge pull request #543 from holdenk/masterMatei Zaharia2013-03-263-3/+3
|\ \ \ \ | | | | | | | | | | Re-enable deprecation warnings and fix deprecated warning.
| * | | | method first in trait IterableLike is deprecated: use `head' insteadHolden Karau2013-03-241-1/+1
| | | | |
| * | | | Re-enable deprecation warnings since there are only twoHolden Karau2013-03-241-1/+1
| | | | |
| * | | | Makes the syntax highlighting on the build file not broken in emacs.Holden Karau2013-03-241-1/+1
| | | | |
| * | | | Explicitly catch all throwables (warning in 2.10)Holden Karau2013-03-241-1/+1
| | |/ / | |/| |
* / | | Add comment to README that 2.10 not yet supportedAndy Konwinski2013-03-261-3/+6
|/ / /
* | | Merge pull request #505 from stephenh/volatileMatei Zaharia2013-03-233-56/+60
|\ \ \ | | | | | | | | Make Executor fields volatile since they're read from the thread pool.
| * | | Merge branch 'master' into volatileStephen Haberman2013-03-20136-1199/+2401
| |\| |
| * | | Don't create the Executor until we have everything it needs.Stephen Haberman2013-02-283-53/+57
| | | |
| * | | Make Executor fields volatile since they're read from the thread pool.Stephen Haberman2013-02-281-6/+6
| | | |
* | | | Merge pull request #510 from markhamstra/WithThingMatei Zaharia2013-03-232-1/+125
|\ \ \ \ | |_|_|/ |/| | | mapWith, flatMapWith and filterWith
| * | | constructorOfA -> constructA in doc commentsMark Hamstra2013-03-161-4/+4
| | | |
| * | | fix wayward comma in doc commentMark Hamstra2013-03-161-1/+1
| | | |
| * | | _With[Matei]Mark Hamstra2013-03-162-20/+20
| | | |
| * | | Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-1625-146/+376
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-132-6/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-112-8/+107
| |\ \ \ \ \
| * | | | | | deleted excess curly bracesMark Hamstra2013-03-101-2/+2
| | | | | | |
| * | | | | | refactored _With API and added foreachPartitionMark Hamstra2013-03-102-56/+57
| | | | | | |
| * | | | | | Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-1016-558/+314
| |\ \ \ \ \ \
| * | | | | | | refactor mapWith, flatMapWith and filterWith to each use two parameter listsMark Hamstra2013-03-052-12/+12
| | | | | | | |
| * | | | | | | whitespace formattingMark Hamstra2013-03-052-16/+16
| | | | | | | |
| * | | | | | | mapWith, flatMapWith and filterWithMark Hamstra2013-03-042-1/+124
| | | | | | | |
* | | | | | | | Merge pull request #532 from andyk/masterMatei Zaharia2013-03-204-0/+72
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | SPARK-715: Adds instructions for building with Maven to documentation
| * | | | | | | | Fixing typos pointed out by MateiAndy Konwinski2013-03-201-2/+2
| | | | | | | | |
| * | | | | | | | Adds page to docs about building using Maven.Andy Konwinski2013-03-174-0/+72
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds links to new instructions in: * The main Spark project README.md * The docs nav menu called "More" * The docs Overview page under the "Building" and "Where to Go from Here" sections
* | | | | | | | Merge pull request #538 from rxin/cogroupMatei Zaharia2013-03-202-9/+66
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Added mapSideCombine flag to CoGroupedRDD. Added unit test for CoGroupedRDD.
| * | | | | | | Merge branch 'master' of github.com:mesos/spark into cogroupReynold Xin2013-03-204-13/+20
| |\ \ \ \ \ \ \
| * | | | | | | | Added mapSideCombine flag to CoGroupedRDD. Added unit test forReynold Xin2013-03-202-9/+66
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | CoGroupedRDD.
* | | | | | | | Merge pull request #528 from MLnick/java-examplesMatei Zaharia2013-03-205-0/+278
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [SPARK-707] Adding Java versions of Pi, LogQuery and K-Means examples
| * \ \ \ \ \ \ \ Merge branch 'java-examples' of https://github.com/MLnick/spark into ↵Nick Pentreath2013-03-200-0/+0
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | java-examples
| | * | | | | | | | Java indentation 2 --> 4 spacesNick Pentreath2013-03-203-200/+200
| | | | | | | | | |
| * | | | | | | | | Java indentation 4 --> 2 spacesNick Pentreath2013-03-203-200/+200
| |/ / / / / / / /