aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1754] [SQL] Add missing arithmetic DSL operations.Takuya UESHIN2014-05-082-1/+19
* Fixing typo in als.pyEvan Sparks2014-05-081-1/+1
* [SPARK-1745] Move interrupted flag from TaskContext constructor (minor)Andrew Or2014-05-085-22/+17
* SPARK-1565, update examples to be used with spark-submit script.Prashant Sharma2014-05-0856-480/+405
* [SQL] Improve SparkSQL AggregatesMichael Armbrust2014-05-084-10/+96
* Use numpy directly for matrix multiply.Evan Sparks2014-05-081-8/+7
* SPARK-1668: Add implicit preference as an option to examples/MovieLensALSSandeep2014-05-081-9/+46
* SPARK-1544 Add support for deep decision trees.Manish Amde2014-05-075-33/+177
* Update GradientDescentSuite.scalabaishuo(白硕)2014-05-071-3/+3
* [SPARK-1743][MLLIB] add loadLibSVMFile and saveAsLibSVMFile to pysparkXiangrui Meng2014-05-072-2/+178
* SPARK-1569 Spark on Yarn, authentication broken by pr299Thomas Graves2014-05-071-19/+30
* [SPARK-1688] Propagate PySpark worker stderr to driverAndrew Or2014-05-074-101/+123
* Typo fix: fetchting -> fetchingAndrew Ash2014-05-071-1/+1
* Nicer logging for SecurityManager startupAndrew Ash2014-05-071-2/+3
* [SQL] Fix Performance Issue in data type castingCheng Hao2014-05-071-1/+1
* SPARK-1579: Clean up PythonRDD and avoid swallowing IOExceptionsAaron Davidson2014-05-075-107/+141
* [SPARK-1460] Returning SchemaRDD instead of normal RDD on Set operations...Kan Zhang2014-05-077-22/+246
* [WIP][Spark-SQL] Optimize the Constant Folding for ExpressionCheng Hao2014-05-0714-32/+1502
* SPARK-1746: Support setting SPARK_JAVA_OPTS on executors for backwards compat...Patrick Wendell2014-05-071-2/+9
* [HOTFIX] SPARK-1637: There are some Streaming examples added after the PR #57...Sandeep2014-05-062-6/+4
* Proposal: clarify Scala programming guide on caching ...Ethan Jewett2014-05-061-3/+5
* SPARK-1727. Correct small compile errors, typos, and markdown issues in (prim...Sean Owen2014-05-0617-68/+97
* SPARK-1637: Clean up examples for 1.0Sandeep2014-05-0640-72/+69
* SPARK-1737: Warn rather than fail when Java 7+ is used to create distributionsPatrick Wendell2014-05-061-10/+10
* [SPARK-1549] Add Python support to spark-submitMatei Zaharia2014-05-0616-194/+505
* SPARK-1734: spark-submit throws an exception: Exception in thread "main"...witgo2014-05-061-1/+1
* [SPARK-1685] Cancel retryTimer on restart of Worker or AppClientMark Hamstra2014-05-062-8/+15
* Fix two download suggestions in the docs:Patrick Wendell2014-05-062-31/+13
* SPARK-1474: Spark on yarn assembly doesn't include AmIpFilterThomas Graves2014-05-063-2/+30
* Update OpenHashSet.scalaArcherShao2014-05-061-2/+2
* [SQL] SPARK-1732 - Support for null primitive values.Michael Armbrust2014-05-057-5/+122
* [SPARK-1735] Add the missing special profiles to make-distribution.shAndrew Or2014-05-051-20/+27
* [SPARK-1678][SPARK-1679] In-memory compression bug fix and made compression c...Cheng Lian2014-05-0517-26/+105
* [SPARK-1594][MLLIB] Cleaning up MLlib APIs and guideXiangrui Meng2014-05-0539-329/+390
* Expose SparkListeners and relevant classes as DeveloperApiAndrew Or2014-05-0511-33/+78
* SPARK-1728. JavaRDDLike.mapPartitionsWithIndex requires ClassTagSandy Ryza2014-05-051-2/+2
* [SPARK-1681] Include datanucleus jars in Spark Hive distributionAndrew Or2014-05-052-29/+40
* [SPARK-1504], [SPARK-1505], [SPARK-1558] Updated Spark Streaming guideTathagata Das2014-05-0510-146/+360
* SPARK-1721: Reset the thread classLoader in the Mesos ExecutorBouke van der Bijl2014-05-052-4/+3
* SPARK-1556. jets3t dep doesn't update properly with newer Hadoop versionsSean Owen2014-05-054-52/+94
* Updated doc for spark.closure.serializer to indicate only Java serializer work.Reynold Xin2014-05-051-2/+1
* Address SPARK-1717msiddalingaiah2014-05-041-3/+3
* SPARK-1710: spark-submit should print better errors than "InvocationTargetExc...Sandeep2014-05-041-2/+10
* EC2 script should exit with non-zero code on UsageErrorAllan Douglas R. de Oliveira2014-05-041-0/+1
* SPARK-1693: Most of the tests throw a java.lang.SecurityException when s...witgo2014-05-041-0/+8
* SPARK-1629. Addendum: Depend on commons lang3 (already used by tachyon) as it...Sean Owen2014-05-044-3/+12
* SPARK-1703 Warn users if Spark is run on JRE6 but compiled with JDK7.Patrick Wendell2014-05-043-1/+36
* SPARK-1663. (Addendum) Fix signature of one version of JavaPairRDDStream.redu...Sean Owen2014-05-041-1/+1
* SPARK-1658: Correctly identify if maven is installed and workingRahul Singhal2014-05-041-2/+3
* The default version of yarn is equal to the hadoop versionwitgo2014-05-034-12/+18