aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix PEP8 violations in Python mllib.Reynold Xin2014-05-258-88/+78
* Python docstring update for sql.py.Reynold Xin2014-05-251-61/+63
* Fix PEP8 violations in examples/src/main/python.Reynold Xin2014-05-256-19/+25
* Added license header for tox.ini.Reynold Xin2014-05-251-0/+15
* SPARK-1822: Some minor cleanup work on SchemaRDD.count()Reynold Xin2014-05-254-7/+10
* Added PEP8 style configuration file.Reynold Xin2014-05-251-0/+2
* [SPARK-1822] SchemaRDD.count() should use query optimizerKan Zhang2014-05-255-8/+32
* spark-submit: add exec at the end of the scriptColin Patrick Mccabe2014-05-241-1/+1
* [SPARK-1913][SQL] Bug fix: column pruning error in Parquet supportCheng Lian2014-05-244-11/+22
* [SPARK-1886] check executor id existence when executor exitZhen Peng2014-05-241-8/+14
* SPARK-1911: Emphasize that Spark jars should be built with Java 6.Patrick Wendell2014-05-241-21/+31
* [SPARK-1900 / 1918] PySpark on YARN is brokenAndrew Or2014-05-249-47/+323
* Update LBFGSSuite.scalabaishuo(白硕)2014-05-231-2/+2
* Updated scripts for auditing releasesTathagata Das2014-05-2211-6/+547
* [SPARK-1896] Respect spark.master (and --master) before MASTER in spark-shellAndrew Or2014-05-221-3/+2
* [SPARK-1897] Respect spark.jars (and --jars) in spark-shellAndrew Or2014-05-221-1/+7
* Fix UISuite unit test that fails under Jenkins contentionAaron Davidson2014-05-221-3/+4
* [SPARK-1870] Make spark-submit --jars work in yarn-cluster mode.Xiangrui Meng2014-05-223-55/+19
* Configuration documentation updatesReynold Xin2014-05-211-89/+105
* [SPARK-1889] [SQL] Apply splitConjunctivePredicates to join condition while f...Takuya UESHIN2014-05-212-6/+24
* [SPARK-1519] Support minPartitions param of wholeTextFiles() in PySparkKan Zhang2014-05-211-2/+10
* [Typo] Stoped -> StoppedAndrew Or2014-05-211-1/+1
* [Minor] Move JdbcRDDSuite to the correct packageAndrew Or2014-05-211-6/+6