aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #724 from dlyubimov/SPARK-826Matei Zaharia2013-08-067-22/+162
|\
| * Merge fixes merge commit hasn't pickedDmitriy Lyubimov2013-08-011-1/+2
| * Merge remote-tracking branch 'mesos/master' into SPARK-826Dmitriy Lyubimov2013-07-3177-821/+1892
| |\
| * | 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
| |\ \
| * | | styleDmitriy Lyubimov2013-07-231-1/+0
| * | | Re-working in terms of changes to TaskSetManager. Verified with Standalone an...Dmitriy Lyubimov2013-07-233-3/+7
| * | | removing non-pertinent commentDmitriy Lyubimov2013-07-221-2/+0
| * | | Fixing for LocalScheduler with test, that much works ..Dmitriy Lyubimov2013-07-223-4/+44
* | | | Merge remote-tracking branch 'origin/pr/781'Matei Zaharia2013-08-067-46/+72
|\ \ \ \
| * | | | Used saturated colors for progress barsKaren Feng2013-08-061-14/+14
| * | | | Lightened color of progress barsKaren Feng2013-08-062-2/+27
| * | | | Overlays progress text on top of barKaren Feng2013-08-061-9/+12
| * | | | Pre-sorts stage/env tables, changes text/link of stage summariesKaren Feng2013-08-064-25/+25
| * | | | Reverse sorts StageTable by submitted timeKaren Feng2013-08-061-1/+1
| * | | | Sorts first column of env tablesKaren Feng2013-08-061-4/+4
| * | | | Made most small fixes for SPARK-849 except for table sort, task progress overlayKaren Feng2013-08-054-28/+27
* | | | | Merge pull request #779 from adatao/adatao-global-SparkEnvMatei Zaharia2013-08-061-1/+14
|\ \ \ \ \
| * | | | | [HOTFIX] Mark lastSetSparkEnv @volatile in case it gets HotSpot-cachedChristopher Nguyen2013-08-051-1/+1
| * | | | | [HOTFIX] Extend thread safety for SparkEnv.get()Christopher Nguyen2013-08-051-1/+14
| |/ / / /
* | | | | Merge pull request #782 from WANdisco/masterReynold Xin2013-08-052-0/+2
|\ \ \ \ \
| * | | | | SHARK-94 Log the files computed by HadoopRDD and NewHadoopRDDAlexander Pivovarov2013-08-052-0/+2
* | | | | | Merge pull request #769 from markhamstra/NegativeCoresMatei Zaharia2013-08-053-9/+27
|\ \ \ \ \ \
| * | | | | | Moved handling of timed out workers within the Master actorMark Hamstra2013-08-052-1/+11
| * | | | | | milliseconds -> seconds in timeOutDeadWorkers loggingMark Hamstra2013-08-051-1/+1
| * | | | | | Timeout zombie workersMark Hamstra2013-08-051-6/+12
| * | | | | | Only reduce the number of cores once when removing an executorMikhail Bautin2013-08-051-2/+4
* | | | | | | Merge pull request #774 from pwendell/job-descriptionMatei Zaharia2013-08-057-17/+39
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Show user-defined job name in UIPatrick Wendell2013-08-027-17/+39
| |/ / / / /
* | / / / / SPARK-850: give better console messageBill Zhao2013-08-051-1/+2
| |/ / / / |/| | | |
* | | | | Merge pull request #772 from karenfeng/ui-843Matei Zaharia2013-08-022-1/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Shows time the app has been runningKaren Feng2013-08-022-1/+7
* | | | | Merge pull request #743 from pwendell/app-metricsPatrick Wendell2013-08-014-6/+50
|\ \ \ \ \
| * | | | | under_scores --> camelCase for config optionsPatrick Wendell2013-08-011-1/+1
| * | | | | Small style fixPatrick Wendell2013-08-011-2/+1