aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tweaked run file to live more happily with typesafe's debian packageThomas Dudziak2012-10-221-13/+30
* Bump up version to 0.7.0-SNAPSHOT for master branchMatei Zaharia2012-10-223-4/+4
* Update version to 0.6.1-SNAPSHOT to show this is in developmentMatei Zaharia2012-10-223-4/+4
* Merge branch 'master' into devMatei Zaharia2012-10-210-0/+0
|\
| * Fix sbt assembly's merge rulesMatei Zaharia2012-10-151-2/+10
| * Comment out Sonatype publishing stuff so publish-local worksMatei Zaharia2012-10-102-2/+4
| * Increase version on 0.5 branch to 0.5.2-SNAPSHOTMatei Zaharia2012-10-092-2/+2
| * Change version in REPLv0.5.1Matei Zaharia2012-10-071-1/+1
| * Changes to run script and README to deal with updated Scala version andMatei Zaharia2012-10-073-9/+4
| * Merge pull request #252 from pwendell/0.5-with-sonatypeMatei Zaharia2012-10-076-10/+63
| |\
| | * Adding Sonatype releases to SBT.Patrick Wendell2012-10-076-10/+63
| |/
| * Make reduce logging less verboseMatei Zaharia2012-10-061-3/+4
| * Merge branch 'master' into reduce-loggingMatei Zaharia2012-10-053-13/+30
| |\
| | * Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2012-10-052-12/+29
| | |\
| | | * Merge pull request #246 from shivaram/size-estimator-fix-masterMatei Zaharia2012-10-052-12/+29
| | | |\
| | | | * Fix SizeEstimator tests to work with String classes in JDK 6 and 7Shivaram Venkataraman2012-10-042-12/+29
| | | |/
| | * / Only group elements ten at a time into SequenceFile records inMatei Zaharia2012-10-041-1/+1
| | |/
| * | Let the reducer retry if a fetch fails before reading all recordsMatei Zaharia2012-10-043-22/+43
| * | Add more logging for number of records fetched by each reduceMatei Zaharia2012-10-041-1/+6
| |/
| * Backport sampling fixes from dev (suggested by Henry Milner)Matei Zaharia2012-09-295-45/+54
| * Make error reporting less scary if we can't look up UseCompressedOopsMatei Zaharia2012-09-281-10/+6
| * Look for Kryo registrator using context class loaderMatei Zaharia2012-09-261-1/+2
| * Fixed GrowableAccumulatorParam.zero() to do a copy and to make sure it'sMatei Zaharia2012-09-111-3/+13
| * Merge pull request #175 from squito/collection_accumulatorsMatei Zaharia2012-09-113-5/+51
| |\
| | * Merge branch 'master' into collection_accumulatorsImran Rashid2012-09-116-11/+39
| | |\ | | |/ | |/|
| * | End runJob with a SparkException when a Mesos task fails too many timesMatei Zaharia2012-08-312-0/+4
| * | WordingMatei Zaharia2012-08-301-2/+1
| * | Update sbt build command to create JARsMatei Zaharia2012-08-301-1/+1
| * | Made region used by spark-ec2 configurable.Matei Zaharia2012-08-281-2/+4
| * | Merge pull request #173 from squito/accum_localValueMatei Zaharia2012-08-222-1/+25
| |\ \
| | * | change tests to show utility of localValueImran Rashid2012-08-202-4/+5
| | * | make accumulator.localValue public, add testsImran Rashid2012-08-142-1/+24
| |/ /
| | * fix stupid typo and add documentationImran Rashid2012-09-071-1/+7
| | * add accumulators for mutable collections, with correct typing!Imran Rashid2012-08-173-5/+46
| |/
| * Merge pull request #169 from shivaram/masterMatei Zaharia2012-08-123-44/+193
| |\
| | * Add test-cases for 32-bit and no-compressed oops scenarios.Shivaram Venkataraman2012-08-122-14/+46
| | * Move object size and pointer size initialization into a function to enable un...Shivaram Venkataraman2012-08-121-21/+31
| | * Update test cases to match the new size estimates. Uses 64-bit and compressedShivaram Venkataraman2012-08-112-35/+77
| | * If spark.test.useCompressedOops is set, use that to infer compressed oopsShivaram Venkataraman2012-08-111-0/+3
| | * Use HotSpotDiagnosticMXBean to get if CompressedOops are in use or notShivaram Venkataraman2012-08-111-3/+28
| | * Add link to Java wiki which specifies what changes with compressed oopsShivaram Venkataraman2012-08-111-0/+3
| | * Changes to make size estimator more accurate. Fixes object size, pointer sizeShivaram Venkataraman2012-08-111-4/+38
| |/
| * Merge pull request #151 from dennybritz/fix/examples_jarMatei Zaharia2012-08-0414-13/+21
| |\
| | * updated readmeDenny2012-08-041-1/+2
| | * Renamed EXAMPLES_JAR to SPARK_EXAMPLES_JARDenny2012-08-0413-13/+13
| | * Merge branch 'master' into fix/examples_jarDenny2012-08-0430-193/+468
| | |\ | | |/ | |/|
| * | Made range partition balance tests more aggressive.Matei Zaharia2012-08-031-8/+8
| * | Added a unit test for cross-partition balancing in sort, and changes toMatei Zaharia2012-08-033-41/+84
| * | Fix to #154 (CacheTracker trying to cast a broadcast variable's ID to int)Matei Zaharia2012-08-031-3/+4
| * | Merge pull request #164 from HarveyFeng/masterMatei Zaharia2012-08-031-2/+1
| |\ \