aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-2749 [BUILD] Part 2. Fix a follow-on scalastyle errorSean Owen2014-07-311-3/+4
* SPARK-2664. Deal with `--conf` options in spark-submit that relate to fl...Sandy Ryza2014-07-313-15/+38
* SPARK-2028: Expose mapPartitionsWithInputSplit in HadoopRDDAaron Davidson2014-07-317-11/+222
* [SPARK-2397][SQL] Deprecate LocalHiveContextMichael Armbrust2014-07-316-12/+30
* [SPARK-2743][SQL] Resolve original attributes in ParquetTableScanMichael Armbrust2014-07-313-17/+28
* [SPARK-2762] SparkILoop leaks memory in multi-repl configurationsTimothy Hunter2014-07-311-19/+20
* automatically set master according to `spark.master` in `spark-defaults....CrazyJvm2014-07-301-3/+0
* [SPARK-2497] Included checks for module symbols too.Prashant Sharma2014-07-301-11/+9
* [SPARK-2737] Add retag() method for changing RDDs' ClassTags.Josh Rosen2014-07-303-0/+42
* [SPARK-2340] Resolve event logging and History Server paths properlyAndrew Or2014-07-307-29/+28
* Required AM memory is "amMem", not "args.amMemory"derek ma2014-07-301-1/+1
* [SPARK-2758] UnionRDD's UnionPartition should not reference parent RDDsReynold Xin2014-07-302-11/+42
* SPARK-2045 Sort-based shuffleMatei Zaharia2014-07-3035-159/+1969
* Update DecisionTreeRunner.scalastrat0sphere2014-07-301-1/+1
* SPARK-2341 [MLLIB] loadLibSVMFile doesn't handle regression datasetsSean Owen2014-07-308-154/+46
* [SPARK-2734][SQL] Remove tables from cache when DROP TABLE is run.Michael Armbrust2014-07-304-1/+74
* SPARK-2741 - Publish version of spark assembly which does not contain HiveBrock Noland2014-07-301-0/+2
* SPARK-2749 [BUILD]. Spark SQL Java tests aren't compiling in Jenkins' Maven b...Sean Owen2014-07-3010-0/+50
* Properly pass SBT_MAVEN_PROFILES into sbt.Reynold Xin2014-07-301-14/+13
* Set AMPLAB_JENKINS_BUILD_PROFILE.Reynold Xin2014-07-301-0/+12
* Wrap JAR_DL in dev/check-license.Reynold Xin2014-07-301-2/+2
* [SPARK-2024] Add saveAsSequenceFile to PySparkKan Zhang2014-07-3014-186/+1085
* dev/check-license wrap folders in quotes.Reynold Xin2014-07-301-5/+5
* [SQL] Fix compiling of catalyst docs.Michael Armbrust2014-07-301-1/+4
* More wrapping FWDIR in quotes.Reynold Xin2014-07-303-3/+3
* Wrap FWDIR in quotes in dev/check-license.Reynold Xin2014-07-301-1/+1
* Wrap FWDIR in quotes.Reynold Xin2014-07-301-1/+1
* [SPARK-2746] Set SBT_MAVEN_PROFILES only when it is not set explicitly by the...Reynold Xin2014-07-301-1/+4
* [SPARK-2544][MLLIB] Improve ALS algorithm resource usageGuoQiang Li2014-07-301-0/+6
* Avoid numerical instabilityNaftali Harris2014-07-301-1/+2
* [SPARK-2747] git diff --dirstat can miss sql changes and not run Hive testsReynold Xin2014-07-301-1/+1
* [SPARK-2521] Broadcast RDD object (instead of sending it along with every task)Reynold Xin2014-07-3012-302/+198
* SPARK-2748 [MLLIB] [GRAPHX] Loss of precision for small arguments to Math.exp...Sean Owen2014-07-302-6/+8
* SPARK-2543: Allow user to set maximum Kryo buffer sizeKoert Kuipers2014-07-303-5/+44
* [SPARK-2179][SQL] Public API for DataTypes and SchemaYin Huai2014-07-3061-386/+3442
* [SPARK-2260] Fix standalone-cluster mode, which was brokenAndrew Or2014-07-2916-51/+93
* [SQL] Handle null values in debug()Michael Armbrust2014-07-291-1/+3
* [SPARK-2568] RangePartitioner should run only one job if data is balancedXiangrui Meng2014-07-293-19/+171
* [SPARK-2054][SQL] Code Generation for Expression EvaluationMichael Armbrust2014-07-2953-297/+1889
* [SPARK-2305] [PySpark] Update Py4J to version 0.8.2.1Josh Rosen2014-07-299-8/+8
* [SPARK-2631][SQL] Use SQLConf to configure in-memory columnar cachingMichael Armbrust2014-07-292-2/+4
* [SPARK-2716][SQL] Don't check resolved for having filters.Michael Armbrust2014-07-293-1/+140
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-07-290-0/+0
* [SPARK-2393][SQL] Cost estimation optimization framework for Catalyst logical...Zongheng Yang2014-07-2918-124/+256
* [SPARK-2082] stratified sampling in PairRDDFunctions that guarantees exact sa...Doris Xin2014-07-297-16/+656
* [SPARK-2674] [SQL] [PySpark] support datetime type for SchemaRDDDavies Liu2014-07-294-44/+68
* [SPARK-2730][SQL] When retrieving a value from a Map, GetItem evaluates key t...Yin Huai2014-07-291-1/+0
* [SQL]change some test listsDaoyuan2014-07-291-5/+1
* [STREAMING] SPARK-1729. Make Flume pull data from source, rather than the cur...Hari Shreedharan2014-07-2918-13/+1524
* Minor indentation and comment typo fixes.Aaron Staple2014-07-292-13/+13