aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-10394] [ML] Make GBTParams use shared stepSizeYanbo Liang2015-09-171-15/+13
* [SPARK-10639] [SQL] Need to convert UDAF's result from scala to sql typeYin Huai2015-09-176-12/+188
* [SPARK-10650] Clean before building docsMichael Armbrust2015-09-171-2/+5
* [SPARK-10531] [CORE] AppId is set as AppName in status rest apiJeff Zhang2015-09-175-12/+13
* [SPARK-10172] [CORE] disable sort in HistoryServer webUIJosiah Samuel2015-09-171-1/+4
* [SPARK-10642] [PYSPARK] Fix crash when calling rdd.lookup() on tuple keysLiang-Chi Hsieh2015-09-171-1/+4
* [SPARK-10660] Doc describe error in the "Running Spark on YARN" pageyangping.wu2015-09-171-2/+2
* [SPARK-10459] [SQL] Do not need to have ConvertToSafe for PythonUDFLiang-Chi Hsieh2015-09-171-0/+4
* [SPARK-10077] [DOCS] [ML] Add package info for java of ml/featureHolden Karau2015-09-171-0/+108
* [SPARK-10282] [ML] [PYSPARK] [DOCS] Add @since annotation to pyspark.ml.recom...Yu ISHIKAWA2015-09-171-0/+28
* [SPARK-10274] [MLLIB] Add @since annotation to pyspark.mllib.fpmYu ISHIKAWA2015-09-171-1/+9
* [SPARK-10279] [MLLIB] [PYSPARK] [DOCS] Add @since annotation to pyspark.mllib...Yu ISHIKAWA2015-09-171-2/+26
* [SPARK-10278] [MLLIB] [PYSPARK] Add @since annotation to pyspark.mllib.treeYu ISHIKAWA2015-09-171-1/+35
* [SPARK-10281] [ML] [PYSPARK] [DOCS] Add @since annotation to pyspark.ml.clust...Yu ISHIKAWA2015-09-171-0/+13
* [SPARK-10283] [ML] [PYSPARK] [DOCS] Add @since annotation to pyspark.ml.regre...Yu ISHIKAWA2015-09-171-0/+65
* [SPARK-10284] [ML] [PYSPARK] [DOCS] Add @since annotation to pyspark.ml.tuningYu ISHIKAWA2015-09-171-0/+28
* [MINOR] [CORE] Fixes minor variable name typoCheng Lian2015-09-171-2/+2
* Tiny style fix for d39f15ea2b8bed5342d2f8e3c1936f915c470783.Reynold Xin2015-09-161-1/+1
* [SPARK-9794] [SQL] Fix datetime parsing in SparkSQL.Kevin Cox2015-09-162-17/+42
* [SPARK-10050] [SPARKR] Support collecting data of MapType in DataFrame.Sun Rui2015-09-166-23/+123
* [SPARK-10589] [WEBUI] Add defense against external site framingSean Owen2015-09-165-11/+24
* [SPARK-10276] [MLLIB] [PYSPARK] Add @since annotation to pyspark.mllib.recomm...Yu ISHIKAWA2015-09-161-1/+35
* [SPARK-10511] [BUILD] Reset git repository before packaging source distroLuciano Resende2015-09-161-0/+1
* [SPARK-10516] [ MLLIB] Added values property in DenseVectorVinod K C2015-09-151-0/+4
* [SPARK-10595] [ML] [MLLIB] [DOCS] Various ML guide cleanupsJoseph K. Bradley2015-09-155-35/+91
* [SPARK-9078] [SQL] Allow jdbc dialects to override the query used to check th...sureshthalamati2015-09-154-4/+41
* [SPARK-10613] [SPARK-10624] [SQL] Reduce LocalNode tests dependency on SQLCon...Andrew Or2015-09-1517-636/+468
* [SPARK-10381] Fix mixup of taskAttemptNumber & attemptId in OutputCommitCoord...Josh Rosen2015-09-1517-69/+174
* [SPARK-10575] [SPARK CORE] Wrapped RDD.takeSample with Scopevinodkc2015-09-151-37/+31
* [SPARK-10612] [SQL] Add prepare to LocalNode.Reynold Xin2015-09-151-0/+8
* [SPARK-10548] [SPARK-10563] [SQL] Fix concurrent SQL executionsAndrew Or2015-09-153-43/+132
* [SPARK-7685] [ML] Apply weights to different samples in Logistic RegressionDB Tsai2015-09-157-128/+303
* [SPARK-10475] [SQL] improve column prunning for Project on SortWenchen Fan2015-09-152-4/+26
* [SPARK-10437] [SQL] Support aggregation expressions in Order ByLiang-Chi Hsieh2015-09-152-4/+30
* Revert "[SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests....Marcelo Vanzin2015-09-1526-124/+147
* [DOCS] Small fixes to Spark on Yarn docJacek Laskowski2015-09-151-6/+6
* Closes #8738Xiangrui Meng2015-09-150-0/+0
* [PYSPARK] [MLLIB] [DOCS] Replaced addversion with versionadded in mllib.randomnoelsmith2015-09-151-1/+1
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-09-1526-147/+124
* [SPARK-10491] [MLLIB] move RowMatrix.dspr to BLASYuhao Yang2015-09-154-41/+72
* Update version to 1.6.0-SNAPSHOT.Reynold Xin2015-09-1538-40/+49
* [SPARK-10598] [DOCS]Robin East2015-09-141-1/+1
* Small fixes to docsJacek Laskowski2015-09-141-5/+5
* [SPARK-10275] [MLLIB] Add @since annotation to pyspark.mllib.randomYu ISHIKAWA2015-09-141-0/+15
* [SPARK-10273] Add @since annotation to pyspark.mllib.featurenoelsmith2015-09-141-1/+57
* [SPARK-9793] [MLLIB] [PYSPARK] PySpark DenseVector, SparseVector implement __...Yanbo Liang2015-09-142-15/+107
* [SPARK-10542] [PYSPARK] fix serialize namedtupleDavies Liu2015-09-143-1/+20
* [SPARK-9851] Support submitting map stages individually in DAGSchedulerMatei Zaharia2015-09-1412-63/+710
* [SPARK-10564] ThreadingSuite: assertion failures in threads don't fail the te...Andrew Or2015-09-141-8/+15
* [SPARK-10543] [CORE] Peak Execution Memory Quantile should be Per-task BasisForest Fang2015-09-142-8/+23