aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7380] [MLLIB] pipeline stages should be copyable in PythonXiangrui Meng2015-05-1816-261/+498
* [SQL] [MINOR] [THIS] use private for internal field in ScalaUdfWenchen Fan2015-05-181-4/+4
* [SPARK-7570] [SQL] Ignores _temporary during partition discoveryCheng Lian2015-05-182-19/+27
* [SPARK-6888] [SQL] Make the jdbc driver handling user-definableRene Treffer2015-05-186-126/+295
* [SPARK-7627] [SPARK-7472] DAG visualization: style skipped stagesAndrew Or2015-05-186-108/+352
* [SPARK-7272] [MLLIB] User guide for PMML model exportVincenzo Selvaggio2015-05-182-0/+87
* [SPARK-6657] [PYSPARK] Fix doc warningsXiangrui Meng2015-05-184-10/+11
* [SPARK-7299][SQL] Set precision and scale for Decimal according to JDBC metad...Liang-Chi Hsieh2015-05-181-4/+19
* [SPARK-7694] [MLLIB] Use getOrElse for getting the threshold of LR modelShuo Xiang2015-05-171-1/+1
* [SPARK-7693][Core] Remove "import scala.concurrent.ExecutionContext.Implicits...zsxwing2015-05-176-26/+58
* [SQL] [MINOR] use catalyst type converter in ScalaUdfWenchen Fan2015-05-171-2/+2
* [SPARK-6514] [SPARK-5960] [SPARK-6656] [SPARK-7679] [STREAMING] [KINESIS] Upd...Tathagata Das2015-05-176-120/+348
* [SPARK-7491] [SQL] Allow configuration of classloader isolation for hiveMichael Armbrust2015-05-173-10/+46
* [SPARK-7686] [SQL] DescribeCommand is assigned wrong output attributes in Spa...Josh Rosen2015-05-172-2/+8
* [SPARK-7660] Wrap SnappyOutputStream to work around snappy-java bugJosh Rosen2015-05-172-10/+47
* [SPARK-7669] Builds against Hadoop 2.6+ get inconsistent curator depend…Steve Loughran2015-05-171-2/+24
* [SPARK-7447] [SQL] Don't re-merge Parquet schema when the relation is deseria...Liang-Chi Hsieh2015-05-171-14/+18
* [SQL] [MINOR] Skip unresolved expression for InConversionscwf2015-05-171-0/+3
* [MINOR] Add 1.3, 1.3.1 to master branch EC2 scriptsShivaram Venkataraman2015-05-171-1/+5
* [MINOR] [SQL] Removes an unreachable case clauseCheng Lian2015-05-161-1/+0
* [SPARK-7654][SQL] Move JDBC into DataFrame's reader/writer interface.Reynold Xin2015-05-1620-743/+729
* [SPARK-7655][Core] Deserializing value should not hold the TaskSchedulerImpl ...zsxwing2015-05-163-2/+31
* [SPARK-7654][MLlib] Migrate MLlib to the DataFrame reader/writer API.Reynold Xin2015-05-1613-16/+16
* [BUILD] update jblas dependency version to 1.2.4Matthew Brandyberry2015-05-162-2/+2
* [HOTFIX] [SQL] Fixes DataFrameWriter.mode(String)Cheng Lian2015-05-162-1/+8
* [SPARK-7655][Core][SQL] Remove 'scala.concurrent.ExecutionContext.Implicits.g...zsxwing2015-05-164-6/+48
* [SPARK-7672] [CORE] Use int conversion in translating kryoserializer.buffer.m...Nishkam Ravi2015-05-162-1/+4
* [SPARK-4556] [BUILD] binary distribution assembly can't run in local modeSean Owen2015-05-161-0/+10
* [SPARK-7671] Fix wrong URLs in MLlib Data Types DocumentationFavioVazquez2015-05-161-4/+4
* [SPARK-7654][SQL] DataFrameReader and DataFrameWriter for input/output APIReynold Xin2015-05-1524-541/+772
* [SPARK-7473] [MLLIB] Add reservoir sample in RandomForestAiHe2015-05-152-4/+3
* [SPARK-7543] [SQL] [PySpark] split dataframe.py into multiple filesDavies Liu2015-05-156-449/+552
* [SPARK-7073] [SQL] [PySpark] Clean up SQL data type hierarchy in PythonDavies Liu2015-05-151-30/+46
* [SPARK-7575] [ML] [DOC] Example code for OneVsRestRam Sriharsha2015-05-152-0/+421
* [SPARK-7563] OutputCommitCoordinator.stop() should only run on the driverJosh Rosen2015-05-153-6/+8
* [SPARK-7676] Bug fix and cleanup of stage timeline viewKay Ousterhout2015-05-152-47/+20
* [SPARK-7556] [ML] [DOC] Add user guide for spark.ml Binarizer, including Scal...Liang-Chi Hsieh2015-05-151-0/+84
* [SPARK-7677] [STREAMING] Add Kafka modules to the 2.11 build.Iulian Dragos2015-05-151-4/+2
* [SPARK-7226] [SPARKR] Support math functions in R DataFrameqhuang2015-05-154-3/+100
* [SPARK-7296] Add timeline visualization for stages in the UI.Kousuke Saruta2015-05-154-10/+348
* [SPARK-7504] [YARN] NullPointerException when initializing SparkContext in YA...ehnalis2015-05-151-0/+8
* [SPARK-7664] [WEBUI] DAG visualization: Fix incorrect link paths of DAG.Kousuke Saruta2015-05-151-2/+3
* [SPARK-5412] [DEPLOY] Cannot bind Master to a specific hostname as per the do...Sean Owen2015-05-151-1/+5
* [CORE] Protect additional test vars from early GCTim Ellison2015-05-151-2/+8
* [SPARK-7233] [CORE] Detect REPL mode onceOleksii Kostyliev2015-05-152-13/+17
* [SPARK-7651] [MLLIB] [PYSPARK] GMM predict, predictSoft should raise error on...FlytxtRnD2015-05-151-0/+6
* [SPARK-7668] [MLLIB] Preserve isTransposed property for Matrix after calling ...Liang-Chi Hsieh2015-05-151-2/+3
* [SPARK-7503] [YARN] Resources in .sparkStaging directory can't be cleaned up ...Kousuke Saruta2015-05-151-25/+47
* [SPARK-7591] [SQL] Partitioning support API tweaksCheng Lian2015-05-1517-194/+195
* [SPARK-6258] [MLLIB] GaussianMixture Python API parity checkYanbo Liang2015-05-153-25/+75