aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9918] [MLLIB] remove runs from k-means and rename epsilon to tolXiangrui Meng2015-08-123-100/+26
* [SPARK-9927] [SQL] Revert 8049 since it's pushing wrong filter downYijie Shen2015-08-133-64/+3
* [SPARK-9914] [ML] define setters explicitly for Java and use setParam group i...Xiangrui Meng2015-08-121-5/+6
* [SPARK-8922] [DOCUMENTATION, MLLIB] Add @since tags to mllib.evaluationshikai.tang2015-08-125-5/+50
* [SPARK-9917] [ML] add getMin/getMax and doc for originalMin/origianlMax in Mi...Xiangrui Meng2015-08-121-1/+9
* [SPARK-9832] [SQL] add a thread-safe lookup for BytesToBytseMapDavies Liu2015-08-122-10/+26
* [SPARK-9920] [SQL] The simpleString of TungstenAggregate does not show its ou...Yin Huai2015-08-122-4/+9
* [SPARK-9916] [BUILD] [SPARKR] removed left-over sparkr.zip copy/create comman...Burak Yavuz2015-08-122-6/+0
* [SPARK-9903] [MLLIB] skip local processing in PrefixSpan if there are no smal...Xiangrui Meng2015-08-121-16/+21
* [SPARK-9704] [ML] Made ProbabilisticClassifier, Identifiable, VectorUDT publi...Joseph K. Bradley2015-08-124-10/+24
* [SPARK-9908] [SQL] When spark.sql.tungsten.enabled is false, broadcast join d...Yin Huai2015-08-121-2/+4
* [SPARK-9827] [SQL] fix fd leak in UnsafeRowSerializerDavies Liu2015-08-122-3/+30
* [SPARK-9870] Disable driver UI and Master REST server in SparkSubmitSuiteJosh Rosen2015-08-122-1/+16
* [SPARK-9855] [SPARKR] Add expression functions into SparkR whose params are s...Yu ISHIKAWA2015-08-125-102/+309
* [SPARK-9724] [WEB UI] Avoid unnecessary redirects in the Spark Web UI.Rohit Agarwal2015-08-122-9/+8
* [SPARK-9780] [STREAMING] [KAFKA] prevent NPE if KafkaRDD instantiation …cody koeninger2015-08-121-1/+5
* [SPARK-9449] [SQL] Include MetastoreRelation's inputFilesMichael Armbrust2015-08-125-20/+66
* [SPARK-9915] [ML] stopWords should use StringArrayParamXiangrui Meng2015-08-121-3/+3
* [SPARK-9912] [MLLIB] QRDecomposition should use QType and RType for type name...Xiangrui Meng2015-08-121-1/+1
* [SPARK-9909] [ML] [TRIVIAL] move weightCol to shared paramsHolden Karau2015-08-123-15/+20
* [SPARK-9913] [MLLIB] LDAUtils should be privateXiangrui Meng2015-08-121-1/+1
* [SPARK-9894] [SQL] Json writer should handle MapData.Yin Huai2015-08-123-35/+83
* [SPARK-9826] [CORE] Fix cannot use custom classes in log4j.propertiesMichel Lemay2015-08-1216-252/+307
* [SPARK-9092] Fixed incompatibility when both num-executors and dynamic...Niranjan Padmanabhan2015-08-1214-26/+64
* [SPARK-9907] [SQL] Python crc32 is mistakenly calling md5Reynold Xin2015-08-121-2/+2
* [SPARK-8967] [DOC] add Since annotationXiangrui Meng2015-08-121-0/+28
* [SPARK-9789] [ML] Added logreg threshold param backJoseph K. Bradley2015-08-126-76/+199
* [SPARK-9766] [ML] [PySpark] check and add miss docs for PySpark MLYanbo Liang2015-08-124-8/+20
* [SPARK-9726] [PYTHON] PySpark DF join no longer accepts on=NoneBrennan Ashton2015-08-121-2/+1
* [SPARK-9847] [ML] Modified copyValues to distinguish between default, explici...Joseph K. Bradley2015-08-122-3/+24
* [SPARK-9804] [HIVE] Use correct value for isSrcLocal parameter.Marcelo Vanzin2015-08-121-3/+10
* [SPARK-9747] [SQL] Avoid starving an unsafe operator in aggregationAndrew Or2015-08-127-76/+201
* [SPARK-7583] [MLLIB] User guide update for RegexTokenizerYuhao Yang2015-08-121-11/+30
* [SPARK-9795] Dynamic allocation: avoid double counting when killing same exec...Andrew Or2015-08-122-4/+27
* [SPARK-8625] [CORE] Propagate user exceptions in tasks back to driverTom White2015-08-1212-34/+165
* [SPARK-9407] [SQL] Relaxes Parquet ValidTypeMap to allow ENUM predicates to b...Cheng Lian2015-08-1216-136/+374
* [SPARK-9182] [SQL] Filters are not passed through to jdbc sourceYijie Shen2015-08-123-3/+63
* [SPARK-9575] [MESOS] Add docuemntation around Mesos shuffle service.Timothy Chen2015-08-111-0/+14
* [SPARK-8798] [MESOS] Allow additional uris to be fetched with mesosTimothy Chen2015-08-115-0/+27
* [SPARK-9426] [WEBUI] Job page DAG visualization is not shownCarson Wang2015-08-112-5/+6
* [SPARK-9829] [WEBUI] Display the update value for peak execution memoryzsxwing2015-08-111-1/+1
* [SPARK-9806] [WEB UI] Don't share ReplayListenerBus between multiple applicat...Rohit Agarwal2015-08-111-1/+1
* [SPARK-8366] maxNumExecutorsNeeded should properly handle failed tasksxutingjun2015-08-112-10/+34
* [SPARK-9854] [SQL] RuleExecutor.timeMap should be thread-safeJosh Rosen2015-08-111-6/+9
* [SPARK-9831] [SQL] fix serialization with empty broadcastDavies Liu2015-08-112-1/+18
* [SPARK-9713] [ML] Document SparkR MLlib glm() integration in Spark 1.5Eric Liang2015-08-113-7/+42
* [SPARK-1517] Refactor release scripts to facilitate nightly publishingPatrick Wendell2015-08-113-267/+400
* [SPARK-9649] Fix flaky test MasterSuite again - disable RESTAndrew Or2015-08-112-0/+2
* [SPARK-9849] [SQL] DirectParquetOutputCommitter qualified name should be back...Reynold Xin2015-08-112-1/+33
* [SPARK-9074] [LAUNCHER] Allow arbitrary Spark args to be set.Marcelo Vanzin2015-08-113-3/+150