aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* MetricsServlet code refactor according to commentsjerryshao2013-08-1211-43/+35
* Add MetricsServlet for Spark metrics systemjerryshao2013-08-1212-28/+158
* Merge pull request #808 from pwendell/ui_compressed_bytesReynold Xin2013-08-111-1/+2
|\
| * Report compressed bytes read when calculating TaskMetricsPatrick Wendell2013-08-111-1/+2
* | Merge pull request #805 from woggle/hadoop-rdd-jobconfMatei Zaharia2013-08-111-2/+2
|\ \
| * | Use new Configuration() instead of new JobConf() for ObjectWritable.Charles Reiss2013-08-101-2/+2
* | | Merge pull request #795 from mridulm/masterMatei Zaharia2013-08-102-7/+42
|\ \ \
| * | | Change line sizeMridul Muralidharan2013-08-081-5/+9
| * | | Attempt to fix bug reported in PR 791 : a race condition in ConnectionManager...Mridul Muralidharan2013-08-082-7/+38
* | | | Merge remote-tracking branch 'origin/pr/792'Matei Zaharia2013-08-1010-259/+279
|\ \ \ \
| * | | | Shortened names, as per Matei's suggestionKay Ousterhout2013-08-102-14/+13
| * | | | Only print event queue full error message onceKay Ousterhout2013-08-091-1/+3
| * | | | Style fix: removing unnecessary return typeKay Ousterhout2013-08-091-6/+6
| * | | | Style fixes based on code reviewKay Ousterhout2013-08-093-132/+110
| * | | | Refactored SparkListener to process all events asynchronously.Kay Ousterhout2013-08-099-165/+196
| * | | | Fixed 3 bugs that caused UI to crash (including SPARK-810).Kay Ousterhout2013-08-072-169/+191
| |/ / /
* | | | Merge pull request #785 from anfeng/masterPatrick Wendell2013-08-101-0/+25
|\ \ \ \
| * | | | reformat registerFileSystemStat()anfeng2013-08-061-1/+3
| * | | | expose HDFS file system stats via Executor metricsanfeng2013-08-061-0/+23
* | | | | Merge pull request #786 from shivaram/mllib-javaMatei Zaharia2013-08-091-0/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Java examples, tests for KMeans and ALSShivaram Venkataraman2013-08-061-0/+5
| |/ / /
* | | | 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