aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-13667][SQL] Support for specifying custom date format for date and tim...hyukjinkwon2016-04-298-66/+173
* [SPARK-14591][SQL] Remove DataTypeParser and add more keywords to the nonRese...Yin Huai2016-04-299-232/+26
* [SPARK-14757] [SQL] Fix nullability bug in EqualNullSafe codegenReynold Xin2016-04-292-2/+3
* [SPARK-14412][ML][PYSPARK] Add StorageLevel params to ALSNick Pentreath2016-04-294-11/+209
* [SPARK-14917][SQL] Enable some ORC compressions tests for writinghyukjinkwon2016-04-291-29/+33
* [SPARK-13786][ML][PYTHON] Removed save/load for python tuningJoseph K. Bradley2016-04-292-262/+21
* [SPARK-15012][SQL] Simplify configuration API furtherAndrew Or2016-04-2918-187/+108
* [SPARK-15010][CORE] new accumulator shoule be tolerant of local RPC message d...Wenchen Fan2016-04-291-2/+7
* [SPARK-15019][SQL] Propagate all Spark Confs to HiveConf created in HiveClien...Yin Huai2016-04-297-40/+52
* [SPARK-15003] Use ConcurrentHashMap in place of HashMap for NewAccumulator.or...tedyu2016-04-302-13/+10
* [SPARK-14858] [SQL] Enable subquery pushdownHerman van Hovell2016-04-2913-318/+390
* [SPARK-14646][ML] Modified Kmeans to store cluster centers with one per rowJoseph K. Bradley2016-04-291-6/+13
* [SPARK-14988][PYTHON] SparkSession API follow-upsAndrew Or2016-04-2911-213/+256
* [SPARK-12919][SPARKR] Implement dapply() on DataFrame in SparkR.Sun Rui2016-04-2915-15/+337
* [SPARK-14570][ML] Log instrumentation in Random forestsBenFradet2016-04-298-33/+81
* [SPARK-15013][SQL] Remove hiveConf from HiveSessionStateYin Huai2016-04-292-30/+1