aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7643] [UI] use the correct size in RDDPage for storage info and partit...Xiangrui Meng2015-05-141-2/+5
* [SPARK-7598] [DEPLOY] Add aliveWorkers metrics in MasterRex Xiong2015-05-141-0/+5
* [HOT FIX #6125] Do not wait for all stages to start renderingAndrew Or2015-05-131-16/+18
* [SPARK-7081] Faster sort-based shuffle path using binary processing cache-awa...Josh Rosen2015-05-1311-29/+224
* [SPARK-7502] DAG visualization: gracefully handle removed stagesAndrew Or2015-05-131-3/+8
* [SPARK-7399] Spark compilation error for scala 2.11Andrew Or2015-05-132-3/+3
* [SPARK-7608] Clean up old state in RDDOperationGraphListenerAndrew Or2015-05-131-9/+21
* [MINOR] Enhance SizeEstimator to detect IBM compressed refs and s390 …Tim Ellison2015-05-131-1/+7
* [SPARK-6568] spark-shell.cmd --jars option does not accept the jar that has s...Masayoshi TSUZUKI2015-05-132-42/+24
* [SPARK-7526] [SPARKR] Specify ip of RBackend, MonitorServer and RRDD Socket s...linweizhong2015-05-122-6/+6
* [SPARK-7406] [STREAMING] [WEBUI] Add tooltips for "Scheduling Delay", "Proces...zsxwing2015-05-121-5/+7
* [SPARK-7500] DAG visualization: move cluster labeling to dagre-d3Andrew Or2015-05-122-32/+10
* [SPARK-3928] [SPARK-5182] [SQL] Partitioning support for the data sources APICheng Lian2015-05-131-11/+41
* [SPARK-6876] [PySpark] [SQL] add DataFrame na.replace in pysparkDaoyuan Wang2015-05-121-0/+7
* [SPARK-7467] Dag visualization: treat checkpoint as an RDD operationAndrew Or2015-05-121-7/+9
* [MINOR] [PYSPARK] Set PYTHONPATH to python/lib/pyspark.zip rather than python...linweizhong2015-05-121-1/+1
* [SPARK-7534] [CORE] [WEBUI] Fix the Stage table when a stage is missingzsxwing2015-05-121-1/+14
* [SPARK-7508] JettyUtils-generated servlets to log & report all errorsSteve Loughran2015-05-111-0/+6
* [SPARK-7438] [SPARK CORE] Fixed validation of relativeSD in countApproxDistinctVinod K C2015-05-091-3/+4
* [SPARK-7237] Clean function in several RDD methodstedyu2015-05-081-10/+20
* [SPARK-7469] [SQL] DAG visualization: show SQL query operatorsAndrew Or2015-05-081-6/+14
* [SPARK-6955] Perform port retries at NettyBlockTransferService levelAaron Davidson2015-05-082-3/+15
* [SPARK-7378] [CORE] Handle deep links to unloaded apps.Marcelo Vanzin2015-05-081-19/+29
* [MINOR] [CORE] Allow History Server to read kerberos opts from config file.Marcelo Vanzin2015-05-081-1/+1
* [SPARK-7466] DAG visualization: fix orphan nodesAndrew Or2015-05-081-1/+1
* [SPARK-7490] [CORE] [Minor] MapOutputTracker.deserializeMapStatuses: close in...Evan Jones2015-05-081-1/+5
* [SPARK-6627] Finished rename to ShuffleBlockResolverKay Ousterhout2015-05-089-31/+27
* [SPARK-7298] Harmonize style of new visualizationsMatei Zaharia2015-05-087-51/+70
* [SPARK-7436] Fixed instantiation of custom recovery mode factory and added testsJacek Lewandowski2015-05-081-1/+1
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-0836-129/+1762
* [SPARK-6869] [PYSPARK] Add pyspark archives path to PYTHONPATHLianhui Wang2015-05-081-0/+41
* [SPARK-7392] [CORE] bugfix: Kryo buffer size cannot be larger than 2MZhang, Liye2015-05-081-5/+6
* [SPARK-7347] DAG visualization: add tooltips to RDDsAndrew Or2015-05-071-2/+3
* [SPARK-7391] DAG visualization: auto expand if linked from another vizAndrew Or2015-05-072-1/+21
* [SPARK-7373] [MESOS] Add docker support for launching drivers in mesos cluste...Timothy Chen2015-05-071-7/+23
* [SPARK-7399] [SPARK CORE] Fixed compilation error in scala 2.11Tijo Thomas2015-05-071-1/+1
* [SPARK-7371] [SPARK-7377] [SPARK-7408] DAG visualization addendum (#5729)Andrew Or2015-05-062-14/+19
* Add `Private` annotation.Josh Rosen2015-05-061-0/+41
* [SPARK-7311] Introduce internal Serializer API for determining if serializers...Josh Rosen2015-05-063-3/+42
* [SPARK-7384][Core][Tests] Fix flaky tests for distributed mode in BroadcastSuitezsxwing2015-05-051-3/+5
* Revert "[SPARK-3454] separate json endpoints for data in the UI"Reynold Xin2015-05-0537-1803/+129
* Some minor cleanup after SPARK-4550.Sandy Ryza2015-05-052-9/+4
* [SPARK-7007] [CORE] Add a metric source for ExecutorAllocationManagerjerryshao2015-05-052-0/+32
* [SPARK-7318] [STREAMING] DStream cleans objects that are not closuresAndrew Or2015-05-051-0/+5
* [SPARK-7237] Many user provided closures are not actually cleanedAndrew Or2015-05-054-12/+30
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-0537-129/+1803
* [SPARK-5112] Expose SizeEstimator as a developer apiSandy Ryza2015-05-051-0/+44
* [SPARK-7139] [STREAMING] Allow received block metadata to be saved to WAL and...Tathagata Das2015-05-051-4/+4
* [SPARK-7314] [SPARK-3524] [PYSPARK] upgrade Pyrolite to 4.4Xiangrui Meng2015-05-041-5/+2
* [SPARK-7236] [CORE] Fix to prevent AkkaUtils askWithReply from sleeping on fi...Bryan Cutler2015-05-041-1/+3