aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SPARK-2047: Introduce an in-mem Sorter, and use it to reduce mem usageAaron Davidson2014-07-221-0/+915
* Package docsPrashant Sharma2014-05-142-0/+48
* [SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and JavadocsMatei Zaharia2014-04-211-0/+23
* Remove Unnecessary Whitespace'sSandeep2014-04-102-2/+2
* SPARK-1305: Support persisting RDD's directly to TachyonHaoyuan Li2014-04-041-13/+33
* [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda express...Prashant Sharma2014-03-0310-0/+277
* Migrate Java code to Scala or move it to src/main/javaPunya Biswal2014-02-222-0/+111
* Optimized importsNirmalReddy2014-02-182-4/+4
* Suggested small changes to Java code for slightly more standard style, encaps...Sean Owen2014-01-026-38/+39
* Fix failed unit testsBinh Nguyen2013-12-273-13/+24
* Fix imports orderBinh Nguyen2013-12-243-5/+2
* Remove import * and fix some formattingBinh Nguyen2013-12-242-7/+4
* upgrade Netty from 4.0.0.Beta2 to 4.0.13.FinalBinh Nguyen2013-12-245-29/+40
* Merge branch 'master' into scala-2.10Raymond Liu2013-11-133-21/+16
|\
| * Address Josh and Reynold's commentsAaron Davidson2013-10-201-1/+1
| * Basic shuffle file consolidationAaron Davidson2013-10-201-1/+1
| * Refactor of DiskStore for shuffle file consolidationAaron Davidson2013-10-202-18/+10
| * Address Matei's commentsAaron Davidson2013-10-141-1/+1
| * Change BlockId filename to name + rest of Patrick's commentsAaron Davidson2013-10-131-1/+1
| * Add unit test and address rest of Reynold's commentsAaron Davidson2013-10-121-1/+1
| * Refactor BlockId into an actual typeAaron Davidson2013-10-122-3/+6
* | fixed some warningsMartin Weindel2013-10-052-3/+0
|/
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-017-7/+7
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-167-0/+119
* Fix some comments and styleShivaram Venkataraman2013-06-131-1/+1
* Make connect timeout configurableShivaram Venkataraman2013-05-311-2/+4
* Another round of Netty fixes.Shivaram Venkataraman2013-05-312-18/+14
* Couple of Netty fixesShivaram Venkataraman2013-05-281-21/+24
* Automatically configure Netty port. This makes unit tests usingReynold Xin2013-05-241-18/+50
* Cleaned up the Java files from Shane's PR.Reynold Xin2013-05-077-116/+83
* fix a bug in netty Block Fetchershane-huang2013-04-161-1/+0
* Shuffle Performance fix: Use netty embeded OIO file server instead of Connect...shane-huang2013-04-077-0/+328