aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated versions in the pom.xml files to match current masterThomas Dudziak2012-11-275-6/+6
* Addressed code review commentsThomas Dudziak2012-11-275-6/+17
* Include the configuration templates in the debian packageThomas Dudziak2012-11-201-0/+11
* Added maven and debian build filesThomas Dudziak2012-11-209-0/+1307
* Merge pull request #309 from admobius/use-boto-config-fileMatei Zaharia2012-11-191-11/+20
|\
| * Allow Boto to use the other config options it supports, and gracefullyPeter Sankauskas2012-11-191-11/+20
* | Merge pull request #308 from admobius/multi-zoneMatei Zaharia2012-11-191-22/+59
|\ \
| * | Adding comment about additional bandwidth chargesPeter Sankauskas2012-11-171-1/+2
| * | Giving the Spark EC2 script the ability to launch instances spreadPeter Sankauskas2012-11-161-22/+58
* | | 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
| |/
* | Merge pull request #305 from woggling/exit-on-uncaughtMatei Zaharia2012-11-162-1/+15
|\ \
| * | Set default uncaught exception handler to exit.Charles Reiss2012-11-162-1/+15
| |/
* | Merge pull request #306 from admobius/masterMatei Zaharia2012-11-161-0/+14
|\ \
| * | Delete security groups when deleting the cluster. As many operationsPeter Sankauskas2012-11-161-0/+14
| |/
* / Doc fixMatei Zaharia2012-11-161-1/+1
|/
* Use DNS names instead of IP addresses in standalone mode, to allowMatei Zaharia2012-11-152-4/+4
* Fix Java/Scala home having spaces on WindowsMatei Zaharia2012-11-141-1/+1
* Detect correctly when one has disconnected from a standalone cluster.Matei Zaharia2012-11-111-1/+13
* Fix K-means example a littleroot2012-11-102-17/+13
* Merge pull request #302 from tdas/blockmanager-fixMatei Zaharia2012-11-093-87/+194
|\
| * 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
* Merge pull request #298 from JoshRosen/fix/ec2-existing-cluster-checkMatei Zaharia2012-11-031-10/+6
|\
| * Fix check for existing instances during EC2 launch.Josh Rosen2012-11-031-10/+6
|/
* Merge pull request #296 from shivaram/block-manager-fixMatei Zaharia2012-11-011-3/+0
|\
| * Remove unnecessary hash-map put in MemoryStoreShivaram Venkataraman2012-11-011-3/+0
* | Merge pull request #297 from JoshRosen/fix/ec2-spot-instancesMatei Zaharia2012-11-011-21/+31
|\ \ | |/ |/|
| * Cancel spot instance requests when exiting spark-ec2.Josh Rosen2012-10-301-21/+31
|/
* Merge pull request #294 from JoshRosen/docs/quickstartMatei Zaharia2012-10-272-10/+10
|\
| * Fix Spark groupId in Scala Programming Guide.Josh Rosen2012-10-261-1/+1
| * Fix minor typos in quick start guide.Josh Rosen2012-10-231-9/+9
* | 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
|\ \
| * | Changed Spark version back to 0.6.0Reynold Xin2012-10-151-1/+1
| * | Serialize accumulator updates in TaskResult for local mode.Reynold Xin2012-10-151-4/+5
| * | Changed version to 0.6.0-rxin.Reynold Xin2012-10-151-1/+1
| * | 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
|\ \
| * | Remove map-side combining from ShuffleMapTask.Josh Rosen2012-10-138-94/+37
| * | Remove mapSideCombine field from Aggregator.Josh Rosen2012-10-135-22/+15
| * | Change ShuffleFetcher to return an Iterator.Josh Rosen2012-10-138-167/+63
| * | Add helper methods to Aggregator.Josh Rosen2012-10-131-1/+32