aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18447][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that` across P...hyukjinkwon2016-11-2220-146/+157
* [SPARK-18514][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that` across R...hyukjinkwon2016-11-222-5/+8
* [SPARK-18444][SPARKR] SparkR running in yarn-cluster mode should not download...Yanbo Liang2016-11-223-6/+64
* [SPARK-18425][STRUCTURED STREAMING][TESTS] Test `CompactibleFileStreamLog` di...Liwei Lin2016-11-212-70/+214
* [SPARK-18493] Add missing python APIs: withWatermark and checkpoint to dataframeBurak Yavuz2016-11-212-5/+62
* [SPARK-17765][SQL] Support for writing out user-defined type in ORC datasourcehyukjinkwon2016-11-212-0/+13
* [SPARK-18517][SQL] DROP TABLE IF EXISTS should not warn for non-existing tablesDongjoon Hyun2016-11-211-1/+2
* [SPARK-18361][PYSPARK] Expose RDD localCheckpoint in PySparkGabriel Huang2016-11-212-1/+49
* [SPARK-18413][SQL] Add `maxConnections` JDBCOptionDongjoon Hyun2016-11-214-1/+33
* [SPARK-18398][SQL] Fix nullabilities of MapObjects and ExternalMapToCatalyst.Takuya UESHIN2016-11-211-3/+5
* [SPARK-18282][ML][PYSPARK] Add python clustering summaries for GMM and BKMsethah2016-11-2116-47/+256
* [SPARK-18467][SQL] Extracts method for preparing arguments from StaticInvoke,...Takuya UESHIN2016-11-211-62/+101
* [HOTFIX][SQL] Fix DDLSuite failure.Reynold Xin2016-11-201-2/+2
* Fix Mesos build break for Scala 2.10.Reynold Xin2016-11-201-1/+1
* [SPARK-3359][BUILD][DOCS] Print examples and disable group and tparam tags in...hyukjinkwon2016-11-202-1/+17
* [SPARK-15214][SQL] Code-generation for GenerateHerman van Hovell2016-11-197-37/+463
* [SQL] Fix documentation for Concat and ConcatWsReynold Xin2016-11-191-6/+4
* [SPARK-18508][SQL] Fix documentation error for DateDiffReynold Xin2016-11-191-2/+5
* [SPARK-18458][CORE] Fix signed integer overflow problem at an expression in R...Kazuaki Ishizaki2016-11-193-38/+40
* [SPARK-18456][ML][FOLLOWUP] Use matrix abstraction for coefficients in Logist...sethah2016-11-201-62/+53
* [SPARK-17062][MESOS] add conf option to mesos dispatcherStavros Kontopoulos2016-11-199-53/+266
* [SPARK-18448][CORE] Fix @since 2.1.0 on new SparkSession.close() methodSean Owen2016-11-191-1/+1
* [SPARK-18353][CORE] spark.rpc.askTimeout defalut value is not 120sSean Owen2016-11-192-3/+5
* [SPARK-18445][BUILD][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that`/`...hyukjinkwon2016-11-19105-436/+517
* [SPARK-18448][CORE] SparkSession should implement java.lang.AutoCloseable lik...Sean Owen2016-11-191-1/+9
* [SPARK-18497][SS] Make ForeachSink support watermarkShixiong Zhu2016-11-182-8/+43
* [SPARK-18505][SQL] Simplify AnalyzeColumnCommandReynold Xin2016-11-185-56/+74
* [SPARK-18477][SS] Enable interrupts for HDFS in HDFSMetadataLogShixiong Zhu2016-11-181-15/+41
* [SPARK-18422][CORE] Fix wholeTextFiles test to pass on Windows in JavaAPISuitehyukjinkwon2016-11-181-6/+11
* [SPARK-18457][SQL] ORC and other columnar formats using HiveShim read all col...Andrew Ray2016-11-182-4/+27
* [SPARK-18187][SQL] CompactibleFileStreamLog should not use "compactInterval" ...Tyson Condie2016-11-189-39/+178
* [SPARK-18462] Fix ClassCastException in SparkListenerDriverAccumUpdates eventJosh Rosen2016-11-172-3/+80
* [SPARK-18360][SQL] default table path of tables in default database should de...Wenchen Fan2016-11-172-123/+190
* [SPARK-18490][SQL] duplication nodename extrainfo for ShuffleExchangeroot2016-11-171-3/+1
* [SPARK-18480][DOCS] Fix wrong links for ML guide docsZheng RuiFeng2016-11-178-22/+19
* [SPARK-17462][MLLIB]use VersionUtils to parse Spark version stringsVinceShieh2016-11-172-8/+4
* [SPARK-18365][DOCS] Improve Sample Method Documentationanabranch2016-11-176-5/+30
* [YARN][DOC] Remove non-Yarn specific configurations from running-on-yarn.mdWeiqing Yang2016-11-171-36/+0
* [SPARK-18464][SQL] support old table which doesn't store schema in metastoreWenchen Fan2016-11-174-2/+37
* [SPARK-18442][SQL] Fix nullability of WrapOption.Takuya UESHIN2016-11-171-1/+1
* [YARN][DOC] Increasing NodeManager's heap size with External Shuffle ServiceArtur Sukhenko2016-11-161-0/+2
* [SPARK-18186] Migrate HiveUDAFFunction to TypedImperativeAggregate for partia...Cheng Lian2016-11-162-50/+301
* [SPARK-1267][SPARK-18129] Allow PySpark to be pip installedHolden Karau2016-11-1631-24/+660
* [SPARK-18461][DOCS][STRUCTUREDSTREAMING] Added more information about monitor...Tathagata Das2016-11-161-3/+179
* [SPARK-18459][SPARK-18460][STRUCTUREDSTREAMING] Rename triggerId to batchId a...Tathagata Das2016-11-166-17/+35
* [SPARK-18415][SQL] Weird Plan Output when CTE used in RunnableCommandgatorsmile2016-11-162-1/+11
* [SPARK-18420][BUILD] Fix the errors caused by lint check in JavaXianyang Liu2016-11-169-9/+25
* [SPARK-18446][ML][DOCS] Add links to API docs for ML algosZheng RuiFeng2016-11-163-0/+81
* [SPARK-18434][ML] Add missing ParamValidations for ML algosZheng RuiFeng2016-11-166-10/+22
* [MINOR][DOC] Fix typos in the 'configuration', 'monitoring' and 'sql-programm...Weiqing Yang2016-11-163-5/+5