aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15134][EXAMPLE] Indent SparkSession builder patterns and update binary...Dongjoon Hyun2016-05-05142-178/+585
* [SPARK-15135][SQL] Make sure SparkSession thread safeShixiong Zhu2016-05-056-56/+73
* [SPARK-15072][SQL][REPL][EXAMPLES] Remove SparkSession.withHiveSupportSandeep Singh2016-05-054-24/+20
* [SPARK-14124][SQL][FOLLOWUP] Implement Database-related DDL Commandsgatorsmile2016-05-054-97/+311
* [MINOR][BUILD] Adds spark-warehouse/ to .gitignoreCheng Lian2016-05-051-0/+1
* [SPARK-15110] [SPARKR] Implement repartitionByColumn for SparkR DataFramesNarineK2016-05-055-10/+78
* [SPARK-15148][SQL] Upgrade Univocity library from 2.0.2 to 2.1.0hyukjinkwon2016-05-057-8/+8
* [SPARK-14139][SQL] RowEncoder should preserve schema nullabilityWenchen Fan2016-05-064-16/+88
* [SPARK-14915][CORE] Don't re-queue a task if another attempt has already succ...Jason Moore2016-05-051-1/+10
* [SPARK-14589][SQL] Enhance DB2 JDBC Dialect docker testsLuciano Resende2016-05-052-57/+34
* [SPARK-15106][PYSPARK][ML] Add PySpark package doc for ML component & remove ...Holden Karau2016-05-053-2/+6
* [SPARK-12154] Upgrade to Jersey 2mcheah2016-05-0514-131/+244
* [SPARK-15123] upgrade org.json4s to 3.2.11 versionLining Sun2016-05-056-16/+16
* [SPARK-15045] [CORE] Remove dead code in TaskMemoryManager.cleanUpAllAllocate...Abhinav Gupta2016-05-041-6/+7
* [SPARK-15132][MINOR][SQL] Debug log for generated code should be printed with...Kousuke Saruta2016-05-042-2/+2
* [MINOR] remove dead codeDavies Liu2016-05-041-9/+0
* [SPARK-15131][SQL] Shutdown StateStore management thread when SparkContext ha...Tathagata Das2016-05-043-23/+48
* [SPARK-14993][SQL] Fix Partition Discovery Inconsistency when Input is a Path...gatorsmile2016-05-042-14/+88
* [SPARK-6339][SQL] Supports CREATE TEMPORARY VIEW tableIdentifier AS querySean Zhong2016-05-045-38/+175
* [SPARK-14896][SQL] Deprecate HiveContext in pythonAndrew Or2016-05-043-4/+9
* [MINOR][SQL] Fix typo in DataFrameReader csv documentationsethah2016-05-041-1/+1
* [SPARK-15116] In REPL we should create SparkSession first and get SparkContex...Wenchen Fan2016-05-044-43/+26
* [SPARK-13001][CORE][MESOS] Prevent getting offers when reached max coresSebastien Rainville2016-05-043-17/+53
* [SPARK-15031][EXAMPLE] Use SparkSession in Scala/Python/Java example.Dongjoon Hyun2016-05-04155-1232/+852
* [SPARK-12299][CORE] Remove history serving functionality from MasterBryan Cutler2016-05-0411-316/+86
* [SPARK-15121] Improve logging of external shuffle handlerThomas Graves2016-05-041-1/+3
* [SPARK-15126][SQL] RuntimeConfig.set should return UnitReynold Xin2016-05-044-16/+11
* [SPARK-15103][SQL] Refactored FileCatalog class to allow StreamFileCatalog to...Tathagata Das2016-05-048-285/+410
* [SPARK-15115][SQL] Reorganize whole stage codegen benchmark suitesReynold Xin2016-05-048-422/+603
* [MINOR] Add python3 compatibility in python examplesZheng RuiFeng2016-05-042-0/+8
* [SPARK-14951] [SQL] Support subexpression elimination in TungstenAggregateLiang-Chi Hsieh2016-05-044-41/+109
* [SPARK-15109][SQL] Accept Dataset[_] in joinsReynold Xin2016-05-042-8/+8
* [SPARK-15022][SPARK-15023][SQL][STREAMING] Add support for testing against th...Liwei Lin2016-05-0410-34/+89
* [SPARK-4224][CORE][YARN] Support group aclsDhruve Ashar2016-05-0411-35/+468
* [SPARK-14844][ML] Add setFeaturesCol and setPredictionCol to KMeansM…Dominik Jastrzębski2016-05-042-0/+23
* [SPARK-14127][SQL] Native "DESC [EXTENDED | FORMATTED] <table>" DDL commandCheng Lian2016-05-0412-29/+131
* [SPARK-15029] improve error message for GenerateWenchen Fan2016-05-0411-73/+126
* [SPARK-14237][SQL] De-duplicate partition value appending logic in various bu...Cheng Lian2016-05-049-53/+74
* [SPARK-15107][SQL] Allow varying # iterations by test case in BenchmarkReynold Xin2016-05-033-67/+93
* [SPARK-15095][SQL] remove HiveSessionHook from ThriftServerDavies Liu2016-05-032-57/+0
* [SPARK-14414][SQL] Make DDL exceptions more consistentAndrew Or2016-05-0320-435/+141
* [SPARK-15097][SQL] make Dataset.sqlContext a stable identifier for importsKoert Kuipers2016-05-032-1/+15
* [SPARK-15084][PYTHON][SQL] Use builder pattern to create SparkSession in PySp...Dongjoon Hyun2016-05-032-21/+105
* [SPARK-14645][MESOS] Fix python running on cluster mode mesos to have non loc...Timothy Chen2016-05-031-2/+3
* [SPARK-14422][SQL] Improve handling of optional configs in SQLConfSandeep Singh2016-05-034-10/+25
* [MINOR][DOC] Fixed some python snippets in mllib data types documentation.Shuai Lin2016-05-031-3/+3
* [SPARK-15104] Fix spacing in log lineAndrew Ash2016-05-031-1/+1
* [SQL-15102][SQL] remove delegation token support from ThriftServerDavies Liu2016-05-031-58/+7
* [SPARK-15056][SQL] Parse Unsupported Sampling Syntax and Issue Better Exceptionsgatorsmile2016-05-033-3/+22
* [SPARK-14973][ML] The CrossValidator and TrainValidationSplit miss the seed w...yinxusen2016-05-035-18/+30