aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
|\ \
| * | 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
* | | Support for Hadoop 2 distributions such as cdh4Thomas Dudziak2012-10-187-20/+45
| |/ |/|
* | Made ShuffleDependency automatically find a shuffle ID for itselfMatei Zaharia2012-10-143-5/+6
* | Take executor environment vars as an arguemnt to SparkContextMatei Zaharia2012-10-137-79/+107
|/
* Protect from null env variables in mesos.Denny2012-10-132-8/+16
* Protect from setting null environment variables.Denny2012-10-131-1/+5
* Don't use system envs for Mesos.Denny2012-10-132-2/+2
* Let the user specify environment variables to be passed to the Executors.Denny2012-10-135-48/+21
* More doc updates, and moved Serializer to a subpackage.Matei Zaharia2012-10-1212-25/+51
* Some doc and usability improvements:Matei Zaharia2012-10-1211-22/+83
* Added a test for when an RDD only partially fits in memoryMatei Zaharia2012-10-121-2/+18
* Document cartesian() operationMatei Zaharia2012-10-122-0/+8
* Merge pull request #271 from shivaram/block-manager-npe-fixMatei Zaharia2012-10-128-39/+58
|\
| * Add test to verify if RDD is computed even if block manager has insufficientShivaram Venkataraman2012-10-121-0/+10
| * Change block manager to accept a ArrayBuffer instead of an iterator to ensureShivaram Venkataraman2012-10-117-39/+48
* | Adding Java documentationPatrick Wendell2012-10-116-10/+454
|/
* Fixed bug when fetching Jar dependencies.Denny2012-10-102-6/+6
* Added documentation to all the *RDDFunction classes, and moved them intoMatei Zaharia2012-10-099-54/+273
* Updates to documentation:Matei Zaharia2012-10-091-1/+1
* Fixes a typo, adds scaladoc comments to SparkContext constructors.Andy Konwinski2012-10-082-5/+11
* More docs in RDD classPatrick Wendell2012-10-081-1/+45
* A start on scaladoc for the public APIs.Andy Konwinski2012-10-081-6/+29
* Merge branch 'dev' into bc-fix-devMosharaf Chowdhury2012-10-0870-477/+1108
|\
| * Made compression configurable separately for shuffle, broadcast and RDDsMatei Zaharia2012-10-074-38/+118
| * Merge pull request #251 from JoshRosen/docs/internalsMatei Zaharia2012-10-075-11/+40
| |\
| | * Make ShuffleDependency.aggregator explicitly optional.Josh Rosen2012-10-074-7/+11