aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1843: Replace assemble-deps with env variable.Patrick Wendell2014-06-124-30/+40
* [SPARK-2080] Yarn: report HS URL in client mode, correct user in cluster mode.Marcelo Vanzin2014-06-123-4/+5
* [SPARK-2088] fix NPE in toStringDoris Xin2014-06-122-2/+9
* SPARK-554. Add aggregateByKey.Sandy Ryza2014-06-128-2/+179
* fixed typo in docstring for min()Jeff Thompson2014-06-121-1/+1
* Cleanup on Connection and ConnectionManagerHenry Saputra2014-06-112-11/+11
* 'killFuture' is never usedYadong2014-06-111-1/+1
* [SPARK-2044] Pluggable interface for shufflesMatei Zaharia2014-06-1122-130/+459
* [SPARK-1672][MLLIB] Separate user and product partitioning in ALSTor Myklebust2014-06-114-84/+160
* [SPARK-2052] [SQL] Add optimization for CaseConversionExpression's.Takuya UESHIN2014-06-114-15/+174
* HOTFIX: Forgot to remove false change in previous commitPatrick Wendell2014-06-111-1/+0
* HOTFIX: PySpark tests should be order insensitive.Patrick Wendell2014-06-112-4/+5
* HOTFIX: A few PySpark tests were not actually runAndrew Or2014-06-112-8/+17
* [SQL] Code Cleanup: Left Semi Hash JoinDaoyuan2014-06-1152-33/+374
* [SPARK-2042] Prevent unnecessary shuffle triggered by take()Sameer Agarwal2014-06-115-5/+97
* SPARK-2113: awaitTermination() after stop() will hang in Spark StremaingLars Albertsson2014-06-112-0/+13
* [SPARK-2108] Mark SparkContext methods that return block information as devel...Prashant Sharma2014-06-111-0/+4
* [SPARK-2069] MIMA false positivesPrashant Sharma2014-06-115-70/+114
* SPARK-1639. Tidy up some Spark on YARN codeSandy Ryza2014-06-117-178/+161
* SPARK-2107: FilterPushdownSuite doesn't need Junit jar.Qiuzhuang.Lian2014-06-111-3/+0
* [SPARK-2091][MLLIB] use numpy.dot instead of ndarray.dotXiangrui Meng2014-06-111-3/+5
* [SPARK-1968][SQL] SQL/HiveQL command for caching/uncaching tablesCheng Lian2014-06-1110-47/+152
* [SPARK-2093] [SQL] NullPropagation should use exact type value.Takuya UESHIN2014-06-101-2/+2
* HOTFIX: clear() configs in SQLConf-related unit tests.Zongheng Yang2014-06-102-0/+3
* [SPARK-2065] give launched instances namesNicholas Chammas2014-06-101-0/+11
* Resolve scalatest warnings during buildwitgo2014-06-1021-41/+41
* [SPARK-1940] Enabling rolling of executor logs, and automatic cleanup of old ...Tathagata Das2014-06-1012-40/+895
* [SPARK-1998] SparkFlumeEvent with body bigger than 1020 bytes are not re...joyyoj2014-06-101-2/+2
* [SQL] Add average overflow test case from #978egraldlo2014-06-102-0/+17
* HOTFIX: Increase time limit for Bagel testAnkur Dave2014-06-101-2/+2
* HOTFIX: Fix Python tests on Jenkins.Patrick Wendell2014-06-103-8/+12
* [SPARK-2076][SQL] Pushdown the join filter & predication for outer joinCheng Hao2014-06-102-22/+277
* [SPARK-1978] In some cases, spark-yarn does not automatically restart the fai...witgo2014-06-102-27/+34
* Moved hiveOperators.scala to the right package folderCheng Lian2014-06-101-0/+0
* [SPARK-1508][SQL] Add SQLConf to SQLContext.Zongheng Yang2014-06-1014-61/+429
* SPARK-1416: PySpark support for SequenceFile and Hadoop InputFormatsNick Pentreath2014-06-0913-6/+1140
* Make sure that empty string is filtered out when we get the secondary jars fr...DB Tsai2014-06-091-2/+4
* [SPARK-1704][SQL] Fully support EXPLAIN commands as SchemaRDD.Zongheng Yang2014-06-096-4/+68
* [SQL] Simple framework for debugging query executionMichael Armbrust2014-06-093-50/+119
* [SPARK-1522] : YARN ClientBase throws a NPE if there is no YARN Application CPBernardo Gomez Palacio2014-06-092-34/+167
* Added a TaskSetManager unit test.Kay Ousterhout2014-06-091-0/+16
* [SPARK-1495][SQL]add support for left semi joinDaoyuan2014-06-0937-3/+216
* SPARK-1944 Document --verbose in spark-shell -hAndrew Ash2014-06-091-0/+3
* [SPARK-1308] Add getNumPartitions to pyspark RDDSyed Hashmi2014-06-091-18/+27
* Grammar: read -> readsAndrew Ash2014-06-081-1/+1
* [SPARK-2067] use relative path for Spark logo in UINeville Li2014-06-081-1/+1
* SPARK-1628 follow up: Improve RangePartitioner's documentation.Reynold Xin2014-06-081-1/+4
* Update run-examplemaji20142014-06-081-1/+1
* SPARK-1628: Add missing hashCode methods in Partitioner subclasseszsxwing2014-06-083-1/+20
* SPARK-1898: In deploy.yarn.Client, use YarnClient not YarnClientImplColin Patrick McCabe2014-06-082-10/+17