aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20343][BUILD] Add avro dependency in core POM to resolve build failure...hyukjinkwon2017-04-161-0/+4
* [SPARK-17807][CORE] split test-tags into test-JARRyan Williams2016-12-211-0/+12
* [SPARK-18695] Bump master branch version to 2.2.0-SNAPSHOTReynold Xin2016-12-021-1/+1
* [SPARK-17960][PYSPARK][UPGRADE TO PY4J 0.10.4]Jagadeesan2016-10-211-1/+1
* [SPARK-17808][PYSPARK] Upgraded version of Pyrolite to 4.13Bryan Cutler2016-10-111-1/+1
* [SPARK-17639][BUILD] Add jce.jar to buildclasspath when building.Marcelo Vanzin2016-09-221-3/+1
* [SPARK-15487][WEB UI] Spark Master UI to reverse proxy Application and Worker...Gurvinder Singh2016-09-081-1/+11
* [SPARK-5682][CORE] Add encrypted shuffle in sparkFerdinand Xu2016-08-301-0/+4
* [SPARK-16967] move mesos to moduleMichael Gummelt2016-08-261-5/+0
* [SPARK-16781][PYSPARK] java launched by PySpark as gateway may not be the sam...Sean Owen2016-08-241-1/+1
* [SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren2016-07-191-1/+0
* [SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin2016-07-111-1/+1
* [SPARK-15851][BUILD] Fix the call of the bash script to enable proper run in ...Reynold Xin2016-06-151-1/+2
* [MINOR] Clean up several build warnings, mostly due to internal use of old ac...Sean Owen2016-06-141-3/+3
* [SPARK-14279][BUILD] Pick the spark version from pomDhruve Ashar2016-06-061-0/+31
* [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen2016-05-171-1/+1
* [SPARK-12972][CORE] Update org.apache.httpcomponents.httpclientSean Owen2016-05-151-6/+5
* [SPARK-15061][PYSPARK] Upgrade to Py4J 0.10.1Holden Karau2016-05-131-1/+1
* [SPARK-14897][SQL] upgrade to jetty 9.2.16bomeng2016-05-121-6/+9
* [SPARK-12154] Upgrade to Jersey 2mcheah2016-05-051-3/+15
* Revert "[SPARK-14613][ML] Add @Since into the matrix and vector classes in sp...Yin Huai2016-04-281-1/+1
* [SPARK-14613][ML] Add @Since into the matrix and vector classes in spark-mlli...Pravin Gadakh2016-04-281-1/+1
* [SPARK-14612][ML] Consolidate the version of dependencies in mllib and mllib-...Sean Owen2016-04-141-1/+0
* [SPARK-13848][SPARK-5185] Update to Py4J 0.9.2 in order to fix classloading i...Josh Rosen2016-03-141-1/+1
* [SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen2016-01-301-2/+2
* [SPARK-7997][CORE] Remove Akka from Spark Core and StreamingShixiong Zhu2016-01-221-13/+4
* [SPARK-12667] Remove block manager's internal "external block store" APIReynold Xin2016-01-151-27/+0
* [SPARK-12652][PYSPARK] Upgrade Py4J to 0.9.1Shixiong Zhu2016-01-121-1/+1
* Bump master version to 2.0.0-SNAPSHOT.Reynold Xin2015-12-191-1/+1
* [SPARK-12065] Upgrade Tachyon from 0.8.1 to 0.8.2Josh Rosen2015-12-011-1/+1
* Revert "[SPARK-11271][SPARK-11016][CORE] Use Spark BitSet instead of RoaringB...Davies Liu2015-11-161-0/+4
* [SPARK-6152] Use shaded ASM5 to support closure cleaning of Java 8 compiled c...Josh Rosen2015-11-111-0/+4
* [SPARK-11236] [TEST-MAVEN] [TEST-HADOOP1.0] [CORE] Update Tachyon dependency ...Calvin Jia2015-11-021-5/+1
* [SPARK-11271][SPARK-11016][CORE] Use Spark BitSet instead of RoaringBitmap to...Liang-Chi Hsieh2015-11-021-4/+0
* Revert "[SPARK-11236][CORE] Update Tachyon dependency from 0.7.1 -> 0.8.0."Yin Huai2015-10-301-1/+5
* [SPARK-11236][CORE] Update Tachyon dependency from 0.7.1 -> 0.8.0.Calvin Jia2015-10-291-5/+1
* [SPARK-10447][SPARK-3842][PYSPARK] upgrade pyspark to py4j0.9Holden Karau2015-10-201-1/+1
* [SPARK-9643] Upgrade pyrolite to 4.9Alex Angelini2015-10-191-1/+1
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-10-071-10/+4
* Revert "[SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests....Marcelo Vanzin2015-09-151-0/+10
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-09-151-10/+0
* Update version to 1.6.0-SNAPSHOT.Reynold Xin2015-09-151-1/+1
* [SPARK-10421] [BUILD] Exclude curator artifacts from tachyon dependencies.Marcelo Vanzin2015-09-031-0/+8
* [SPARK-9199] [CORE] Upgrade Tachyon version from 0.7.0 -> 0.7.1.Calvin Jia2015-08-171-1/+1
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-031-20/+0
* [SPARK-9199] [CORE] Update Tachyon dependency from 0.6.4 -> 0.7.0Calvin Jia2015-07-301-29/+5
* [SPARK-746] [CORE] Added Avro Serialization to KryoJoseph Batchik2015-07-291-0/+5
* [SPARK-8401] [BUILD] Scala version switching build enhancementsMichael Allman2015-07-211-1/+1
* [SPARK-6602][Core]Replace Akka Serialization with Spark Serializerzsxwing2015-07-151-0/+5
* [SPARK-7078] [SPARK-7079] Binary processing sort for Spark SQLJosh Rosen2015-07-101-10/+10