aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-15030][ML][SPARKR] Support formula in spark.kmeans in SparkRYanbo Liang2016-04-309-50/+87
* [SPARK-14952][CORE][ML] Remove methods that were deprecated in 1.6.0Herman van Hovell2016-04-306-34/+5
* [SPARK-14653][ML] Remove json4s from mllib-localXiangrui Meng2016-04-305-62/+103
* [SPARK-13289][MLLIB] Fix infinite distances between word vectors in Word2VecM...Junyang2016-04-303-17/+37
* [SPARK-13973][PYSPARK] Make pyspark fail noisily if IPYTHON or IPYTHON_OPTS a...pshearer2016-04-302-25/+18
* [SPARK-15028][SQL] Remove HiveSessionState.setDefaultOverrideConfsReynold Xin2016-04-307-56/+9
* [SPARK-14831][.2][ML][R] rename ml.save/ml.load to write.ml/read.mlXiangrui Meng2016-04-304-44/+44
* [SPARK-14412][.2][ML] rename *RDDStorageLevel to *StorageLevel in ml.ALSXiangrui Meng2016-04-304-62/+62
* [SPARK-14533][MLLIB] RowMatrix.computeCovariance inaccurate when values are v...Sean Owen2016-04-304-27/+26
* [MINOR][EXAMPLE] Use SparkSession instead of SQLContext in RDDRelation.scalaDongjoon Hyun2016-04-301-10/+10
* [SPARK-14850][.2][ML] use UnsafeArrayData.fromPrimitiveArray in ml.VectorUDT/...Xiangrui Meng2016-04-292-11/+9
* [SPARK-14391][LAUNCHER] Fix launcher communication test, take 2.Marcelo Vanzin2016-04-292-3/+2
* [SPARK-14831][SPARKR] Make the SparkR MLlib API more consistent with SparkTimothy Hunter2016-04-294-72/+247
* [SPARK-14850][ML] convert primitive array from/to unsafe array directly in Ve...Wenchen Fan2016-04-296-14/+186