aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* More elegant rewrite of the same.Dmitriy Lyubimov2013-07-316-88/+38
* (1) added reduce test case.Dmitriy Lyubimov2013-07-315-22/+96
* IDEA flipped JavaSerialized import at some point to a wrong class.Dmitriy Lyubimov2013-07-301-1/+0
* Minor, styleDmitriy Lyubimov2013-07-301-4/+1
* reverting back to one-by-one serialization for parallelize()Dmitriy Lyubimov2013-07-301-17/+30
* removing default constructor (not Externalizable any more)Dmitriy Lyubimov2013-07-301-3/+0
* realiging "extends" back manuallyDmitriy Lyubimov2013-07-301-1/+1
* resetting wrap and continuation indent = 4Dmitriy Lyubimov2013-07-301-11/+11
* changing approaches for parallelize(): java serialization needs to avoid writ...Dmitriy Lyubimov2013-07-301-25/+35
* refactoring using writeByteBuffer() from Utils.Dmitriy Lyubimov2013-07-303-15/+17
* fixing formattingDmitriy Lyubimov2013-07-301-1/+1
* adding ===Dmitriy Lyubimov2013-07-301-2/+2
* + bug fixes;Dmitriy Lyubimov2013-07-302-8/+20
* initial externalization of ParallelCollectionRDD's splitDmitriy Lyubimov2013-07-291-15/+55
* mixing in SharedSparkContext for the kryo-collect testDmitriy Lyubimov2013-07-261-12/+12
* Leaking spark context in the testDmitriy Lyubimov2013-07-231-3/+7
* Merge branch 'master' into SPARK-826Dmitriy Lyubimov2013-07-23329-1766/+9110
|\
| * Merge pull request #720 from ooyala/2013-07/persistent-rdds-apiMatei Zaharia2013-07-233-1/+70
| |\
| | * Move getPersistentRDDs testing to a new SuiteEvan Chan2013-07-232-6/+60
| | * Rename method per rxin feedbackEvan Chan2013-07-231-2/+2
| | * Add toMap method to TimeStampedHashMap and use itEvan Chan2013-07-232-1/+4
| | * Add a public method getCachedRdds to SparkContextEvan Chan2013-07-212-1/+13
| * | Merge pull request #719 from karenfeng/ui-808Matei Zaharia2013-07-225-19/+148
| |\ \
| | * | Split task columns, memory columns sort by numeric valueKaren Feng2013-07-221-15/+21
| | * | Executors UI now calls executor ID from TaskInfo instead of TaskMetricsKaren Feng2013-07-223-9/+1
| | * | Shows number of complete/total/failed tasks (bug: failed tasks assigned to nu...Karen Feng2013-07-222-9/+55
| | * | Fixed memory used/remaining/total bugKaren Feng2013-07-221-5/+7
| | * | Merge branch 'master' of https://github.com/mesos/spark into ui-808Karen Feng2013-07-226-7/+19
| | |\ \
| | * | | Changed table format for executorsKaren Feng2013-07-191-17/+23
| | * | | Creates Executors tab for application with RDD block and memory/disk used, so...Karen Feng2013-07-197-19/+96
| * | | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-07-223-10/+33
| |\ \ \ \
| | * | | | Fix bug: DoubleRDDFunctions.sampleStdev() computed non-sample stdev().Josh Rosen2013-07-223-10/+33
| | | |/ / | | |/| |
| * / | | Fix a test that was using an outdated config settingMatei Zaharia2013-07-221-3/+3
| |/ / /
| * | / Regression: default webui-port can't be set via command line "--webui-port" a...Konstantin Boudnik2013-07-193-6/+7
| | |/ | |/|
| * | fix typo.Liang-Chi Hsieh2013-07-202-2/+2
| * | A better fix for giving local jars unde Yarn mode.Liang-Chi Hsieh2013-07-193-10/+13
| * | Do not copy local jars given to SparkContext in yarn mode since the Context i...Liang-Chi Hsieh2013-07-191-3/+11
| |/
| * Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-16300-13/+5113
| * Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-07-166-20/+63
| |\
| | * Throw a more meaningful message when runJob is called to launch tasks on non-...Reynold Xin2013-07-152-0/+15
| | * Removed job UI column, linked description to job UIKaren Feng2013-07-151-4/+3
| | * Removed log message, added field in master UI to link to log UIKaren Feng2013-07-151-1/+0
| | * Merge branch 'ui-802' of https://github.com/karenfeng/spark into ui-802Karen Feng2013-07-151-0/+1
| | |\
| | | * Links to job UI from standalone deploy cluster web UI: fixes SPARK-802Karen Feng2013-07-151-0/+1
| | * | Added field to master UI with link to job UIKaren Feng2013-07-151-2/+5
| | * | Adds app name in HTML page titles on job web UI: fixes SPARK-806Karen Feng2013-07-151-1/+1
| | |/
| | * Add an option to disable reference tracking in KryoMatei Zaharia2013-07-151-0/+4
| | * Merge pull request #689 from BlackNiuza/application_statusMatei Zaharia2013-07-141-18/+40
| | |\
| | | * add spaces before curly braces and after for if conditionsBlackNiuza2013-07-141-8/+8
| | | * set SUCCEEDED for all master in shutdown hookBlackNiuza2013-07-101-4/+4