aboutsummaryrefslogtreecommitdiff
path: root/tools/src/main
Commit message (Expand)AuthorAgeFilesLines
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-021-4/+5
* [SPARK-13920][BUILD] MIMA checks should apply to @Experimental and @Developer...Dongjoon Hyun2016-03-151-17/+3
* [SPARK-13294][PROJECT INFRA] Remove MiMa's dependency on spark-class / Spark ...Josh Rosen2016-03-103-516/+15
* [HOT-FIX] Recover some deprecations for 2.10 compatibility.Dongjoon Hyun2016-03-031-2/+2
* [SPARK-13627][SQL][YARN] Fix simple deprecation warnings.Dongjoon Hyun2016-03-021-2/+2
* [SPARK-4819] Remove Guava's "Optional" from public APISean Owen2016-01-081-1/+1
* [SPARK-3873][STREAMING] Import order fixes for streaming.Marcelo Vanzin2015-12-313-5/+5
* [SPARK-11732] Removes some MiMa false positivesTimothy Hunter2015-11-171-1/+3
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-251-3/+3
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-141-0/+2
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-103-0/+16
* [SPARK-4550] In sort-based shuffle, store map outputs in serialized formSandy Ryza2015-04-301-2/+3
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-032-5/+5
* [SPARK-6627] Some clean-up in shuffle code.Patrick Wendell2015-04-011-1/+1
* [SPARK-1010] Clean up uses of System.setProperty in unit testsJosh Rosen2014-12-301-6/+6
* [SPARK-3433][BUILD] Fix for Mima false-positives with @DeveloperAPI and @Expe...Prashant Sharma2014-09-151-4/+10
* [SPARK-2288] Hide ShuffleBlockManager behind ShuffleManagerRaymond Liu2014-08-291-3/+6
* SPARK-2566. Update ShuffleWriteMetrics incrementallySandy Ryza2014-08-061-1/+2
* SPARK-2791: Fix committing, reverting and state tracking in shuffle file cons...Aaron Davidson2014-08-011-3/+2
* SPARK-2749 [BUILD] Part 2. Fix a follow-on scalastyle errorSean Owen2014-07-311-3/+4
* [SPARK-2497] Included checks for module symbols too.Prashant Sharma2014-07-301-11/+9
* [SPARK-2549] Functions defined inside of other functions trigger failuresPrashant Sharma2014-07-231-2/+19
* [SPARK-2069] MIMA false positivesPrashant Sharma2014-06-111-56/+67
* Better explanation for how to use MIMA excludes.Patrick Wendell2014-06-011-2/+2
* [SPARK-1820] Make GenerateMimaIgnore @DeveloperApi annotation aware.Prashant Sharma2014-05-291-3/+19
* SPARK-1494 Don't initialize classes loaded by MIMA excludes, attempt 2Michael Armbrust2014-04-241-1/+1
* SPARK-1494 Don't initialize classes loaded by MIMA excludes.Michael Armbrust2014-04-221-4/+3
* SPARK-1374: PySpark API for SparkSQLAhir Reddy2014-04-151-1/+3
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-141-0/+1
* SPARK-1093: Annotate developer and experimental API'sPatrick Wendell2014-04-091-0/+103
* SPARK-1094 Support MiMa for reporting binary compatibility accross versions.Patrick Wendell2014-03-241-0/+132
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-091-2/+4
* Fixed import formatting.Tathagata Das2014-01-121-1/+1
* Moved DStream, DStreamCheckpointData and PairDStream from org.apache.spark.st...Tathagata Das2014-01-121-25/+25
* Merge branch 'master' into scala-2.10Raymond Liu2013-11-131-2/+2
* Move some classes to more appropriate packages:Matei Zaharia2013-09-011-19/+19
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-92/+92
* Made PairRDDFunctions taking only Tuple2, but made the rest of the shuffle co...Reynold Xin2013-08-191-1/+1
* Allow subclasses of Product2 in all key-value related classes (ShuffleDepende...Reynold Xin2013-08-181-2/+4
* Change scala.Option to Guava Optional in Java APIs.Josh Rosen2013-08-111-15/+19
* Remove annotation code that broke build.Josh Rosen2013-07-221-5/+0
* Add JavaAPICompletenessChecker.Josh Rosen2013-07-221-0/+359