aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0Patrick Wendell2015-06-031-1/+13
* [SPARK-7850][BUILD] Hive 0.12.0 profile in POM should be removedCheolsoo Park2015-05-271-16/+0
* Revert "[SPARK-7042] [BUILD] use the standard akka artifacts with hadoop-2.x"Patrick Wendell2015-05-261-4/+2
* [SPARK-7042] [BUILD] use the standard akka artifacts with hadoop-2.xKonstantin Shaposhnikov2015-05-261-2/+4
* [SPARK-7726] Fix Scaladoc false errorsIulian Dragos2015-05-191-2/+2
* [HOTFIX] Revert "[SPARK-7092] Update spark scala version to 2.11.6"Patrick Wendell2015-05-191-2/+2
* [SPARK-7063] when lz4 compression is used, it causes core dumpJihong MA2015-05-181-1/+1
* [SPARK-6514] [SPARK-5960] [SPARK-6656] [SPARK-7679] [STREAMING] [KINESIS] Upd...Tathagata Das2015-05-171-2/+2
* [SPARK-7669] Builds against Hadoop 2.6+ get inconsistent curator depend…Steve Loughran2015-05-171-2/+24
* [BUILD] update jblas dependency version to 1.2.4Matthew Brandyberry2015-05-161-1/+1
* [SPARK-7677] [STREAMING] Add Kafka modules to the 2.11 build.Iulian Dragos2015-05-151-4/+2
* [SPARK-7249] Updated Hadoop dependencies due to inconsistency in the versionsFavioVazquez2015-05-141-18/+15
* [SPARK-7081] Faster sort-based shuffle path using binary processing cache-awa...Josh Rosen2015-05-131-1/+13
* [SPARK-2018] [CORE] Upgrade LZF library to fix endian serialization p…Tim Ellison2015-05-121-1/+1
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-081-0/+12
* Revert "[SPARK-3454] separate json endpoints for data in the UI"Reynold Xin2015-05-051-12/+0
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-051-0/+12
* [MINOR] [BUILD] Declare ivy dependency in root pom.Marcelo Vanzin2015-05-051-0/+5
* [SPARK-7302] [DOCS] SPARK building documentation still mentions building for ...Sean Owen2015-05-031-14/+0
* [SPARK-2691] [MESOS] Support for Mesos DockerInfoChris Heller2015-05-011-1/+1
* [SPARK-7076][SPARK-7077][SPARK-7080][SQL] Use managed memory for aggregationsJosh Rosen2015-04-291-0/+2
* [SPARK-7168] [BUILD] Update plugin versions in Maven build and centralize ver...Sean Owen2015-04-281-12/+32
* [SPARK-7092] Update spark scala version to 2.11.6Prashant Sharma2015-04-251-2/+2
* [SPARK-6122] [CORE] Upgrade tachyon-client version to 0.6.3Calvin Jia2015-04-241-1/+11
* SPARK-6861 [BUILD] Scalastyle config prevents building Maven child modules aloneSean Owen2015-04-151-3/+2
* [SPARK-6905] Upgrade to snappy-java 1.1.1.7Josh Rosen2015-04-141-1/+1
* [SPARK-6731] Bump version of apache commons-math3Punyashloka Biswal2015-04-141-1/+1
* [hotfix] [build] Make sure JAVA_HOME is set for tests.Marcelo Vanzin2015-04-111-0/+14
* [SPARK-5654] Integrate SparkRShivaram Venkataraman2015-04-081-0/+3
* SPARK-6433 hive tests to import spark-sql test JAR for QueryTest accessSteve Loughran2015-04-011-0/+20
* [SPARK-6544][build] Increment Avro version from 1.7.6 to 1.7.7Dean Chen2015-03-271-1/+1
* SPARK-6532 [BUILD] LDAModel.scala fails scalastyle on WindowsSean Owen2015-03-261-1/+2
* [SPARK-6371] [build] Update version to 1.4.0-SNAPSHOT.Marcelo Vanzin2015-03-201-1/+1
* SPARK-5134 [BUILD] Bump default Hadoop version to 2+Sean Owen2015-03-201-1/+1
* [SPARK-5814][MLLIB][GRAPHX] Remove JBLAS from runtimeXiangrui Meng2015-03-121-0/+1
* [SPARK-4924] Add a library for launching Spark jobs programmatically.Marcelo Vanzin2015-03-111-1/+2
* SPARK-6205 [CORE] UISeleniumSuite fails for Hadoop 2.x test with NoClassDefFo...Sean Owen2015-03-081-0/+7
* SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen2015-03-051-1/+1
* [SPARK-6149] [SQL] [Build] Excludes Guava 15 referenced by jackson-module-sca...Cheng Lian2015-03-041-0/+8
* HOTFIX: Bump HBase version in MapR profiles.Patrick Wendell2015-03-031-2/+2
* SPARK-5357: Update commons-codec version to 1.10 (current)Matt Whelan2015-02-161-1/+1
* SPARK-5822 [BUILD] cannot import src/main/scala & src/test/scala into eclipse...gli2015-02-141-0/+6
* [SPARK-5735] Replace uses of EasyMock with MockitoJosh Rosen2015-02-131-13/+0
* [SPARK-5700] [SQL] [Build] Bumps jets3t to 0.9.3 for hadoop-2.3 and hadoop-2....Cheng Lian2015-02-101-2/+2
* [SPARK-2996] Implement userClassPathFirst for driver, yarn.Marcelo Vanzin2015-02-091-3/+9
* [SPARK-3039] [BUILD] Spark assembly for new hadoop API (hadoop 2) contai...medale2015-02-081-0/+4
* [SPARK-5671] Upgrade jets3t to 0.9.2 in hadoop-2.3 and 2.4 profilesJosh Rosen2015-02-071-2/+2
* [SPARK-5108][BUILD] Jackson dependency management for Hadoop-2.6.0 supportZhan Zhang2015-02-071-0/+13
* [SPARK-5388] Provide a stable application submission gateway for standalone c...Andrew Or2015-02-061-0/+11
* Revert "SPARK-5607: Update to Kryo 2.24.0 to avoid including objenesis 1.2."Patrick Wendell2015-02-051-8/+1