aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7563] OutputCommitCoordinator.stop() should only run on the driverJosh Rosen2015-05-153-6/+8
* [SPARK-7676] Bug fix and cleanup of stage timeline viewKay Ousterhout2015-05-152-47/+20
* [SPARK-7296] Add timeline visualization for stages in the UI.Kousuke Saruta2015-05-154-10/+348
* [SPARK-7504] [YARN] NullPointerException when initializing SparkContext in YA...ehnalis2015-05-151-0/+8
* [SPARK-7664] [WEBUI] DAG visualization: Fix incorrect link paths of DAG.Kousuke Saruta2015-05-151-2/+3
* [CORE] Protect additional test vars from early GCTim Ellison2015-05-151-2/+8
* [SPARK-7233] [CORE] Detect REPL mode onceOleksii Kostyliev2015-05-152-13/+17
* [SPARK-7650] [STREAMING] [WEBUI] Move streaming css and js files to the strea...zsxwing2015-05-143-344/+1
* [CORE] Remove unreachable Heartbeat message from WorkerKan Zhang2015-05-141-3/+0
* [HOTFIX] Add workaround for SPARK-7660 to fix JavaAPISuite failures.Josh Rosen2015-05-141-0/+8
* [SPARK-7645] [STREAMING] [WEBUI] Show milliseconds in the UI if the batch int...zsxwing2015-05-141-1/+10
* [SPARK-7649] [STREAMING] [WEBUI] Use window.localStorage to store the status ...zsxwing2015-05-141-16/+4
* [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-132-17/+18
* [SPARK-7081] Faster sort-based shuffle path using binary processing cache-awa...Josh Rosen2015-05-1326-29/+2638
* [SPARK-7502] DAG visualization: gracefully handle removed stagesAndrew Or2015-05-133-8/+25
* [SPARK-7464] DAG visualization: highlight the same RDDs on hoverAndrew Or2015-05-133-16/+37
* [SPARK-7399] Spark compilation error for scala 2.11Andrew Or2015-05-133-12/+14
* [SPARK-7608] Clean up old state in RDDOperationGraphListenerAndrew Or2015-05-132-9/+108
* [MINOR] [CORE] Accept alternative mesos unsatisfied link error in test.Tim Ellison2015-05-131-1/+1
* [MINOR] Enhance SizeEstimator to detect IBM compressed refs and s390 …Tim Ellison2015-05-132-1/+19
* [SPARK-7589] [STREAMING] [WEBUI] Make "Input Rate" in the Streaming page cons...zsxwing2015-05-132-4/+18
* [SPARK-6568] spark-shell.cmd --jars option does not accept the jar that has s...Masayoshi TSUZUKI2015-05-134-78/+86
* [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
* [HOT FIX #6076] DAG visualization: curve the edgesAndrew Or2015-05-121-1/+2
* [SPARK-7500] DAG visualization: move cluster labeling to dagre-d3Andrew Or2015-05-124-87/+48
* [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-7403] [WEBUI] Link URL in objects on Timeline View is wrong in case of...Kousuke Saruta2015-05-092-20/+14
* [SPARK-7438] [SPARK CORE] Fixed validation of relativeSD in countApproxDistinctVinod K C2015-05-092-3/+6
* [SPARK-7237] Clean function in several RDD methodstedyu2015-05-082-10/+41
* [SPARK-7469] [SQL] DAG visualization: show SQL query operatorsAndrew Or2015-05-081-6/+14
* [SPARK-6955] Perform port retries at NettyBlockTransferService levelAaron Davidson2015-05-083-3/+93
* [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
* [MINOR] Defeat early garbage collection of test suite variableTim Ellison2015-05-081-0/+1
* [WEBUI] Remove debug feature for vis.jsKousuke Saruta2015-05-082-2/+0
* [SPARK-7490] [CORE] [Minor] MapOutputTracker.deserializeMapStatuses: close in...Evan Jones2015-05-081-1/+5
* [SPARK-6627] Finished rename to ShuffleBlockResolverKay Ousterhout2015-05-0810-40/+36
* [SPARK-7298] Harmonize style of new visualizationsMatei Zaharia2015-05-0812-151/+255
* [SPARK-7436] Fixed instantiation of custom recovery mode factory and added testsJacek Lewandowski2015-05-083-4/+208
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-0896-172/+8507
* [SPARK-6869] [PYSPARK] Add pyspark archives path to PYTHONPATHLianhui Wang2015-05-081-0/+41