aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1708. Add a ClassTag on Serializer and things that depend on itMatei Zaharia2014-05-1022-72/+103
* [SPARK-1778] [SQL] Add 'limit' transformation to SchemaRDD.Takuya UESHIN2014-05-102-0/+15
* [SQL] Upgrade parquet library.Michael Armbrust2014-05-102-2/+2
* [SPARK-1644] The org.datanucleus:* should not be packaged into spark-assembly...witgo2014-05-102-5/+7
* SPARK-1686: keep schedule() calling in the main threadCodingCat2014-05-091-3/+12
* SPARK-1770: Revert accidental(?) fixAaron Davidson2014-05-091-2/+2
* [SPARK-1760]: fix building spark with maven documentationwitgo2014-05-091-1/+1
* Converted bang to ask to avoid scary warning when a block is removedTathagata Das2014-05-081-1/+1
* MINOR: Removing dead code.Patrick Wendell2014-05-081-1/+0
* SPARK-1775: Unneeded lock in ShuffleMapTask.deserializeInfoSandeep2014-05-081-9/+7
* SPARK-1565 (Addendum): Replace `run-example` with `spark-submit`.Patrick Wendell2014-05-087-65/+37
* [SPARK-1631] Correctly set the Yarn app name when launching the AM.Marcelo Vanzin2014-05-081-3/+3
* [SPARK-1755] Respect SparkSubmit --name on YARNAndrew Or2014-05-082-8/+11
* Include the sbin/spark-config.sh in spark-executorBouke van der Bijl2014-05-081-0/+3
* Bug fix of sparse vector conversionFunes2014-05-082-1/+14
* [SPARK-1157][MLlib] Bug fix: lossHistory should exclude rejection steps, and ...DB Tsai2014-05-082-48/+30
* MLlib documentation fixDB Tsai2014-05-082-5/+5
* [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