aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5154] [PySpark] [Streaming] Kafka streaming support in PythonDavies Liu2015-02-0210-58/+313
* [SQL] Improve DataFrame API error reportingReynold Xin2015-02-0220-381/+896
* Revert "[SPARK-4508] [SQL] build native date type to conform behavior to Hive"Patrick Wendell2015-02-0249-191/+112
* Spark 3883: SSL support for HttpServer and AkkaJacek Lewandowski2015-02-0236-73/+1145
* [SPARK-5540] hide ALS.solveLeastSquaresXiangrui Meng2015-02-022-1/+5
* [SPARK-5534] [graphx] Graph getStorageLevel fixJoseph K. Bradley2015-02-025-4/+71
* [SPARK-5514] DataFrame.collect should call executeCollectReynold Xin2015-02-021-1/+1
* [SPARK-5195][sql]Update HiveMetastoreCatalog.scala(override the MetastoreRela...seayi2015-02-022-0/+15
* [SPARK-2309][MLlib] Multinomial Logistic RegressionDB Tsai2015-02-025-61/+565
* [SPARK-5513][MLLIB] Add nonnegative option to ml's ALSXiangrui Meng2015-02-023-14/+96
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-0249-112/+191
* SPARK-5500. Document that feeding hadoopFile into a shuffle operation wi...Sandy Ryza2015-02-023-36/+62
* [SPARK-5461] [graphx] Add isCheckpointed, getCheckpointedFiles methods to GraphJoseph K. Bradley2015-02-026-2/+51
* SPARK-5425: Use synchronised methods in system properties to create SparkConfJacek Lewandowski2015-02-025-7/+45
* Disabling Utils.chmod700 for WindowsMartin Weindel2015-02-021-1/+3
* Make sure only owner can read / write to directories created for the job.Marcelo Vanzin2015-02-027-55/+69
* [HOTFIX] Add jetty references to build for YARN module.Patrick Wendell2015-02-021-0/+24
* [SPARK-4631][streaming][FIX] Wait for a receiver to start before publishing t...Iulian Dragos2015-02-022-15/+46
* [SPARK-5212][SQL] Add support of schema-less, custom field delimiter and SerD...Liang-Chi Hsieh2015-02-0217-34/+5360
* [SPARK-5530] Add executor container to executorIdToContainerXutingjun2015-02-021-0/+1
* [Docs] Fix Building Spark link textNicholas Chammas2015-02-021-1/+1
* [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