aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #317 from woggling/block-manager-heartbeatMatei Zaharia2012-12-106-62/+318
|\
| * Decrease BlockManagerMaster logging verbosityCharles Reiss2012-12-101-1/+2
| * Use Akka scheduler for BlockManager heart beats.Charles Reiss2012-12-104-49/+41
| * Changed default block manager heartbeat interval to 5 sCharles Reiss2012-12-091-1/+1
| * Don't divide by milliseconds by 1000 more.Charles Reiss2012-12-061-1/+1
| * map -> foreachCharles Reiss2012-12-061-1/+1
| * Make LocalSparkCluster use distinct IPsCharles Reiss2012-12-061-2/+6
| * Tests for block manager heartbeats.Charles Reiss2012-12-051-0/+68
| * Add block manager heart beats.Charles Reiss2012-12-052-25/+193
| * Track block managers by hostname; handle manager removal.Charles Reiss2012-12-051-3/+27
| * Actually put millis in _lastSeenMsCharles Reiss2012-12-051-1/+1
| * Don't use bogus port number in notifyADeadHost().Charles Reiss2012-12-051-2/+1
* | Merge pull request #310 from tomdz/master-mavenizedMatei Zaharia2012-12-091-0/+270
|\ \
| * | Code review feedback fixThomas Dudziak2012-11-281-1/+12
| * | Updated versions in the pom.xml files to match current masterThomas Dudziak2012-11-271-1/+1
| * | Addressed code review commentsThomas Dudziak2012-11-271-0/+1
| * | Added maven and debian build filesThomas Dudziak2012-11-201-0/+258
* | | Search for a non-loopback address in Utils.getLocalIpAddressMatei Zaharia2012-12-085-10/+33
| |/ |/|
* | Use external addresses in standalone WebUI on EC2.Josh Rosen2012-12-015-12/+30
* | Merge pull request #313 from rxin/pde_size_compressMatei Zaharia2012-11-272-33/+37
|\ \
| * | Added a partition preserving flag to MapPartitionsWithSplitRDD.Reynold Xin2012-11-272-33/+37
* | | Added zip to Java APIMatei Zaharia2012-11-272-0/+25
* | | Added a zip() operation for RDDs with the same shape (number ofMatei Zaharia2012-11-273-0/+75
* | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2012-11-275-18/+92
|\ \ \
| * \ \ Merge pull request #311 from woggling/map-output-npeMatei Zaharia2012-11-272-1/+52
| |\ \ \ | | |/ / | |/| |
| | * | Fix NullPointerException when unregistering a map output twice.Charles Reiss2012-11-271-1/+1
| | * | Tests for MapOutputTracker.Charles Reiss2012-11-271-0/+51
| | |/
| * / For size compression, compress non zero values into non zero values.Reynold Xin2012-11-272-15/+18
| |/
| * Merge pull request #304 from mbautin/configurable_local_ipMatei Zaharia2012-11-191-1/+7
| |\
| | * Addressing Matei's comment: SPARK_LOCAL_IP environment variablembautin2012-11-191-1/+1
| | * SPARK-624: make the default local IP customizablembautin2012-11-151-1/+7
| * | Set default uncaught exception handler to exit.Charles Reiss2012-11-162-1/+15
| |/
* / Fix NullPointerException caused by unregistered map outputs.Josh Rosen2012-11-272-2/+8
|/
* Use DNS names instead of IP addresses in standalone mode, to allowMatei Zaharia2012-11-152-4/+4
* Detect correctly when one has disconnected from a standalone cluster.Matei Zaharia2012-11-111-1/+13
* Fix K-means example a littleroot2012-11-101-1/+2
* Incorporated Matei's suggestions. Tested with 5 producer(consumer) threads ea...Tathagata Das2012-11-092-4/+18
* Fixed deadlock in BlockManager.Tathagata Das2012-11-093-87/+180
* Added an option to spread out jobs in the standalone mode.Matei Zaharia2012-11-083-18/+56
* Fix for connections not being reused (from Josh Rosen)Matei Zaharia2012-11-081-1/+2
* fix bug in getting slave id out of mesosImran Rashid2012-11-081-1/+1
* Various fixes to standalone mode and web UI:Matei Zaharia2012-11-0713-45/+110
* Made Akka timeout and message frame size configurable, and upped the defaultsMatei Zaharia2012-11-061-2/+5
* Remove unnecessary hash-map put in MemoryStoreShivaram Venkataraman2012-11-011-3/+0
* Don't throw an error in the block manager when a block is cached on the maste...root2012-10-261-0/+6
* Strip leading mesos:// in URLs passed to MesosMatei Zaharia2012-10-241-2/+3
* Merge pull request #281 from rxin/memreportMatei Zaharia2012-10-233-71/+93
|\
| * Serialize accumulator updates in TaskResult for local mode.Reynold Xin2012-10-151-4/+5
| * Added a method to report slave memory status.Reynold Xin2012-10-142-67/+88
* | Merge remote-tracking branch 'JoshRosen/shuffle_refactoring' into devMatei Zaharia2012-10-2313-250/+113
|\ \