aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* [HOTFIX] Add tests for SparkListenerApplicationStart with Driver Logs.Hari Shreedharan2015-05-221-2/+23
* [SPARK-7795] [CORE] Speed up task scheduling in standalone mode by reusing se...Akshat Aranya2015-05-221-4/+8
* [SPARK-7224] [SPARK-7306] mock repository generator for --packages tests with...Burak Yavuz2015-05-225-100/+404
* [SPARK-7771] [SPARK-7779] Dynamic allocation: lower default timeouts furtherAndrew Or2015-05-221-8/+18
* [SPARK-7760] add /json back into master & worker pages; add testImran Rashid2015-05-223-3/+37
* [SPARK-7758] [SQL] Override more configs to avoid failure when connect to a p...WangTaoTheTonic2015-05-221-1/+1
* [SPARK-7766] KryoSerializerInstance reuse is unsafe when auto-reset is disabledJosh Rosen2015-05-222-0/+35
* [SPARK-7657] [YARN] Add driver logs links in application UI, in cluster mode.Hari Shreedharan2015-05-215-6/+30
* [SPARK-7718] [SQL] Speed up partitioning by avoiding closure cleaningAndrew Or2015-05-211-0/+18
* [SPARK-6416] [DOCS] RDD.fold() requires the operator to be commutativeSean Owen2015-05-212-6/+20
* [SPARK-7389] [CORE] Tachyon integration improvementMingfei2015-05-204-48/+149
* [SPARK-7750] [WEBUI] Rename endpoints from `json` to `api` to allow fu…Hari Shreedharan2015-05-206-20/+23
* [SPARK-7719] Re-add UnsafeShuffleWriterSuite test that was removed for Java 6...Josh Rosen2015-05-201-0/+15
* [SPARK-7767] [STREAMING] Added test for checkpoint serialization in Streaming...Tathagata Das2015-05-201-1/+1
* [SPARK-7237] [SPARK-7741] [CORE] [STREAMING] Clean more closures that need cl...Andrew Or2015-05-203-4/+9
* [SPARK-7738] [SQL] [PySpark] add reader and writer API in PythonDavies Liu2015-05-191-2/+9
* [HOTFIX]: Java 6 Build BreaksPatrick Wendell2015-05-191-14/+0
* [SPARK-7150] SparkContext.range() and SQLContext.range()Daoyuan Wang2015-05-181-0/+72
* [SPARK-7624] Revert #4147Davies Liu2015-05-181-21/+2
* [SPARK-7501] [STREAMING] DAG visualization: show DStream operationsAndrew Or2015-05-185-18/+28
* [SPARK-6216] [PYSPARK] check python version of worker with driverDavies Liu2015-05-181-0/+3
* [SPARK-7627] [SPARK-7472] DAG visualization: style skipped stagesAndrew Or2015-05-186-108/+352
* [SPARK-7693][Core] Remove "import scala.concurrent.ExecutionContext.Implicits...zsxwing2015-05-174-21/+47
* [SPARK-7660] Wrap SnappyOutputStream to work around snappy-java bugJosh Rosen2015-05-172-10/+47
* [SPARK-7655][Core] Deserializing value should not hold the TaskSchedulerImpl ...zsxwing2015-05-163-2/+31
* [SPARK-7655][Core][SQL] Remove 'scala.concurrent.ExecutionContext.Implicits.g...zsxwing2015-05-163-4/+40
* [SPARK-7672] [CORE] Use int conversion in translating kryoserializer.buffer.m...Nishkam Ravi2015-05-162-1/+4
* [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-1327-29/+2648
* [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