aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-2777][MLLIB] change ALS factors storage level to MEMORY_AND_DISKXiangrui Meng2014-07-311-2/+2
* SPARK-2766: ScalaReflectionSuite throw an llegalArgumentException in JDK 6GuoQiang Li2014-07-311-1/+1
* [SPARK-2779] [SQL] asInstanceOf[Map[...]] should use scala.collection.Map ins...Yin Huai2014-07-314-0/+24
* [SPARK-2756] [mllib] Decision tree bug fixesJoseph K. Bradley2014-07-3110-193/+538
* [SPARK-2724] Python version of RandomRDDGeneratorsDoris Xin2014-07-316-36/+348
* [SPARK-2531 & SPARK-2436] [SQL] Optimize the BuildSide when planning Broadcas...Zongheng Yang2014-07-312-28/+55
* SPARK-2282: Reuse Socket for sending accumulator updates to PysparkAaron Davidson2014-07-312-12/+42
* SPARK-2740: allow user to specify ascending and numPartitions for sortBy...Rui Li2014-07-311-0/+11
* Docs: monitoring, streaming programming guidekballou2014-07-312-4/+4
* Improvements to merge_spark_pr.pyJosh Rosen2014-07-311-19/+34
* [SPARK-2523] [SQL] Hadoop table scan bug fixing (fix failing Jenkins maven test)Yin Huai2014-07-316-26/+19
* [SPARK-2511][MLLIB] add HashingTF and IDFXiangrui Meng2014-07-315-0/+454
* SPARK-2646. log4j initialization not quite compatible with log4j 2.xSean Owen2014-07-311-11/+12
* 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