aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-2174][MLLIB] treeReduce and treeAggregateXiangrui Meng2014-07-295-15/+98
* [SPARK-2726] and [SPARK-2727] Remove SortOrder and do in-place sort.Reynold Xin2014-07-294-31/+18
* [SPARK-791] [PySpark] fix pickle itemgetter with cloudpickleDavies Liu2014-07-292-2/+9
* [SPARK-2580] [PySpark] keep silent in worker if JVM close the socketDavies Liu2014-07-292-8/+19
* Excess judgmentYadong Qi2014-07-281-1/+1
* Use commons-lang3 in SignalLogger rather than commons-langAaron Davidson2014-07-281-1/+1
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix)Cheng Lian2014-07-2854-96/+1790
* [SPARK-2479][MLlib] Comparing floating-point numbers using relative error in ...DB Tsai2014-07-2810-130/+438
* [SPARK-2523] [SQL] Hadoop table scan bug fixingCheng Hao2014-07-284-115/+138
* [SPARK-1550] [PySpark] Allow SparkContext creation after failed attemptsJosh Rosen2014-07-272-6/+18
* SPARK-2651: Add maven scalastyle pluginRahul Singhal2014-07-272-0/+25
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Patrick Wendell2014-07-2754-1781/+96
* [SPARK-2514] [mllib] Random RDD generatorDoris Xin2014-07-275-0/+940
* [SPARK-1777] Prevent OOMs from single partitionsAndrew Or2014-07-2721-517/+1165
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-2754-96/+1781