aboutsummaryrefslogtreecommitdiff
path: root/project
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9580] [SQL] Replace singletons in SQL testsAndrew Or2015-08-132-5/+21
* [SPARK-9704] [ML] Made ProbabilisticClassifier, Identifiable, VectorUDT publi...Joseph K. Bradley2015-08-121-0/+4
* [SPARK-9649] Fix flaky test MasterSuite again - disable RESTAndrew Or2015-08-111-0/+1
* [SPARK-9727] [STREAMING] [BUILD] Updated streaming kinesis SBT project name t...Tathagata Das2015-08-111-2/+2
* [SPARK-5155] [PYSPARK] [STREAMING] Mqtt streaming support in PythonPrabeesh K2015-08-101-3/+9
* [SPARK-9763][SQL] Minimize exposure of internal SQL classes.Reynold Xin2015-08-101-3/+21
* [SPARK-9602] remove "Akka/Actor" words from commentsCodingCat2015-08-041-1/+1
* [SPARK-1855] Local checkpointingAndrew Or2015-08-031-2/+7
* [SPARK-4751] Dynamic allocation in standalone modeAndrew Or2015-08-011-0/+4
* [SPARK-8564] [STREAMING] Add the Python API for Kinesiszsxwing2015-07-311-3/+3
* [build] Enable memory leak detection for Tungsten.Reynold Xin2015-07-241-1/+1
* Revert "[SPARK-8579] [SQL] support arbitrary object in UnsafeRow"Reynold Xin2015-07-231-1/+1
* [SPARK-9262][build] Treat Scala compiler warnings as errorsReynold Xin2015-07-221-1/+32
* [SPARK-8906][SQL] Move all internal data source classes into execution.dataso...Reynold Xin2015-07-211-0/+47
* [SPARK-9114] [SQL] [PySpark] convert returned object from UDF into internal typeDavies Liu2015-07-201-1/+3
* [SPARK-7422] [MLLIB] Add argmax to Vector, SparseVectorGeorge Dittmar2015-07-201-0/+4
* [SPARK-8278] Remove non-streaming JSON reader.Reynold Xin2015-07-181-0/+3
* [SPARK-7879] [MLLIB] KMeans API for spark.ml PipelinesYu ISHIKAWA2015-07-171-2/+2
* [SPARK-6797] [SPARKR] Add support for YARN cluster mode.Sun Rui2015-07-131-0/+12
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-101-0/+4
* [SPARK-8701] [STREAMING] [WEBUI] Add input metadata in the batch pagezsxwing2015-07-091-0/+6
* [SPARK-8450] [SQL] [PYSARK] cleanup type converter for Python DataFrameDavies Liu2015-07-081-1/+4
* [SPARK-8914][SQL] Remove RDDApiKousuke Saruta2015-07-081-0/+5
* [SPARK-6123] [SPARK-6775] [SPARK-6776] [SQL] Refactors Parquet read path for ...Cheng Lian2015-07-081-15/+2
* [SPARK-8700][ML] Disable feature scaling in Logistic RegressionDB Tsai2015-07-081-0/+2
* [SPARK-8776] Increase the default MaxPermSizeYin Huai2015-07-021-2/+2
* [SPARK-8479] [MLLIB] Add numNonzeros and numActives to linalg.MatricesMechCoder2015-07-021-0/+6
* [SPARK-7820] [BUILD] Fix Java8-tests suite compile and test error under sbtjerryshao2015-07-011-2/+2
* [SPARK-8378] [STREAMING] Add the Python API for Flumezsxwing2015-07-011-3/+3
* [SPARK-6777] [SQL] Implements backwards compatibility rules in CatalystSchema...Cheng Lian2015-06-241-1/+6
* [HOTFIX] [BUILD] Fix MiMa checks in master branch; enable MiMa for launcher p...Josh Rosen2015-06-232-4/+2
* [SPARK-7888] Be able to disable intercept in linear regression in ml packageHolden Karau2015-06-231-0/+5
* [SPARK-8307] [SQL] improve timestamp from parquetDavies Liu2015-06-221-1/+11
* [SPARK-8127] [STREAMING] [KAFKA] KafkaRDD optimize count() take() isEmpty()cody koeninger2015-06-191-0/+3
* [SPARK-6782] add sbt-revolver pluginImran Rashid2015-06-172-1/+5
* [SPARK-8126] [BUILD] Make sure temp dir exists when running tests.Marcelo Vanzin2015-06-161-3/+7
* [SPARK-8286] Rewrite UTF8String in Java and move it into unsafe package.Reynold Xin2015-06-111-1/+3
* [SPARK-8289] Specify stack size for consistency with Java tests - resolves te...Adam Roberts2015-06-111-1/+1
* [SPARK-8126] [BUILD] Use custom temp directory during build.Marcelo Vanzin2015-06-081-0/+6
* [SPARK-2808] [STREAMING] [KAFKA] cleanup tests fromcody koeninger2015-06-071-0/+3
* Revert "[MINOR] [BUILD] Use custom temp directory during build."Andrew Or2015-06-051-1/+0
* [MINOR] [BUILD] Use custom temp directory during build.Marcelo Vanzin2015-06-051-0/+1
* [SPARK-8106] [SQL] Set derby.system.durability=test to speed up Hive compatib...Josh Rosen2015-06-041-0/+1
* [SPARK-7440][SQL] Remove physical Distinct operator in favor of AggregateReynold Xin2015-06-041-1/+3
* [SPARK-7956] [SQL] Use Janino to compile SQL expressions into bytecodeDavies Liu2015-06-041-11/+0
* [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0Patrick Wendell2015-06-032-1/+16
* [SPARK-5610] [DOC] update genjavadocSettings to use the patched version of ge...Xiangrui Meng2015-05-302-4/+8
* [SPARK-7910] [TINY] [JAVAAPI] expose partitioner information in javarddHolden Karau2015-05-291-0/+2
* [SPARK-7805] [SQL] Move SQLTestUtils.scala and ParquetTest.scala to src/testYin Huai2015-05-241-1/+4
* [SPARK-6743] [SQL] Fix empty projections of cached dataMichael Armbrust2015-05-221-0/+1