aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "[maven-release-plugin] prepare release v1.0.0-rc7"Patrick Wendell2014-05-1621-24/+24
* Revert "[maven-release-plugin] prepare for next development iteration"Patrick Wendell2014-05-1621-22/+22
* SPARK-1862: Support for MapR in the Maven build.Patrick Wendell2014-05-151-1/+34
* [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
* Fixes a misplaced comment.Prashant Sharma2014-05-151-2/+2
* [SQL] Fix tiny/small ints from HiveMetastore.Michael Armbrust2014-05-151-2/+4
* SPARK-1803 Replaced colon in filenames with a dashStevo Slavić2014-05-1516-15/+15
* SPARK-1851. Upgrade Avro dependency to 1.7.6 so Spark can read Avro file...Sandy Ryza2014-05-151-1/+1
* [SPARK-1741][MLLIB] add predict(JavaRDD) to RegressionModel, ClassificationMo...Xiangrui Meng2014-05-156-2/+76
* [SPARK-1819] [SQL] Fix GetField.nullable.Takuya UESHIN2014-05-152-1/+14
* [SPARK-1845] [SQL] Use AllScalaRegistrar for SparkSqlSerializer to register s...Takuya UESHIN2014-05-154-26/+66
* SPARK-1846 Ignore logs directory in RAT checksAndrew Ash2014-05-151-0/+1
* HOTFIX: Don't build Javadoc in Maven when creating releases.Patrick Wendell2014-05-151-2/+4
* [maven-release-plugin] prepare for next development iterationPatrick Wendell2014-05-1521-22/+22
* [maven-release-plugin] prepare release v1.0.0-rc7Patrick Wendell2014-05-1521-24/+24
* Revert "[maven-release-plugin] prepare release v1.0.0-rc6"Patrick Wendell2014-05-1421-24/+24
* Revert "[maven-release-plugin] prepare for next development iteration"Patrick Wendell2014-05-1421-22/+22
* fix different versions of commons-lang dependency and apache/spark#746 addendumwitgo2014-05-142-5/+15
* Package docsPrashant Sharma2014-05-1451-1/+1116
* Documentation: Encourage use of reduceByKey instead of groupByKey.Patrick Wendell2014-05-144-0/+32
* Add language tabs and Python version to interactive part of quick-startMatei Zaharia2014-05-142-20/+133
* [SPARK-1840] SparkListenerBus prints out scary error message when terminated ...Tathagata Das2014-05-141-0/+2
* default task number misleading in several placesChen Chao2014-05-141-8/+10
* [SPARK-1826] fix the head notation of package object dslwangfei2014-05-141-9/+12
* [Typo] propertes -> propertiesandrewor142014-05-141-1/+1
* [SPARK-1696][MLLIB] use alpha in dense dsprXiangrui Meng2014-05-141-1/+1
* [FIX] do not load defaults when testing SparkConf in pysparkXiangrui Meng2014-05-141-1/+1
* SPARK-1833 - Have an empty SparkContext constructor.Patrick Wendell2014-05-141-0/+6
* SPARK-1829 Sub-second durations shouldn't round to "0 s"Andrew Ash2014-05-141-0/+6
* Fix: sbt test throw an java.lang.OutOfMemoryError: PermGen spacewitgo2014-05-142-0/+6
* [maven-release-plugin] prepare for next development iterationPatrick Wendell2014-05-1421-22/+22
* [maven-release-plugin] prepare release v1.0.0-rc6Patrick Wendell2014-05-1421-24/+24
* Adding back hive supportPatrick Wendell2014-05-141-3/+3
* Revert "[maven-release-plugin] prepare release v1.0.0-rc5"Patrick Wendell2014-05-1421-22/+22
* Revert "[maven-release-plugin] prepare for next development iteration"Patrick Wendell2014-05-1421-22/+22
* [SPARK-1620] Handle uncaught exceptions in function run by Akka schedulerMark Hamstra2014-05-145-18/+36
* SPARK-1828: Created forked version of hive-exec that doesn't bundle other dep...Patrick Wendell2014-05-142-6/+6
* SPARK-1818 Freshen Mesos documentationAndrew Ash2014-05-142-28/+174
* SPARK-1827. LICENSE and NOTICE files need a refresh to contain transitive dep...Sean Owen2014-05-143-6/+671
* Fixed streaming examples docs to use run-example instead of spark-submitTathagata Das2014-05-1418-95/+130
* [SPARK-1769] Executor loss causes NPE race conditionAndrew Or2014-05-145-26/+35
* Fix dep exclusion: avro-ipc, not avro, depends on netty.Marcelo Vanzin2014-05-141-6/+4
* SPARK-1801. expose InterruptibleIterator and TaskKilledException in deve...Koert Kuipers2014-05-142-3/+11
* [SQL] Improve column pruning.Michael Armbrust2014-05-131-5/+11
* Revert "[SPARK-1784] Add a new partitioner to allow specifying # of keys per ...Patrick Wendell2014-05-132-95/+0
* Implement ApproximateCountDistinct for SparkSqllarvaboy2014-05-135-7/+122
* [SPARK-1784] Add a new partitioner to allow specifying # of keys per partitionSyed Hashmi2014-05-132-0/+95
* [SQL] Make it possible to create Java/Python SQLContexts from an existing Sca...Michael Armbrust2014-05-132-4/+7