aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Merge pull request #608 from pwendell/SPARK-738Matei Zaharia2013-05-125-10/+42
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | SPARK-738: Spark should detect and wrap nonserializable exceptions
| | * | | | | | | | | | Capturing class namePatrick Wendell2013-05-124-5/+8
| | | | | | | | | | | |
| | * | | | | | | | | | Small fixPatrick Wendell2013-05-111-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | Removing importPatrick Wendell2013-05-111-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | Changing technique to use same code path in all casesPatrick Wendell2013-05-114-22/+18
| | | | | | | | | | | |
| | * | | | | | | | | | Removing unnecessary mapPatrick Wendell2013-05-111-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | SPARK-738: Spark should detect and squash nonserializable exceptionsPatrick Wendell2013-05-112-2/+35
| |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #606 from markhamstra/foreachPartition_fixReynold Xin2013-05-101-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Actually use the cleaned closure in foreachPartition
| | * | | | | | | | | | Actually use the cleaned closure in foreachPartitionMark Hamstra2013-05-101-1/+1
| |/ / / / / / / / / /
| * | | | | | | | | | Revert "Merge pull request #596 from esjewett/master" because theReynold Xin2013-05-092-40/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependency on hbase introduces netty-3.2.2 which conflicts with netty-3.5.3 already in Spark. This caused multiple test failures. This reverts commit 0f1b7a06e1f6782711170234f105f1b277e3b04c, reversing changes made to aacca1b8a85bd073ce185a06d6470b070761b2f4.
| * | | | | | | | | | Merge pull request #599 from JoshRosen/spark-670Reynold Xin2013-05-081-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix SPARK-670: EC2 'start' command should require -i option.
| | * | | | | | | | | | Fix SPARK-670: EC2 start command should require -i option.Josh Rosen2013-05-051-1/+1
| | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #596 from esjewett/masterMatei Zaharia2013-05-082-1/+40
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | hBase example
| | * | | | | | | | | Switch to using SparkContext method to create RDDEthan Jewett2013-05-071-2/+2
| | | | | | | | | | |
| | * | | | | | | | | Fix indents and mention other configuration optionsEthan Jewett2013-05-041-2/+5
| | | | | | | | | | |
| | * | | | | | | | | Remove unnecessary column family configEthan Jewett2013-05-041-4/+2
| | | | | | | | | | |
| | * | | | | | | | | HBase exampleEthan Jewett2013-05-042-1/+39
| | | |_|_|/ / / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-05-070-0/+0
|\| | | | | | | | |
| * | | | | | | | | Update Maven build to Scala 2.9.3Jey Kottalam2013-05-072-8/+7
| | |/ / / / / / / | |/| | | | | | |
* / | | | | | | | Update Maven build to Scala 2.9.3Jey Kottalam2013-05-062-8/+7
|/ / / / / / / /
* | | | | | | | Merge pull request #597 from JoshRosen/webui-fixesMatei Zaharia2013-05-047-13/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Two minor bug fixes for Spark Web UI
| * | | | | | | | Fix SPARK-630: app details page shows finished executors as running.Josh Rosen2013-05-041-0/+1
| | | | | | | | |
| * | | | | | | | Fix wrong closing tags in web UI HTML.Josh Rosen2013-05-042-2/+2
| | | | | | | | |
| * | | | | | | | Fix SPARK-629: weird number of cores in job details page.Josh Rosen2013-05-044-11/+8
| | | | | | | | |
* | | | | | | | | Merge pull request #598 from rxin/blockmanagerMatei Zaharia2013-05-041-4/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Fixed flaky unpersist test in DistributedSuite.
| * | | | | | | | Fixed flaky unpersist test in DistributedSuite.Reynold Xin2013-05-041-1/+0
| | | | | | | | |
| * | | | | | | | Merge branch 'unpersist-test' of github.com:shivaram/spark into blockmanagerReynold Xin2013-05-041-4/+4
|/| | | | | | | |
| * | | | | | | | Fix flaky test by changing catch and adding sleepShivaram Venkataraman2013-05-031-4/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #594 from shivaram/masterMatei Zaharia2013-05-033-0/+52
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Add zip partitions to Java API
| * | | | | | | Add zipPartitions to Java API.Shivaram Venkataraman2013-05-033-0/+52
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #587 from rxin/blockmanagerMatei Zaharia2013-05-0317-104/+408
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | A set of shuffle map output related changes
| * | | | | | Merge branch 'master' of github.com:mesos/spark into blockmanagerReynold Xin2013-05-0313-101/+302
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #592 from woggling/localdir-fixMatei Zaharia2013-05-021-2/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Don't accept generated local directory names that can't be created
| * | | | | | | Don't accept generated temp directory names that can't be created successfully.Charles Reiss2013-05-011-2/+1
| | | | | | | |
* | | | | | | | Merge pull request #581 from jerryshao/masterMatei Zaharia2013-05-021-12/+21
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | fix [SPARK-740] block manage UI throws exception when enabling Spark Streaming
| * | | | | | | filter out Spark streaming block RDD and sort RDDInfo with idjerryshao2013-05-021-12/+21
| | | | | | | |
* | | | | | | | Merge pull request #591 from rxin/removerddMatei Zaharia2013-05-017-34/+144
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | RDD.unpersist: probably the most desired feature of Spark
| * | | | | | | Added the unpersist api to JavaRDD.Reynold Xin2013-05-011-5/+11
| | | | | | | |
| * | | | | | | Added removeRdd function in BlockManager.Reynold Xin2013-05-015-17/+51
| | | | | | | |
| * | | | | | | Changed the type of the persistentRdds hashmap back toReynold Xin2013-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TimeStampedHashMap.
| * | | | | | | Added SparkContext.cleanup back. Not sure why it was removed before ...Reynold Xin2013-05-011-1/+1
| | | | | | | |
| * | | | | | | Cleaned up Ram's code. Moved SparkContext.remove to RDD.unpersist.Reynold Xin2013-05-015-35/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updated unit tests to make sure they are properly testing for concurrency.
| * | | | | | | Merged Ram's commit on removing RDDs.harshars2013-05-013-22/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/spark/SparkContext.scala
* | | | | | | | Remove spark-repl's extraneous dependency on spark-streamingJey Kottalam2013-05-012-15/+1
|/ / / / / / /
* | | | | | | Merge branch 'master' of github.com:mesos/sparkReynold Xin2013-05-015-61/+9
|\| | | | | |
| * | | | | | Merge pull request #586 from mridulm/masterMatei Zaharia2013-04-302-38/+135
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | Pull request to address issues Reynold Xin reported
* | | | | | | Merge branch 'master' of github.com:mridulm/sparkReynold Xin2013-04-302-17/+45
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Add addition catch block for exception tooMridul Muralidharan2013-05-011-0/+13
| | | | | | |
| * | | | | | Spurious commit, reverting gitignore changeMridul Muralidharan2013-05-011-0/+2
| | | | | | |
| * | | | | | Be more aggressive and defensive in all uses of SelectionKey in select loopMridul Muralidharan2013-05-011-17/+30
| | | | | | |