aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5173]support python application running on yarn cluster modelianhuiwang2015-02-028-32/+141
* SPARK-4585. Spark dynamic executor allocation should use minExecutors as...Sandy Ryza2015-02-025-29/+46
* [MLLIB] SPARK-5491 (ex SPARK-1473): Chi-square feature selectionAlexander Ulanov2015-02-022-0/+194
* SPARK-5492. Thread statistics can break with older Hadoop versionsSandy Ryza2015-02-021-2/+2
* [SPARK-5478][UI][Minor] Add missing right parenthesesjerryshao2015-02-011-1/+1
* [SPARK-5353] Log failures in REPL class loadingTobias Schlatter2015-02-011-4/+11
* [SPARK-3996]: Shade Jetty in Spark deliverablesPatrick Wendell2015-02-016-15/+95
* [SPARK-4001][MLlib] adding parallel FP-Growth algorithm for frequent pattern ...Jacky Li2015-02-014-0/+484
* [Spark-5406][MLlib] LocalLAPACK mode in RowMatrix.computeSVD should have much...Yuhao Yang2015-02-011-1/+7
* [SPARK-5465] [SQL] Fixes filter push-down for Parquet data sourceCheng Lian2015-02-011-8/+10
* [SPARK-5262] [SPARK-5244] [SQL] add coalesce in SQLParser and widen types for...Daoyuan Wang2015-02-016-0/+65
* [SPARK-5196][SQL] Support `comment` in Create Table Field DDLOopsOutOfMemory2015-02-012-3/+28
* [SPARK-1825] Make Windows Spark client work fine with Linux YARN clusterMasayoshi TSUZUKI2015-02-015-14/+89
* [SPARK-5176] The thrift server does not support cluster modeTom Panning2015-02-012-0/+11
* [SPARK-5155] Build fails with spark-ganglia-lgpl profileKousuke Saruta2015-02-011-1/+1
* [Minor][SQL] Little refactor DataFrame related codesLiang-Chi Hsieh2015-02-012-3/+3
* [SPARK-4859][Core][Streaming] Refactor LiveListenerBus and StreamingListenerBuszsxwing2015-02-018-235/+300
* [SPARK-5424][MLLIB] make the new ALS impl take generic ID typesXiangrui Meng2015-02-012-103/+146
* [SPARK-5207] [MLLIB] StandardScalerModel mean and variance re-useOctavian Geagla2015-02-013-73/+267
* [SPARK-5422] Add support for sending Graphite metrics via UDPRyan Williams2015-01-314-12/+18
* SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` doesn't work with Java 8Sean Owen2015-01-317-20/+20
* [SPARK-3975] Added support for BlockMatrix addition and multiplicationBurak Yavuz2015-01-313-27/+186
* [MLLIB][SPARK-3278] Monotone (Isotonic) regression using parallel pool adjace...martinzapletal2015-01-313-0/+634
* [SPARK-5307] Add a config option for SerializationDebugger.Reynold Xin2015-01-312-6/+12
* [SQL] remove redundant field "childOutput" from execution.Aggregate, use chil...kai2015-01-301-6/+2
* [SPARK-5307] SerializationDebuggerReynold Xin2015-01-303-1/+451
* [SPARK-5504] [sql] convertToCatalyst should support nested arraysJoseph K. Bradley2015-01-302-3/+11
* SPARK-5400 [MLlib] Changed name of GaussianMixtureEM to GaussianMixtureTravis Galoppo2015-01-303-8/+8
* [SPARK-4259][MLlib]: Add Power Iteration Clustering Algorithm with Gaussian S...sboeschhuawei2015-01-305-0/+334
* [SPARK-5486] Added validate method to BlockMatrixBurak Yavuz2015-01-302-5/+84
* [SPARK-5496][MLLIB] Allow both classification and Classification in Algo for ...Xiangrui Meng2015-01-302-2/+7
* [MLLIB] SPARK-4846: throw a RuntimeException and give users hints to increase...Joseph J.C. Tang2015-01-301-0/+7
* SPARK-5393. Flood of util.RackResolver log messages after SPARK-1714Sandy Ryza2015-01-307-28/+18
* [SPARK-5457][SQL] Add missing DSL for ApproxCountDistinct.Takuya UESHIN2015-01-301-0/+5
* [SPARK-5094][MLlib] Add Python API for Gradient Boosted TreesKazuki Taniguchi2015-01-304-56/+318
* [SPARK-5322] Added transpose functionality to BlockMatrixBurak Yavuz2015-01-292-0/+38
* [SQL] Support df("*") to select all columns in a data frame.Reynold Xin2015-01-297-29/+54
* [SPARK-5462] [SQL] Use analyzed query plan in DataFrame.apply()Josh Rosen2015-01-292-3/+9
* [SPARK-5395] [PySpark] fix python process leak while coalesce()Davies Liu2015-01-291-5/+8
* [SQL] DataFrame API improvementsReynold Xin2015-01-296-16/+209
* Revert "[WIP] [SPARK-3996]: Shade Jetty in Spark deliverables"Patrick Wendell2015-01-294-55/+15
* remove 'return'Yoshihiro Shimizu2015-01-291-1/+1
* [WIP] [SPARK-3996]: Shade Jetty in Spark deliverablesPatrick Wendell2015-01-294-15/+55
* [SPARK-5464] Fix help() for Python DataFrame instancesJosh Rosen2015-01-292-3/+13
* [SPARK-4296][SQL] Trims aliases when resolving and checking aggregate express...Yin Huai2015-01-291-0/+15
* [SPARK-5373][SQL] Literal in agg grouping expressions leads to incorrect resultwangfei2015-01-292-4/+14
* [SPARK-5367][SQL] Support star expression in udfwangfei2015-01-292-5/+15
* [SPARK-4786][SQL]: Parquet filter pushdown for castable typesYash Datta2015-01-292-2/+51
* [SPARK-5309][SQL] Add support for dictionaries in PrimitiveConverter for Stri...Michael Davies2015-01-292-12/+47
* [SPARK-5429][SQL] Use javaXML plan serialization for Hive golden answers on H...Liang-Chi Hsieh2015-01-291-0/+2