aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* [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-0596-19845/+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
* [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-055-16/+174
* [SPARK-5074] [CORE] [TESTS] Fix the flakey test 'run shuffle with map stage f...zsxwing2015-05-051-1/+6
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-0596-172/+19845
* [SPARK-5112] Expose SizeEstimator as a developer apiSandy Ryza2015-05-051-0/+44
* [HOTFIX] [TEST] Ignoring flaky testsTathagata Das2015-05-052-2/+2
* [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
* [SPARK-6943] [SPARK-6944] DAG visualization on SparkUIAndrew Or2015-05-0437-337/+1581
* [SPARK-6907] [SQL] Isolated client for HiveMetastoreMichael Armbrust2015-05-031-1/+1
* [SPARK-6030] [CORE] Using simulated field layout method to compute class shel...Ye Xianjin2015-05-023-18/+100
* [SPARK-7323] [SPARK CORE] Use insertAll instead of insert while merging combi...Mridul Muralidharan2015-05-021-4/+1
* [SPARK-7120] [SPARK-7121] Closure cleaner nesting + documentation + testsAndrew Or2015-05-013-58/+831
* [SPARK-7317] [Shuffle] Expose shuffle handleMridul Muralidharan2015-05-011-1/+4
* [SPARK-6229] Add SASL encryption to network library.Marcelo Vanzin2015-05-015-22/+41
* [SPARK-2691] [MESOS] Support for Mesos DockerInfoChris Heller2015-05-014-4/+203
* [SPARK-6443] [SPARK SUBMIT] Could not submit app in standalone cluster mode w...WangTaoTheTonic2015-05-018-95/+229
* [SPARK-7216] [MESOS] Add driver details page to Mesos cluster UI.Timothy Chen2015-05-016-11/+222
* [SPARK-6954] [YARN] ExecutorAllocationManager can end up requesting a negativ...Sandy Ryza2015-05-012-124/+148
* [SPARK-3444] Provide an easy way to change log levelHolden Karau2015-05-014-15/+53
* [SPARK-7309] [CORE] [STREAMING] Shutdown the thread pools in ReceivedBlockHan...zsxwing2015-05-011-0/+1
* Ignore flakey test in SparkSubmitUtilsSuitePatrick Wendell2015-05-011-1/+1
* [SPARK-5342] [YARN] Allow long running Spark apps to run on secure YARN/HDFSHari Shreedharan2015-05-015-3/+110
* Revert "[SPARK-7224] added mock repository generator for --packages tests"Patrick Wendell2015-05-015-403/+97
* Revert "[SPARK-7287] enabled fixed test"Patrick Wendell2015-05-011-1/+1
* [SPARK-6846] [WEBUI] [HOTFIX] return to GET for kill link in UI since YARN AM...Sean Owen2015-05-015-13/+23
* changing persistence engine trait to an abstract classniranda2015-05-011-1/+1
* [SPARK-4705] Handle multiple app attempts event logs, history server.Marcelo Vanzin2015-05-0119-197/+531
* [SPARK-3468] [WEBUI] Timeline-View featureKousuke Saruta2015-05-0114-32/+782
* [SPARK-7291] [CORE] Fix a flaky test in AkkaRpcEnvSuitezsxwing2015-04-301-1/+1
* [SPARK-7287] enabled fixed testBurak Yavuz2015-04-301-1/+1
* [SPARK-4550] In sort-based shuffle, store map outputs in serialized formSandy Ryza2015-04-3021-179/+1208
* [SPARK-6479] [BLOCK MANAGER] Create off-heap block storage APIZhan Zhang2015-04-3021-324/+521