aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-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-251-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
* [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
* [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
* Revert "HOTFIX:Temporarily removing flume sink test in 1.1 branch"Patrick Wendell2014-08-221-0/+204
* [SPARK-2840] [mllib] DecisionTree doc update (Java, Python examples)Joseph K. Bradley2014-08-212-69/+399
* BUILD: Bump Hadoop versions in the release build.Patrick Wendell2014-08-212-9/+40
* [maven-release-plugin] prepare for next development iterationPatrick Wendell2014-08-2124-25/+25
* [maven-release-plugin] prepare release v1.1.0-snapshot2Patrick Wendell2014-08-2124-38/+33
* HOTFIX:Temporarily removing flume sink test in 1.1 branchPatrick Wendell2014-08-201-204/+0
* [HOTFIX][STREAMING] Allow the JVM/Netty to decide which port to bind to in Fl...Hari Shreedharan2014-08-202-29/+34
* [HOTFIX][Streaming] Handle port collisions in flume polling testAndrew Or2014-08-201-1/+31
* [SPARK-2843][MLLIB] add a section about regularization parameter in ALSXiangrui Meng2014-08-201-0/+11
* [SPARK-3143][MLLIB] add tf-idf user guideXiangrui Meng2014-08-201-3/+80
* [SPARK-3140] Clarify confusing PySpark exception messageAndrew Or2014-08-201-3/+10
* Revert "[maven-release-plugin] prepare release v1.1.0-snapshot1"Patrick Wendell2014-08-2024-33/+38
* Revert "[maven-release-plugin] prepare for next development iteration"Patrick Wendell2014-08-2024-25/+25
* [SPARK-2298] Encode stage attempt in SparkListener & UI.Reynold Xin2014-08-2015-224/+555
* [SPARK-2169] Don't copy appName / basePath everywhere.Marcelo Vanzin2014-08-2019-71/+51
* [SPARK-2846][SQL] Add configureInputJobPropertiesForStorageHandler to initial...Alex Liu2014-08-201-1/+2
* SPARK_LOGFILE and SPARK_ROOT_LOGGER no longer need in spark-daemon.shwangfei2014-08-201-2/+0
* [SPARK-2967][SQL] Fix sort based shuffle for spark sql.Michael Armbrust2014-08-201-7/+23
* [SPARK-2849] Handle driver configs separately in client modeAndrew Or2014-08-2010-56/+250
* [SPARK-3149] Connection establishment information is not enough.Kousuke Saruta2014-08-201-1/+1
* [SPARK-3062] [SPARK-2970] [SQL] spark-sql script ends with IOException when E...Kousuke Saruta2014-08-201-1/+14
* [SPARK-3126][SPARK-3127][SQL] Fixed HiveThriftServer2SuiteCheng Lian2014-08-203-16/+6
* SPARK-3092 [SQL]: Always include the thriftserver when -Phive is enabled.Patrick Wendell2014-08-208-27/+12
* [SPARK-3054][STREAMING] Add unit tests for Spark Sink.Hari Shreedharan2014-08-204-2/+212
* [SPARK-3141] [PySpark] fix sortByKey() with take()Davies Liu2014-08-191-10/+8
* [DOCS] Fixed wrong linksKen Takagiwa2014-08-191-2/+2
* [SPARK-2974] [SPARK-2975] Fix two bugs related to spark.local.dirsJosh Rosen2014-08-1914-118/+145
* [SPARK-3142][MLLIB] output shuffle data directly in Word2VecXiangrui Meng2014-08-191-11/+12
* [SPARK-3119] Re-implementation of TorrentBroadcast.Reynold Xin2014-08-193-240/+181
* [HOTFIX][Streaming][MLlib] use temp folder for checkpointXiangrui Meng2014-08-192-12/+11
* [SPARK-3130][MLLIB] detect negative values in naive BayesXiangrui Meng2014-08-193-6/+53