aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3147] [MLLIB] [STREAMING] Streaming 2-sample statistical significance ...Feynman Liang2015-09-215-0/+667
* [SPARK-9769] [ML] [PY] add python api for countvectorizermodelHolden Karau2015-09-211-6/+142
* [SPARK-5259] [CORE] don't submit stage until its dependencies map outputs are...hushan[胡珊]2015-09-214-24/+191
* [SPARK-9642] [ML] LinearRegression should supported weighted dataMeihua Wu2015-09-213-69/+191
* [SPARK-10662] [DOCS] Code snippets are not properly formatted in tablesJacek Laskowski2015-09-216-170/+171
* [SPARK-7989] [SPARK-10651] [CORE] [TESTS] Increase timeout to fix flaky testszsxwing2015-09-213-3/+3
* [SPARK-10626] [MLLIB] create java friendly method for random rddHolden Karau2015-09-212-1/+81
* [SPARK-10631] [DOCUMENTATION, MLLIB, PYSPARK] Added documentation for few APIsvinodkc2015-09-201-5/+17
* [SPARK-10715] [ML] Duplicate initialization flag in WeightedLeastSquarelewuathe2015-09-201-1/+0
* [SPARK-5905] [MLLIB] Note requirements for certain RowMatrix methods in docsSean Owen2015-09-201-3/+8
* [SPARK-10710] Remove ability to disable spilling in core and SQLJosh Rosen2015-09-1918-234/+81
* [SPARK-10155] [SQL] Change SqlParser to object to avoid memory leakzsxwing2015-09-199-19/+19
* Fixed links to the APIAlexis Seigneurin2015-09-191-4/+4
* [SPARK-10584] [SQL] [DOC] Documentation about the compatible Hive version is ...Kousuke Saruta2015-09-191-3/+5
* [SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer arrayAndrew Or2015-09-183-5/+66
* [SPARK-10623] [SQL] Fixes ORC predicate push-downCheng Lian2015-09-182-34/+52
* [MINOR] [ML] override toString of AttributeGroupEric Liang2015-09-181-0/+2
* [SPARK-10611] Clone Configuration for each task for NewHadoopRDDMingyu Kim2015-09-182-8/+34
* [SPARK-9808] Remove hash shuffle file consolidation.Reynold Xin2015-09-187-301/+17
* [SPARK-10449] [SQL] Don't merge decimal types with incompatable precision or ...Holden Karau2015-09-181-4/+13
* [SPARK-10539] [SQL] Project should not be pushed down through Intersect or Ex...Yijie Shen2015-09-183-30/+39
* [SPARK-10540] Fixes flaky all-data-type testCheng Lian2015-09-181-66/+43
* [SPARK-10615] [PYSPARK] change assertEquals to assertEqualYanbo Liang2015-09-184-99/+99
* [SPARK-10451] [SQL] Prevent unnecessary serializations in InMemoryColumnarTab...Yash Datta2015-09-181-14/+21
* [SPARK-10684] [SQL] StructType.interpretedOrdering need not to be serializednavis.ryu2015-09-181-1/+3
* Added <code> tag to documentation.Reynold Xin2015-09-171-1/+1
* docs/running-on-mesos.md: state default values in default columnFelix Bechstein2015-09-171-4/+4
* [SPARK-9522] [SQL] SparkSubmit process can not exit if kill application when ...linweizhong2015-09-172-1/+7
* [SPARK-10682] [GRAPHX] Remove Bagel test suites.Reynold Xin2015-09-172-140/+0
* [SPARK-8518] [ML] Log-linear models for survival analysisYanbo Liang2015-09-172-0/+760
* [SPARK-10674] [TESTS] Increase timeouts in SaslIntegrationSuite.Marcelo Vanzin2015-09-171-5/+10
* [SPARK-9698] [ML] Add RInteraction transformer for supporting R-style feature...Eric Liang2015-09-172-0/+443
* [SPARK-10657] Remove SCP-based Jenkins log archivingJosh Rosen2015-09-171-35/+0
* [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