aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2830][MLLIB] doc update for 1.1Xiangrui Meng2014-08-274-86/+87
* [SPARK-3237][SQL] Fix parquet filters with UDFsMichael Armbrust2014-08-272-2/+10
* [SPARK-3139] Made ContextCleaner to not block on shufflesTathagata Das2014-08-273-7/+26
* HOTFIX: Minor typo in conf templatePatrick Wendell2014-08-261-1/+1
* [SPARK-3167] Handle special driver configs in WindowsAndrew Or2014-08-266-26/+95
* [SPARK-3224] FetchFailed reduce stages should only show up once in failed sta...Reynold Xin2014-08-262-14/+59
* Manually close old pull requestsMatei Zaharia2014-08-260-0/+0
* Manually close some old pull requestsMatei Zaharia2014-08-260-0/+0
* Fix unclosed HTML tag in Yarn docs.Josh Rosen2014-08-261-1/+1
* [SPARK-3240] Adding known issue for MESOS-1688Martin Weindel2014-08-261-0/+2
* [SPARK-3036][SPARK-3037][SQL] Add MapType/ArrayType containing null value sup...Takuya UESHIN2014-08-264-40/+167
* [Docs] Run tests like in contributing guidenchammas2014-08-261-1/+1
* [SPARK-2964] [SQL] Remove duplicated code from spark-sql and start-thriftserv...Cheng Lian2014-08-263-69/+39
* [SPARK-3225]Typo in scriptWangTao2014-08-261-3/+3
* [SPARK-3073] [PySpark] use external sort in sortBy() and sortByKey()Davies Liu2014-08-267-12/+1306
* [SPARK-3194][SQL] Add AttributeSet to fix bugs with invalid comparisons of At...Michael Armbrust2014-08-2635-123/+166
* [SPARK-2839][MLlib] Stats Toolkit documentation updatedBurak2014-08-261-41/+331
* [SPARK-3226][MLLIB] doc update for native librariesXiangrui Meng2014-08-261-10/+15
* [SPARK-3063][SQL] ExistingRdd should convert Map to catalyst Map.Takuya UESHIN2014-08-262-1/+48
* [SPARK-2969][SQL] Make ScalaReflection be able to handle ArrayType.containsNu...Takuya UESHIN2014-08-267-30/+49
* [SPARK-2871] [PySpark] add histgram() APIDavies Liu2014-08-262-1/+232
* [SPARK-3131][SQL] Allow user to set parquet compression codec for writing Par...chutium2014-08-263-5/+107
* [SPARK-2886] Use more specific actor system name than "spark"Andrew Or2014-08-2510-29/+47
* [Spark-3222] [SQL] Cross join support in HiveQLDaoyuan Wang2014-08-255-0/+2
* [SPARK-2976] Replace tabs with spacesKousuke Saruta2014-08-253-143/+142
* SPARK-2481: The environment variables SPARK_HISTORY_OPTS is covered in spark-...witgo2014-08-251-0/+3
* [SPARK-3011][SQL] _temporary directory should be filtered out by sqlContext.p...Chia-Yung Su2014-08-251-1/+1
* [SQL] logWarning should be logInfo in getResultSetSchemawangfei2014-08-251-1/+1
* [SPARK-3058] [SQL] Support EXTENDED for EXPLAINCheng Hao2014-08-258-14/+78
* [SPARK-2929][SQL] Refactored Thrift server and CLI suitesCheng Lian2014-08-253-224/+217
* [SPARK-3204][SQL] MaxOf would be foldable if both left and right are foldable.Takuya UESHIN2014-08-251-0/+2
* Fixed a typo in docs/running-on-mesos.mdCheng Lian2014-08-251-1/+1
* [FIX] fix error message in sendMessageReliablyXiangrui Meng2014-08-251-2/+2
* SPARK-3180 - Better control of security groupsAllan Douglas R. de Oliveira2014-08-251-18/+32
* SPARK-2798 [BUILD] Correct several small errors in Flume module pom.xml filesSean Owen2014-08-253-15/+13
* [SPARK-2495][MLLIB] make KMeans constructor publicXiangrui Meng2014-08-251-1/+1
* [SPARK-2871] [PySpark] add zipWithIndex() and zipWithUniqueId()Davies Liu2014-08-241-0/+47
* [MLlib][SPARK-2997] Update SVD documentation to reflect roughly squareReza Zadeh2014-08-241-6/+23
* [SPARK-2841][MLlib] Documentation for feature transformationsDB Tsai2014-08-241-2/+107
* [SPARK-3192] Some scripts have 2 space indentation but other scripts have 4 s...Kousuke Saruta2014-08-241-18/+18
* Clean unused code in SortShuffleWriterRaymond Liu2014-08-231-6/+1
* [SPARK-2871] [PySpark] add approx API for RDDDavies Liu2014-08-232-0/+98
* [SPARK-2871] [PySpark] add `key` argument for max(), min() and top(n)Davies Liu2014-08-231-17/+27
* [SPARK-2967][SQL] Follow-up: Also copy hash expressions in sort based shuffl...Michael Armbrust2014-08-231-3/+6
* [SPARK-2554][SQL] CountDistinct partial aggregation and object allocation imp...Michael Armbrust2014-08-2333-34/+1239
* [SQL] Make functionRegistry in HiveContext transient.Yin Huai2014-08-231-0/+1
* [Minor] fix typoLiang-Chi Hsieh2014-08-231-1/+1
* [SPARK-3068]remove MaxPermSize option for jvm 1.8Daoyuan Wang2014-08-233-4/+15
* [SPARK-2963] REGRESSION - The description about how to build for using CLI an...Kousuke Saruta2014-08-222-5/+11
* [SPARK-3169] Removed dependency on spark streaming test from spark flume sinkTathagata Das2014-08-222-11/+17