aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-15095][SQL] drop binary mode in ThriftServerDavies Liu2016-05-033-47/+14
* [SPARK-15073][SQL] Hide SparkSession constructor from the publicAndrew Or2016-05-034-12/+19
* [SPARK-11316] coalesce doesn't handle UnionRDD with partial locality properlyThomas Graves2016-05-032-62/+165
* [SPARK-14521] [SQL] StackOverflowError in Kryo when executing TPC-DSyzhou20012016-05-032-42/+129
* [SPARK-14234][CORE] Executor crashes for TaskRunner thread interruptionDevaraj K2016-05-031-1/+25
* [SPARK-15059][CORE] Remove fine-grained lock in ChildFirstURLClassLoader to a...Zheng Tan2016-05-031-26/+5
* [SPARK-15082][CORE] Improve unit test coverage for AccumulatorV2Sandeep Singh2016-05-031-1/+60
* [SPARK-9819][STREAMING][DOCUMENTATION] Clarify doc for invReduceFunc in incre...François Garillot2016-05-035-5/+11
* [SPARK-15087][CORE][SQL] Remove AccumulatorV2.localValue and keep only valueSandeep Singh2016-05-0311-38/+30
* [SPARK-14860][TESTS] Create a new Waiter in reset to bypass an issue of Scala...Shixiong Zhu2016-05-031-9/+3
* [SPARK-14716][SQL] Added support for partitioning in FileStreamSinkTathagata Das2016-05-039-54/+605