aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-7485] [BUILD] Remove pyspark files from assembly.Marcelo Vanzin2015-05-121-47/+0
* [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-0897-172/+8515
* [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-082-5/+36
* [SPARK-7347] DAG visualization: add tooltips to RDDsAndrew Or2015-05-072-2/+19
* [SPARK-7391] DAG visualization: auto expand if linked from another vizAndrew Or2015-05-073-3/+23
* [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
* [HOT FIX] For DAG visualization #5954Andrew Or2015-05-061-2/+2
* [SPARK-7371] [SPARK-7377] [SPARK-7408] DAG visualization addendum (#5729)Andrew Or2015-05-065-177/+310
* [HOT FIX] [SPARK-7418] Ignore flaky SparkSubmitUtilsSuite testAndrew Or2015-05-061-1/+1
* Add `Private` annotation.Josh Rosen2015-05-061-0/+41
* [SPARK-7311] Introduce internal Serializer API for determining if serializers...Josh Rosen2015-05-064-3/+161
* [SPARK-7384][Core][Tests] Fix flaky tests for distributed mode in BroadcastSuitezsxwing2015-05-052-4/+18
* Revert "[SPARK-3454] separate json endpoints for data in the UI"Reynold Xin2015-05-0597-19853/+172
* Some minor cleanup after SPARK-4550.Sandy Ryza2015-05-052-9/+4
* [SPARK-6939] [STREAMING] [WEBUI] Add timeline and histogram graphs for stream...zsxwing2015-05-053-31/+436
* [SPARK-7007] [CORE] Add a metric source for ExecutorAllocationManagerjerryshao2015-05-052-0/+32