aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/java/org
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4014] Add TaskContext.attemptNumber and deprecate TaskContext.attemptIdJosh Rosen2015-01-141-1/+1
* SPARK-4297 [BUILD] Build warning fixes omnibusSean Owen2014-12-241-1/+3
* SPARK-3926 [CORE] Reopened: result of JavaRDD collectAsMap() is not serializableSean Owen2014-12-081-0/+13
* [SPARK-4459] Change groupBy type parameter from K to USaldanha2014-12-041-0/+41
* [SPARK-4613][Core] Java API for JdbcRDDCheng Lian2014-11-271-0/+118
* [SPARK-2759][CORE] Generic Binary File Support in SparkKevin Mader2014-11-011-0/+79
* [SPARK-3250] Implement Gap Sampling optimization for random samplingErik Erlandson2014-10-301-5/+4
* SPARK-4022 [CORE] [MLLIB] Replace colt dependency (LGPL) with commons-mathSean Owen2014-10-271-1/+1
* SPARK-1813. Add a utility to SparkConf that makes using Kryo really easySandy Ryza2014-10-211-0/+12
* [SPARK-3902] [SPARK-3590] Stabilize AsynRDDActions and add Java APIJosh Rosen2014-10-191-4/+89
* SPARK-3874: Provide stable TaskContext APIPrashant Sharma2014-10-162-3/+3
* [SPARK-3543] TaskContext remaining cleanup work.Reynold Xin2014-09-281-4/+3
* [SPARK-3543] Write TaskContext in Java and expose it through a static accessor.Prashant Sharma2014-09-261-1/+1
* [SPARK-3647] Add more exceptions to Guava relocation.Marcelo Vanzin2014-09-231-0/+26
* SPARK-3422. JavaAPISuite.getHadoopInputSplits isn't used anywhere.Sandy Ryza2014-09-091-25/+0
* SPARK-2978. Transformation with MR shuffle semanticsSandy Ryza2014-09-081-0/+30
* [SPARK-3045] Make Serializer interface Java friendlyReynold Xin2014-08-151-0/+95
* [SPARK-3027] TaskContext: tighten visibility and provide Java friendly callba...Reynold Xin2014-08-141-0/+39
* [SPARK-2937] Separate out samplyByKeyExact as its own API in PairRDDFunctionDoris Xin2014-08-101-2/+18
* SPARK-2028: Expose mapPartitionsWithInputSplit in HadoopRDDAaron Davidson2014-07-311-1/+25
* [SPARK-2737] Add retag() method for changing RDDs' ClassTags.Josh Rosen2014-07-301-0/+17
* [SPARK-2082] stratified sampling in PairRDDFunctions that guarantees exact sa...Doris Xin2014-07-291-0/+37
* [SPARK-2279] Added emptyRDD method to Java APIbpaulin2014-07-261-2/+7
* Fix some tests.Marcelo Vanzin2014-06-201-2/+3
* [SPARK-2061] Made splits deprecated in JavaRDDLikeAnant2014-06-201-1/+1
* SPARK-1868: Users should be allowed to cogroup at least 4 RDDsAllan Douglas R. de Oliveira2014-06-201-0/+63
* SPARK-1063 Add .sortBy(f) method on RDDAndrew Ash2014-06-171-0/+33
* SPARK-554. Add aggregateByKey.Sandy Ryza2014-06-121-0/+31
* SPARK-1973. Add randomSplit to JavaRDD (with tests, and tidy Java tests)Sean Owen2014-06-041-90/+103
* SPARK-1941: Update streamlib to 2.7.0 and use HyperLogLogPlus instead of Hype...Reynold Xin2014-06-031-7/+3
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-031-3/+0
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-121-13/+5
* [SPARK-1745] Move interrupted flag from TaskContext constructor (minor)Andrew Or2014-05-081-1/+1
* SPARK-1509: add zipWithIndex zipWithUniqueId methods to java apiwitgo2014-04-291-7/+24
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-241-2/+2
* [SPARK-1415] Hadoop min split for wholeTextFiles()Xusen Yin2014-04-131-1/+1
* Spark 1271: Co-Group and Group-By should pass Iterable[X]Holden Karau2014-04-081-9/+11
* [SPARK-1259] Make RDD locally iterableEgor Pakhomov2014-04-061-0/+9
* [SPARK-1133] Add whole text files reader in MLlibXusen Yin2014-04-041-3/+27
* [SPARK-1132] Persisting Web UI through refactoring the SparkListener interfaceAndrew Or2014-03-191-11/+12
* Spark 1165 rdd.intersection in python and javaPrashant Sharma2014-03-071-0/+31
* [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda express...Prashant Sharma2014-03-031-19/+19
* SPARK 1084.1 (resubmitted)Sean Owen2014-02-271-10/+25
* Migrate Java code to Scala or move it to src/main/javaPunya Biswal2014-02-221-0/+981