aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Code review feedback.Reynold Xin2013-11-037-25/+100
* Fixed a bug that uses twice amount of memory for the primitive arrays due to ...Reynold Xin2013-11-029-30/+38
* Merge branch 'master' into hash1Reynold Xin2013-11-0289-3384/+2309
|\
| * Add local: URI support to addFile as wellEvan Chan2013-11-011-1/+2
| * Merge pull request #117 from stephenh/avoid_concurrent_modification_exceptionMatei Zaharia2013-10-302-3/+12
| |\
| | * Avoid match errors when filtering for spark.hadoop settings.Stephen Haberman2013-10-301-2/+4
| | * Use Properties.clone() instead.Stephen Haberman2013-10-291-5/+2
| | * Handle ConcurrentModificationExceptions in SparkContext init.Stephen Haberman2013-10-272-3/+13
| * | Merge pull request #126 from kayousterhout/local_fixMatei Zaharia2013-10-301-1/+1
| |\ \
| | * | Fixed incorrect log message in local schedulerKay Ousterhout2013-10-301-1/+1
| * | | Merge pull request #124 from tgravescs/sparkHadoopUtilFixMatei Zaharia2013-10-307-37/+41
| |\ \ \
| | * | | move the hadoopJobMetadata back into SparkEnvtgravescs2013-10-303-10/+8
| | * | | Merge remote-tracking branch 'upstream/master' into sparkHadoopUtilFixtgravescs2013-10-302-57/+99
| | |\| |
| | * | | Remove SparkHadoopUtil stuff from SparkEnvtgravescs2013-10-297-32/+38
| * | | | Merge pull request #125 from velvia/2013-10/local-jar-uriMatei Zaharia2013-10-302-1/+21
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Add support for local:// URI scheme for addJars()Evan Chan2013-10-302-1/+21
| | |/ /
| * | | Extract BlockInfo classes from BlockManager.Josh Rosen2013-10-292-75/+97
| * | | Store fewer BlockInfo fields for shuffle blocks.Josh Rosen2013-10-291-7/+25
| * | | Restructure BlockInfo fields to reduce memory use.Josh Rosen2013-10-271-15/+17
| |/ /
| * | Merge pull request #112 from kayousterhout/ui_task_attempt_idMatei Zaharia2013-10-271-2/+3
| |\ \
| | * | Display both task ID and task index in UIKay Ousterhout2013-10-261-2/+3
| | |/
| * | Use flag instead of name check.Aaron Davidson2013-10-261-2/+1
| * | Eliminate extra memory usage when shuffle file consolidation is disabledAaron Davidson2013-10-262-5/+13
| * | Merge pull request #108 from alig/masterMatei Zaharia2013-10-255-7/+108
| |\ \
| | * | fixing comments on PRAli Ghodsi2013-10-253-29/+18
| | * | Makes Spark SIMR ready.Ali Ghodsi2013-10-245-4/+116
| * | | Merge pull request #102 from tdas/transformMatei Zaharia2013-10-253-0/+81
| |\ \ \
| | * \ \ Merge branch 'apache-master' into transformTathagata Das2013-10-256-0/+87
| | |\ \ \
| | * \ \ \ Merge branch 'apache-master' into transformTathagata Das2013-10-2413-8/+164
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Added JavaStreamingContext.transformTathagata Das2013-10-241-0/+11
| | * | | | Removed Function3.call() based on Josh's comment.Tathagata Das2013-10-231-2/+0
| | * | | | Merge branch 'apache-master' into transformTathagata Das2013-10-2257-3105/+1565
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Fixed bug in Java transformWith, added more Java testcases for transform and ...Tathagata Das2013-10-222-3/+3
| | * | | | Updated TransformDStream to allow n-ary DStream transform. Added transformWit...Tathagata Das2013-10-212-0/+72
| * | | | | Merge pull request #111 from kayousterhout/ui_nameMatei Zaharia2013-10-252-3/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Properly display the name of a stage in the UI.Kay Ousterhout2013-10-252-3/+1
| | | |_|/ | | |/| |
| * | | | Spacing fixPatrick Wendell2013-10-241-2/+2
| * | | | Adding Java versions and associated testsPatrick Wendell2013-10-245-1/+55
| * | | | Adding testsPatrick Wendell2013-10-241-13/+0
| * | | | Always use a shufflePatrick Wendell2013-10-241-15/+7
| * | | | Add a `repartition` operator.Patrick Wendell2013-10-242-0/+54
| |/ / /
| * | | Merge pull request #93 from kayousterhout/ui_new_stateMatei Zaharia2013-10-2310-8/+130
| |\ \ \
| | * | | Clear akka frame size property in testsKay Ousterhout2013-10-231-2/+6
| | * | | Fixed broken testsKay Ousterhout2013-10-231-4/+3
| | * | | Merge remote-tracking branch 'upstream/master' into ui_new_stateKay Ousterhout2013-10-2344-668/+854
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Shorten GETTING_RESULT to GET_RESULTKay Ousterhout2013-10-221-1/+1
| | * | | Show "GETTING_RESULTS" state in UI.Kay Ousterhout2013-10-2110-5/+124
| * | | | Add unpersist() to JavaDoubleRDD and JavaPairRDD.Josh Rosen2013-10-233-0/+34
| | |/ / | |/| |
| * | | Remove redundant Java Function call() definitionsJosh Rosen2013-10-228-32/+4
| * | | Formatting cleanupPatrick Wendell2013-10-221-3/+5