aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-0323-42/+0
* Avoid dynamic dispatching when unwrapping Hive data.Cheng Lian2014-06-022-15/+18
* [SPARK-1995][SQL] system function upper and lower can be supportedegraldlo2014-06-024-1/+70
* [SPARK-1958] Calling .collect() on a SchemaRDD should call executeCollect() o...Cheng Lian2014-06-023-2/+8
* [SPARK-1553] Alternating nonnegative least-squaresTor Myklebust2014-06-024-14/+300
* Add landmark-based Shortest Path algorithm to graphx.libAnkur Dave2014-06-022-0/+120
* Better explanation for how to use MIMA excludes.Patrick Wendell2014-06-017-29/+124
* Made spark_ec2.py PEP8 compliant.Reynold Xin2014-06-011-675/+712
* updated java code blocks in spark SQL guide such that ctx will refer to ...Yadid Ayzenberg2014-05-311-1/+3
* SPARK-1917: fix PySpark import of scipy.special functionsUri Laserson2014-05-312-1/+25
* Improve maven plugin configurationwitgo2014-05-314-89/+4
* SPARK-1839: PySpark RDD#take() shouldn't always read from driverAaron Davidson2014-05-313-21/+84
* Super minor: Close inputStream in SparkSubmitArgumentsAaron Davidson2014-05-311-4/+7
* [SQL] SPARK-1964 Add timestamp to hive metastore type parser.Michael Armbrust2014-05-311-0/+1
* Optionally include Hive as a dependency of the REPL.Michael Armbrust2014-05-311-1/+3
* [SPARK-1947] [SQL] Child of SumDistinct or Average should be widened to preve...Takuya UESHIN2014-05-311-1/+13
* correct tiny comment errorChen Chao2014-05-311-2/+2
* [SPARK-1959] String "NULL" shouldn't be interpreted as null valueCheng Lian2014-05-301-1/+0
* SPARK-1976: fix the misleading part in streaming docsCodingCat2014-05-301-1/+2
* updated link to mailing listnchammas2014-05-301-1/+1
* Typo: and -> anAndrew Ash2014-05-301-1/+1
* [SPARK-1901] worker should make sure executor has exited before updating exec...Zhen Peng2014-05-301-8/+12
* [SPARK-1971] Update MIMA to compare against Spark 1.0.0Prashant Sharma2014-05-303-34/+7
* [SPARK-1566] consolidate programming guide, and general doc updatesMatei Zaharia2014-05-3027-1122/+1767
* [SPARK-1820] Make GenerateMimaIgnore @DeveloperApi annotation aware.Prashant Sharma2014-05-291-3/+19
* initial version of LPAAnkur Dave2014-05-292-0/+111
* [SPARK-1368][SQL] Optimized HiveTableScanCheng Lian2014-05-293-28/+96
* SPARK-1935: Explicitly add commons-codec 1.5 as a dependency.Yin Huai2014-05-292-0/+6
* Added doctest and method description in context.pyJyotiska NK2014-05-281-1/+14
* [SPARK-1712]: TaskDescription instance is too big causes Spark to hangwitgo2014-05-284-8/+73
* Spark 1916David Lemieux2014-05-281-1/+1
* Organize configuration docsPatrick Wendell2014-05-283-436/+554
* Fix doc about NetworkWordCount/JavaNetworkWordCount usage of spark streamingjmu2014-05-271-3/+3
* [SPARK-1938] [SQL] ApproxCountDistinctMergeFunction should return Int value.Takuya UESHIN2014-05-271-5/+4
* [SQL] SPARK-1922LY Lai2014-05-272-1/+33
* [SPARK-1915] [SQL] AverageFunction should not count if the evaluated value is...Takuya UESHIN2014-05-272-3/+16
* [SPARK-1926] [SQL] Nullability of Max/Min/First should be true.Takuya UESHIN2014-05-271-3/+3
* bugfix worker DriverStateChanged state should match DriverState.FAILEDlianhuiwang2014-05-271-0/+4
* SPARK-1932: Fix race conditions in onReceiveCallback and cachedPeerszsxwing2014-05-262-2/+3
* SPARK-1933: Throw a more meaningful exception when a directory is passed to a...Reynold Xin2014-05-262-3/+9
* Updated dev Python scripts to make them PEP8 compliant.Reynold Xin2014-05-263-379/+408
* Fixed the error message for OutOfMemoryError in DAGScheduler.Reynold Xin2014-05-261-1/+1
* SPARK-1929 DAGScheduler suspended by local task OOMZhen Peng2014-05-262-1/+19
* [SPARK-1931] Reconstruct routing tables in Graph.partitionByAnkur Dave2014-05-263-4/+31
* SPARK-1925: Replace '&' with '&&'zsxwing2014-05-261-2/+2
* Fix scalastyle warnings in yarn alphawitgo2014-05-261-1/+2
* [SPARK-1914] [SQL] Simplify CountFunction not to traverse to evaluate all chi...Takuya UESHIN2014-05-262-2/+7
* HOTFIX: Add no-arg SparkContext constructor in JavaPatrick Wendell2014-05-251-0/+6
* [SQL] Minor: Introduce SchemaRDD#aggregate() for simple aggregationsAaron Davidson2014-05-252-2/+24
* SPARK-1903 Document Spark's network connectionsAndrew Ash2014-05-252-89/+222