aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-01-13[SPARK-23028] Bump master branch version to 2.4.0-SNAPSHOTgatorsmile
2017-09-01[SPARK-14280][BUILD][WIP] Update change-version.sh and pom.xml to add Scala 2...Sean Owen
2017-04-24[SPARK-20453] Bump master branch version to 2.3.0-SNAPSHOTJosh Rosen
2016-12-02[SPARK-18695] Bump master branch version to 2.2.0-SNAPSHOTReynold Xin
2016-07-19[SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren
2016-07-11[SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin
2016-04-02[MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun
2016-03-15[SPARK-13920][BUILD] MIMA checks should apply to @Experimental and @Developer...Dongjoon Hyun
2016-03-10[SPARK-13294][PROJECT INFRA] Remove MiMa's dependency on spark-class / Spark ...Josh Rosen
2016-03-03[HOT-FIX] Recover some deprecations for 2.10 compatibility.Dongjoon Hyun
2016-03-02[SPARK-13627][SQL][YARN] Fix simple deprecation warnings.Dongjoon Hyun
2016-01-30[SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen
2016-01-08[SPARK-4819] Remove Guava's "Optional" from public APISean Owen
2015-12-31[SPARK-3873][STREAMING] Import order fixes for streaming.Marcelo Vanzin
2015-12-19Bump master version to 2.0.0-SNAPSHOT.Reynold Xin
2015-11-17[SPARK-11732] Removes some MiMa false positivesTimothy Hunter
2015-09-15Update version to 1.6.0-SNAPSHOT.Reynold Xin
2015-08-25[SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen
2015-07-16[SPARK-9015] [BUILD] Clean project import in scala ideJan Prach
2015-07-14[SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen
2015-07-10[SPARK-7977] [BUILD] Disallowing printlnJonathan Alter
2015-06-03[SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0Patrick Wendell
2015-04-30[SPARK-4550] In sort-based shuffle, store map outputs in serialized formSandy Ryza
2015-04-03[SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin
2015-04-01[SPARK-6627] Some clean-up in shuffle code.Patrick Wendell
2015-03-20[SPARK-6371] [build] Update version to 1.4.0-SNAPSHOT.Marcelo Vanzin
2015-03-05SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen
2015-01-06SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen
2014-12-30[SPARK-1010] Clean up uses of System.setProperty in unit testsJosh Rosen
2014-11-18Bumping version to 1.3.0-SNAPSHOT.Marcelo Vanzin
2014-09-15[SPARK-3433][BUILD] Fix for Mima false-positives with @DeveloperAPI and @Expe...Prashant Sharma
2014-09-14[SPARK-3452] Maven build should skip publishing artifacts people shouldn...Prashant Sharma
2014-09-06[SPARK-3397] Bump pom.xml version number of master branch to 1.2.0-SNAPSHOTGuoQiang Li
2014-08-29[SPARK-2288] Hide ShuffleBlockManager behind ShuffleManagerRaymond Liu
2014-08-06SPARK-2566. Update ShuffleWriteMetrics incrementallySandy Ryza
2014-08-01SPARK-2791: Fix committing, reverting and state tracking in shuffle file cons...Aaron Davidson
2014-07-31SPARK-2749 [BUILD] Part 2. Fix a follow-on scalastyle errorSean Owen
2014-07-30[SPARK-2497] Included checks for module symbols too.Prashant Sharma
2014-07-28[SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix)Cheng Lian
2014-07-27Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Patrick Wendell
2014-07-27[SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian
2014-07-25Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Michael Armbrust
2014-07-25[SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian
2014-07-23[SPARK-2549] Functions defined inside of other functions trigger failuresPrashant Sharma
2014-07-10[SPARK-1776] Have Spark's SBT build read dependencies from Maven.Prashant Sharma
2014-06-11[SPARK-2069] MIMA false positivesPrashant Sharma
2014-06-05[SPARK-2029] Bump pom.xml version number of master branch to 1.1.0-SNAPSHOT.Takuya UESHIN
2014-06-01Better explanation for how to use MIMA excludes.Patrick Wendell
2014-05-29[SPARK-1820] Make GenerateMimaIgnore @DeveloperApi annotation aware.Prashant Sharma
2014-04-28Improved build configurationwitgo