aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/api
Commit message (Expand)AuthorAgeFilesLines
* overrideJakob Odersky2017-04-241-1/+1
* [SPARK-20088] Do not create new SparkContext in SparkR createSparkContextHossein2017-03-271-1/+1
* [SPARK-19820][CORE] Add interface to kill tasks w/ a reasonEric Liang2017-03-231-1/+1
* [SPARK-19925][SPARKR] Fix SparkR spark.getSparkFiles fails when it was called...Yanbo Liang2017-03-211-0/+2
* [SPARK-18817][SPARKR][SQL] change derby log output to temp dirFelix Cheung2017-03-191-0/+9
* [SPARK-3249][DOC] Fix links in ScalaDoc that cause warning messages in `sbt/s...hyukjinkwon2017-01-172-4/+4
* [SPARK-18576][PYTHON] Add basic TaskContext information to PySparkHolden Karau2016-12-201-0/+5
* [SPARK-17822][R] Make JVMObjectTracker a member variable of RBackendXiangrui Meng2016-12-095-86/+155
* [SPARK-18615][DOCS] Switch to multi-line doc to avoid a genjavadoc bug for ba...hyukjinkwon2016-11-293-5/+15
* [SPARK-3359][DOCS] Make javadoc8 working for unidoc/genjavadoc compatibility ...hyukjinkwon2016-11-291-3/+5
* [SPARK-3359][BUILD][DOCS] More changes to resolve javadoc 8 errors that will ...hyukjinkwon2016-11-253-13/+17
* [SPARK-18445][BUILD][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that`/`...hyukjinkwon2016-11-196-29/+39
* [SPARK-18365][DOCS] Improve Sample Method Documentationanabranch2016-11-171-2/+6
* [SPARK-17964][SPARKR] Enable SparkR with Mesos client mode and cluster modeSusan X. Huynh2016-11-051-1/+0
* [SPARK-17919] Make timeout to RBackend configurable in SparkRHossein2016-10-304-6/+81
* [SPARK-18049][MLLIB][TEST] Add missing tests for truePositiveRate and weighte...Zheng RuiFeng2016-10-241-1/+1
* [SPARK-17811] SparkR cannot parallelize data.frame with NA or NULL in Date co...Hossein2016-10-211-6/+25
* [SPARK-17960][PYSPARK][UPGRADE TO PY4J 0.10.4]Jagadeesan2016-10-211-1/+1
* [SPARK-17790][SPARKR] Support for parallelizing R data.frame larger than 2GBHossein2016-10-122-1/+14
* [SPARK-16861][PYSPARK][CORE] Refactor PySpark accumulator API on top of Accum...Holden Karau2016-09-231-19/+23
* [SPARK-17585][PYSPARK][CORE] PySpark SparkContext.addFile supports adding fil...Yanbo Liang2016-09-211-0/+13
* [SPARK-17359][SQL][MLLIB] Use ArrayBuffer.+=(A) instead of ArrayBuffer.append...Liwei Lin2016-09-071-1/+1
* [SPARK-16781][PYSPARK] java launched by PySpark as gateway may not be the sam...Sean Owen2016-08-241-1/+1
* [SPARK-16694][CORE] Use for/foreach rather than map for Unit expressions whos...Sean Owen2016-07-301-2/+2
* [SPARK-10683][SPARK-16510][SPARKR] Move SparkR include jar test to SparkSubmi...Shivaram Venkataraman2016-07-191-0/+9
* [SPARK-15660][CORE] Update RDD `variance/stdev` description and add popVarian...Dongjoon Hyun2016-06-231-2/+15
* [SPARK-12922][SPARKR][WIP] Implement gapply() on DataFrame in SparkRNarine Kokhlikyan2016-06-151-3/+17
* [SPARK-15826][CORE] PipedRDD to allow configurable char encodingTejas Patil2016-06-151-0/+11
* [SPARK-15086][CORE][STREAMING] Deprecate old Java accumulator APISean Owen2016-06-121-2/+10
* [SPARK-15875] Try to use Seq.isEmpty and Seq.nonEmpty instead of Seq.length =...wangyang2016-06-101-1/+1
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-062-2/+2
* [SPARK-15670][JAVA API][SPARK CORE] label_accumulator_deprecate_in_java_spark...WeichenXu2016-05-311-0/+4
* [SPARK-15433] [PYSPARK] PySpark core test should not use SerDe from PythonMLL...Liang-Chi Hsieh2016-05-241-1/+1
* [SPARK-15197][DOCS] Added Scaladoc for countApprox and countByValueApprox par...Nicholas Tietz2016-05-141-2/+27
* [SPARK-15061][PYSPARK] Upgrade to Py4J 0.10.1Holden Karau2016-05-131-1/+1
* [SPARK-14542][CORE] PipeRDD should allow configurable buffer size for…Sital Kedia2016-05-101-21/+37
* [SPARK-14685][CORE] Document heritability of localPropertiesMarcin Tustin2016-05-021-2/+7
* [SPARK-12919][SPARKR] Implement dapply() on DataFrame in SparkR.Sun Rui2016-04-293-5/+12
* [SPARK-14881] [PYTHON] [SPARKR] pyspark and sparkR shell default log level sh...felixcheung2016-04-242-0/+5
* [SPARK-14868][BUILD] Enable NewLineAtEofChecker in checkstyle and fix lint-ja...Dongjoon Hyun2016-04-241-1/+1
* [SPARK-14873][CORE] Java sampleByKey methods take ju.Map but with Scala Doubl...Sean Owen2016-04-231-6/+12
* [SPARK-12224][SPARKR] R support for JDBC sourcefelixcheung2016-04-191-0/+7
* [MINOR] Remove inappropriate type notation and extra anonymous closure within...hyukjinkwon2016-04-161-5/+5
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-122-3/+2
* [SPARK-14334] [SQL] add toLocalIterator for Dataset/DataFrameDavies Liu2016-04-041-0/+4
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-031-1/+1
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-022-32/+36
* [SPARK-14267] [SQL] [PYSPARK] execute multiple Python UDFs within single batchDavies Liu2016-03-311-15/+49
* [SPARK-14215] [SQL] [PYSPARK] Support chained Python UDFsDavies Liu2016-03-291-16/+22
* [SPARK-12792] [SPARKR] Refactor RRDD to support R UDF.Sun Rui2016-03-282-324/+372