aboutsummaryrefslogtreecommitdiff
path: root/tools/src
Commit message (Expand)AuthorAgeFilesLines
* 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