aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-7650] [STREAMING] [WEBUI] Move streaming css and js files to the strea...zsxwing2015-05-145-4/+14
* [CORE] Remove unreachable Heartbeat message from WorkerKan Zhang2015-05-141-3/+0
* [HOTFIX] Add workaround for SPARK-7660 to fix JavaAPISuite failures.Josh Rosen2015-05-141-0/+8
* [SQL] When creating partitioned table scan, explicitly create UnionRDD.Yin Huai2015-05-151-4/+7
* [SPARK-7098][SQL] Make the WHERE clause with timestamp show consistent resultLiang-Chi Hsieh2015-05-143-4/+8
* [SPARK-7548] [SQL] Add explode function for DataFramesMichael Armbrust2015-05-1410-51/+223
* [SPARK-7619] [PYTHON] fix docstring signatureXiangrui Meng2015-05-145-55/+52
* [SPARK-7648] [MLLIB] Add weights and intercept to GLM wrappers in spark.mlXiangrui Meng2015-05-143-1/+43
* [SPARK-7645] [STREAMING] [WEBUI] Show milliseconds in the UI if the batch int...zsxwing2015-05-146-12/+94
* [SPARK-7649] [STREAMING] [WEBUI] Use window.localStorage to store the status ...zsxwing2015-05-141-16/+4
* [SPARK-7643] [UI] use the correct size in RDDPage for storage info and partit...Xiangrui Meng2015-05-141-2/+5
* [SPARK-7598] [DEPLOY] Add aliveWorkers metrics in MasterRex Xiong2015-05-141-0/+5
* Make SPARK prefix a variabletedyu2015-05-141-1/+2
* [SPARK-7278] [PySpark] DateType should find datetime.datetime acceptableksonj2015-05-141-1/+1
* [SQL][minor] rename apply for QueryPlannerWenchen Fan2015-05-142-3/+3
* [SPARK-7249] Updated Hadoop dependencies due to inconsistency in the versionsFavioVazquez2015-05-148-90/+79
* [SPARK-7568] [ML] ml.LogisticRegression doesn't output the right predictionDB Tsai2015-05-143-6/+6
* [SPARK-7407] [MLLIB] use uid + name to identify parametersXiangrui Meng2015-05-1447-213/+452