aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-2148 Add link to requirements for custom equals() and hashcode() methodsAndrew Ash2014-06-151-0/+9
* SPARK-1999: StorageLevel in storage tab and RDD Storage Info never changesCrazyJvm2014-06-152-3/+6
* [SPARK-937] adding EXITED executor state and not relaunching cleanly exited e...Kan Zhang2014-06-153-8/+8
* [SQL] Support transforming TreeNodes with Option children.Michael Armbrust2014-06-152-1/+45
* [SPARK-1837] NumericRange should be partitioned in the same way as other...Kan Zhang2014-06-142-12/+37
* [SPARK-2013] Documentation for saveAsPickleFile and pickleFile in PythonKan Zhang2014-06-141-5/+7
* [SPARK-2079] Support batching when serializing SchemaRDD to PythonKan Zhang2014-06-142-8/+5
* [Spark-2137][SQL] Timestamp UDFs brokenYin Huai2014-06-1319-2/+17
* Small correction in Streaming Programming Guide docakkomar2014-06-131-1/+1
* [SPARK-2094][SQL] "Exactly once" semantics for DDL and command statementsCheng Lian2014-06-1315-167/+251
* [SPARK-1964][SQL] Add timestamp to HiveMetastoreTypes.toMetastoreTypeMichael Armbrust2014-06-131-0/+1
* Workaround in Spark for ConcurrentModification issue (JIRA Hadoop-10456, Spar...nravi2014-06-131-4/+7
* [HOTFIX] add math3 version to pomXiangrui Meng2014-06-131-0/+1
* [SPARK-2135][SQL] Use planner for in-memory scansMichael Armbrust2014-06-1210-35/+75
* [SPARK-1516]Throw exception in yarn client instead of run system.exit directly.John Zhao2014-06-124-26/+44
* [Minor] Fix style, formatting and naming in BlockManager etc.Andrew Or2014-06-129-370/+362
* SPARK-1939 Refactor takeSample method in RDD to use ScaSRSDoris Xin2014-06-128-100/+263
* document laziness of parallelizeAriel Rabkin2014-06-121-2/+11
* SPARK-2085: [MLlib] Apply user-specific regularization instead of uniform reg...Shuo Xiang2014-06-121-1/+7
* 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