aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SQL] Update SQLContext.read.text docYanbo Liang2015-12-173-3/+3
* [SPARK-12395] [SQL] fix resulting columns of outer joinDavies Liu2015-12-172-9/+36
* Revert "Once driver register successfully, stop it to connect to master."Davies Liu2015-12-171-1/+0
* Once driver register successfully, stop it to connect to master.echo2mei2015-12-171-0/+1
* [SPARK-12057][SQL] Prevent failure on corrupt JSON recordsYin Huai2015-12-164-12/+90
* [SPARK-11904][PYSPARK] reduceByKeyAndWindow does not require checkpointing wh...David Tolpin2015-12-161-22/+23
* [SPARK-12390] Clean up unused serializer parameter in BlockManagerAndrew Or2015-12-162-28/+11
* [SPARK-12386][CORE] Fix NPE when spark.executor.port is set.Marcelo Vanzin2015-12-161-1/+6
* [SPARK-12186][WEB UI] Send the complete request URI including the query strin...Rohit Agarwal2015-12-161-1/+3
* [SPARK-12365][CORE] Use ShutdownHookManager where Runtime.getRuntime.addShutd...tedyu2015-12-165-33/+38
* [SPARK-10248][CORE] track exceptions in dagscheduler event loop in testsImran Rashid2015-12-162-4/+29
* MAINTENANCE: Automated closing of pull requests.Andrew Or2015-12-160-0/+0
* [MINOR] Add missing interpolation in NettyRPCEnvAndrew Or2015-12-161-1/+1
* [SPARK-12380] [PYSPARK] use SQLContext.getOrCreate in mllibDavies Liu2015-12-163-11/+9
* [SPARK-9690][ML][PYTHON] pyspark CrossValidator random seedMartin Menestret2015-12-161-7/+13
* [SPARK-11677][SQL] ORC filter tests all pass if filters are actually not push...hyukjinkwon2015-12-161-17/+36
* [SPARK-12164][SQL] Decode the encoded values and then displaygatorsmile2015-12-165-48/+133
* [SPARK-12320][SQL] throw exception if the number of fields does not line up f...Wenchen Fan2015-12-165-18/+93
* [SPARK-12364][ML][SPARKR] Add ML example for SparkRYanbo Liang2015-12-161-0/+54
* [SPARK-11608][MLLIB][DOC] Added migration guide for MLlib 1.6Joseph K. Bradley2015-12-162-15/+42
* [SPARK-12361][PYSPARK][TESTS] Should set PYSPARK_DRIVER_PYTHON before Python ...Jeff Zhang2015-12-161-1/+2
* [SPARK-12309][ML] Use sqlContext from MLlibTestSparkContext for spark.ml test...Yanbo Liang2015-12-165-11/+5
* [SPARK-9694][ML] Add random seed Param to Scala CrossValidatorYanbo Liang2015-12-162-3/+16
* [SPARK-6518][MLLIB][EXAMPLE][DOC] Add example code and user guide for bisecti...Yu ISHIKAWA2015-12-164-0/+165
* [SPARK-12345][MESOS] Filter SPARK_HOME when submitting Spark jobs with Mesos ...Timothy Chen2015-12-162-2/+7
* [SPARK-12215][ML][DOC] User guide section for KMeans in spark.mlYu ISHIKAWA2015-12-163-28/+100
* [SPARK-12310][SPARKR] Add write.json and write.parquet for SparkRYanbo Liang2015-12-164-56/+119
* [SPARK-12318][SPARKR] Save mode in SparkR should be error by defaultJeff Zhang2015-12-162-6/+13
* [SPARK-8745] [SQL] remove GenerateProjectionDavies Liu2015-12-168-319/+11
* [SPARK-12324][MLLIB][DOC] Fixes the sidebar in the ML documentationTimothy Hunter2015-12-164-34/+149
* Revert "[SPARK-12105] [SQL] add convenient show functions"Reynold Xin2015-12-161-16/+9
* Revert "[HOTFIX] Compile error from commit 31b3910"Reynold Xin2015-12-161-1/+1
* Style fix for the previous 3 JDBC filter push down commits.Reynold Xin2015-12-151-9/+8
* [SPARK-12315][SQL] isnotnull operator not pushed down for JDBC datasource.hyukjinkwon2015-12-152-0/+3
* [SPARK-12314][SQL] isnull operator not pushed down for JDBC datasource.hyukjinkwon2015-12-152-0/+2
* [SPARK-12249][SQL] JDBC non-equality comparison operator not pushed down.hyukjinkwon2015-12-152-0/+3
* [SPARK-12304][STREAMING] Make Spark Streaming web UI display more fri…proflin2015-12-151-1/+7
* [SPARK-4117][YARN] Spark on Yarn handle AM being told command from RMDevaraj K2015-12-151-1/+8
* [SPARK-10477][SQL] using DSL in ColumnPruningSuite to improve readabilityWenchen Fan2015-12-152-21/+27
* [SPARK-12062][CORE] Change Master to asyc rebuild UI when application completesBryan Cutler2015-12-152-29/+52
* [SPARK-9886][CORE] Fix to use ShutdownHookManager inNaveen2015-12-151-11/+5
* [SPARK-10123][DEPLOY] Support specifying deploy mode from configurationjerryshao2015-12-155-7/+64
* [SPARK-9026][SPARK-4514] Modifications to JobWaiter, FutureAction, and AsyncR...Richard W. Eggert II2015-12-157-158/+251
* [SPARK-9516][UI] Improvement of Thread Dump PageCodingCat2015-12-154-43/+118
* [SPARK-12351][MESOS] Add documentation about submitting Spark with mesos clus...Timothy Chen2015-12-152-6/+35
* [SPARK-12130] Replace shuffleManagerClass with shortShuffleMgrNames in Extern...Lianhui Wang2015-12-158-12/+18
* [SPARK-12056][CORE] Part 2 Create a TaskAttemptContext only after calling set...tedyu2015-12-151-2/+2
* [HOTFIX] Compile error from commit 31b3910Andrew Or2015-12-151-1/+1
* [SPARK-12105] [SQL] add convenient show functionsJean-Baptiste Onofré2015-12-151-9/+16
* [SPARK-12236][SQL] JDBC filter tests all pass if filters are not really pushe...hyukjinkwon2015-12-153-21/+19