aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #799 from woggle/sync-fixMatei Zaharia2013-08-091-9/+7
|\ \ \ \ \
| * | | | | Remove extra synchronization in ResultTaskCharles Reiss2013-08-091-9/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #775 from pwendell/print-launch-commandPatrick Wendell2013-08-091-3/+13
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Using quotes when printing out commandPatrick Wendell2013-08-091-1/+2
| * | | Make output formatting consistent between bash/scalaPatrick Wendell2013-08-031-2/+1
| * | | Log the launch command for Spark executorsPatrick Wendell2013-08-031-3/+13
* | | | Merge pull request #788 from shane-huang/sparkjavaoptsMatei Zaharia2013-08-091-1/+2
|\ \ \ \
| * | | | For standalone mode, add worker local env setting of SPARK_JAVA_OPTS as defau...shane-huang2013-08-071-1/+2
* | | | | Add test for Kryo with WrappedArray (which was failing in Chill 0.3.0)Matei Zaharia2013-08-081-1/+13
* | | | | Update to Chill 0.3.1Matei Zaharia2013-08-081-2/+2
* | | | | Reverting boostrap changePatrick Wendell2013-08-072-2/+2
* | | | | Change I forgot to merge inPatrick Wendell2013-08-071-1/+1
* | | | | Bumping font size to 14px and fixing sytle issue in progress barsPatrick Wendell2013-08-071-0/+5
* | | | | Merge branch 'master' into bootstrap-designPatrick Wendell2013-08-0741-348/+860
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fixed issue in UI that limited scheduler throughput.Kay Ousterhout2013-08-073-17/+6
| * | | | 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
| | |/ / / / /