aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [Docs] Correct example of creating a new SparkConfAndrew Or2014-05-211-1/+1
* [SPARK-1250] Fixed misleading comments in bin/pyspark, bin/spark-classSumedh Mungee2014-05-212-2/+2
* [Hotfix] Blacklisted flaky HiveCompatibility testTathagata Das2014-05-201-2/+4
* [Spark 1877] ClassNotFoundException when loading RDD with serialized objectsTathagata Das2014-05-191-1/+1
* [SPARK-1874][MLLIB] Clean up MLlib sample dataXiangrui Meng2014-05-196-2/+2138
* SPARK-1689: Spark application should die when removed by MasterAaron Davidson2014-05-191-0/+2
* [SPARK-1875]NoClassDefFoundError: StringUtils when building with hadoop 1.x a...witgo2014-05-192-10/+1
* SPARK-1879. Increase MaxPermSize since some of our builds have many classesMatei Zaharia2014-05-193-5/+7
* SPARK-1878: Fix the incorrect initialization orderzsxwing2014-05-192-3/+7
* [SPARK-1876] Windows fixes to deal with latest distribution layout changesMatei Zaharia2014-05-197-30/+81
* [WIP][SPARK-1871][MLLIB] Improve MLlib guide for v1.0Xiangrui Meng2014-05-1810-90/+153
* SPARK-1873: Add README.md file when making distributionsPatrick Wendell2014-05-181-0/+1
* Fix spark-submit path in spark-shell & pysparkNeville Li2014-05-182-5/+5
* Make deprecation warning less severePatrick Wendell2014-05-161-6/+6
* [SPARK-1824] Remove <master> from Python examplesAndrew Or2014-05-1612-72/+77
* [SPARK-1808] Route bin/pyspark through Spark submitAndrew Or2014-05-1610-34/+107
* Version bump of spark-ec2 scriptsPatrick Wendell2014-05-161-1/+1
* SPARK-1864 Look in spark conf instead of system properties when propagating c...Michael Armbrust2014-05-161-4/+5
* Tweaks to Mesos docsMatei Zaharia2014-05-161-37/+34
* SPARK-1487 [SQL] Support record filtering via predicate pushdown in ParquetAndre Schumacher2014-05-165-51/+731
* [SQL] Implement between in hqlMichael Armbrust2014-05-163-0/+21
* bugfix: overflow of graphx Edge compare functionZhen Peng2014-05-162-2/+47
* HOTFIX: Duplication of hbase versionPatrick Wendell2014-05-151-1/+0
* SPARK-1862: Support for MapR in the Maven build.Patrick Wendell2014-05-151-1/+35
* [Spark-1461] Deferred Expression Evaluation (short-circuit evaluation)Cheng Hao2014-05-152-22/+53
* SPARK-1860: Do not cleanup application work/ directories by defaultAaron Davidson2014-05-152-3/+4
* Typos in SparkHuajian Mao2014-05-152-2/+2