aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-14884][SQL][STREAMING][WEBUI] Fix call site for continuous queriesLiwei Lin2016-05-032-4/+15
* [SPARK-15088] [SQL] Remove SparkSqlSerializerReynold Xin2016-05-032-118/+0
* [SPARK-15091][SPARKR] Fix warnings and a failure in SparkR test cases with te...Sun Rui2016-05-034-10/+9
* [SPARK-14971][ML][PYSPARK] PySpark ML Params setter code clean upYanbo Liang2016-05-0310-219/+110
* [SPARK-15057][GRAPHX] Remove stale TODO comment for making `enum` in GraphGen...Dongjoon Hyun2016-05-031-1/+0
* [SPARK-14897][CORE] Upgrade Jetty to latest version of 8Sean Owen2016-05-031-1/+1
* [SPARK-15081] Move AccumulatorV2 and subclasses into util packageReynold Xin2016-05-0330-34/+44
* [SPARK-15053][BUILD] Fix Java Lint errors on Hive-Thriftserver moduleDongjoon Hyun2016-05-0330-71/+63
* [MINOR][DOCS] Fix type Information in Quick Start and Programming GuideSandeep Singh2016-05-032-5/+5
* [SPARK-6717][ML] Clear shuffle files after checkpointing in ALSHolden Karau2016-05-033-45/+195
* [SPARK-13749][SQL][FOLLOW-UP] Faster pivot implementation for many distinct v...Andrew Ray2016-05-022-3/+20
* [SPARK-15079] Support average/count/sum in Long/DoubleAccumulatorReynold Xin2016-05-025-101/+181
* [SPARK-14685][CORE] Document heritability of localPropertiesMarcin Tustin2016-05-023-2/+40
* [SPARK-15077][SQL] Use a fair lock to avoid thread starvation in StreamExecutionShixiong Zhu2016-05-021-27/+52
* [SPARK-15062][SQL] fix list type infer serializer issuebomeng2016-05-022-5/+21
* [SPARK-15047][SQL] Cleanup SQL ParserHerman van Hovell2016-05-026-77/+31
* [SPARK-15050][SQL] Put CSV and JSON options as Python csv and json function p...hyukjinkwon2016-05-021-77/+155
* [SPARK-14747][SQL] Add assertStreaming/assertNoneStreaming checks in DataFram...Liwei Lin2016-05-022-5/+210
* [SPARK-14785] [SQL] Support correlated scalar subqueriesHerman van Hovell2016-05-027-39/+195
* [SPARK-12928][SQL] Oracle FLOAT datatype is not properly handled when reading...poolis2016-05-022-0/+15
* [SPARK-15052][SQL] Use builder pattern to create SparkSessionReynold Xin2016-05-021-4/+127
* [SPARK-15054] Deprecate old accumulator APIReynold Xin2016-05-023-10/+20
* [SPARK-13745] [SQL] Support columnar in memory representation on Big Endian p...Pete Robbins2016-05-024-22/+110
* [SPARK-14781] [SQL] support nested predicate subqueryDavies Liu2016-05-0214-61/+345
* [SPARK-14830][SQL] Add RemoveRepetitionFromGroupExpressions optimizer.Dongjoon Hyun2016-05-022-2/+33
* [SPARK-14579][SQL] Fix the race condition in StreamExecution.processAllAvaila...Shixiong Zhu2016-05-022-5/+14
* [SPARK-13749][SQL] Faster pivot implementation for many distinct values with ...Andrew Ray2016-05-023-33/+296
* [SPARK-14845][SPARK_SUBMIT][YARN] spark.files in properties file is n…Jeff Zhang2016-05-021-0/+1
* [SPARK-14637][SQL] object expressions cleanupWenchen Fan2016-05-021-118/+100
* Fix reference to external metrics documentationBen McCann2016-05-011-1/+1
* [SPARK-15049] Rename NewAccumulator to AccumulatorV2Reynold Xin2016-05-0123-84/+85
* [SPARK-13425][SQL] Documentation for CSV datasource optionshyukjinkwon2016-05-013-4/+103
* [SPARK-14931][ML][PYTHON] Mismatched default values between pipelines in Spar...Xusen Yin2016-05-0111-40/+96
* [SPARK-14505][CORE] Fix bug : creating two SparkContext objects in the same j...Allen2016-05-012-15/+16
* [SPARK-15033][SQL] fix a flaky test in CachedTableSuiteWenchen Fan2016-04-302-7/+14
* [SPARK-14143] Options for parsing NaNs, Infinity and nulls for numeric typesHossein2016-04-306-42/+174
* [SPARK-15034][SPARK-15035][SPARK-15036][SQL] Use spark.sql.warehouse.dir as t...Yin Huai2016-04-3010-22/+236