aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesos-streaming' into streamingTathagata Das2013-02-207-50/+103
|\
| * Merge pull request #486 from ScrapCodes/akka-example-bug-fixTathagata Das2013-02-201-1/+1
| |\
| | * A bug fix post merge, following changes to AkkaUtilsPrashant Sharma2013-02-201-1/+1
| * | Merge pull request #481 from pwendell/stream-rdd-type-streamingTathagata Das2013-02-196-19/+146
| |\ \ | | |/ | |/|
| | * Small changes that were missing in mergePatrick Wendell2013-02-192-0/+2
| | * Use RDD type for `slice` operator in Java.Patrick Wendell2013-02-191-2/+2
| | * Use RDD type for `transform` operator in Java.Patrick Wendell2013-02-192-7/+122
| | * Use RDD type for `foreach` operator in Java.Patrick Wendell2013-02-196-11/+21
| |/
| * Merge pull request #476 from tdas/streamingTathagata Das2013-02-1952-862/+2142
| |\
* | | Fixed bug in CheckpointSuiteTathagata Das2013-02-202-6/+6
* | | Merge branch 'mesos-master' into streamingTathagata Das2013-02-206-8/+51
|\ \ \
| * \ \ Merge pull request #482 from woggling/shutdown-exceptionsMatei Zaharia2013-02-193-7/+37
| |\ \ \
| | * | | Pull detection of being in a shutdown hook into utility function.Charles Reiss2013-02-192-14/+23
| | * | | Catch/log errors deleting temp dirsCharles Reiss2013-02-191-1/+5
| | * | | Paranoid uncaught exception handling for exceptions during shutdownCharles Reiss2013-02-191-6/+23
| * | | | Merge pull request #484 from andyk/masterMatei Zaharia2013-02-192-1/+2
| |\ \ \ \
| | * | | | Fixes link to issue tracker in documentation page "Contributing to Spark".Andy Konwinski2013-02-192-1/+2
| | |/ / /
| * | | | Merge pull request #483 from rxin/splitpruningrdd2Matei Zaharia2013-02-191-0/+12
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Added a method to create PartitionPruningRDD.Reynold Xin2013-02-191-0/+12
| |/ / /
* | | / Merge branch 'mesos-master' into streamingTathagata Das2013-02-20109-893/+1408
|\| | | | |_|/ |/| |
| * | Merge pull request #477 from shivaram/ganglia-port-changeMatei Zaharia2013-02-181-1/+8
| |\ \
| | * | Print cluster url after setup completesShivaram Venkataraman2013-02-181-0/+5
| | * | Print ganglia url after setupShivaram Venkataraman2013-02-181-0/+2
| | * | Use port 5080 for httpd/gangliaShivaram Venkataraman2013-02-181-1/+1
| |/ /
| * | Rename "jobs" to "applications" in the standalone clusterMatei Zaharia2013-02-1734-295/+299
| * | Renamed "splits" to "partitions"Matei Zaharia2013-02-1748-390/+405
| * | Clean up EC2 script options a bitMatei Zaharia2013-02-171-9/+12
| * | Change EC2 script to use 0.6 AMIs by default, for nowMatei Zaharia2013-02-171-5/+5
| * | Merge pull request #421 from shivaram/spark-ec2-changeMatei Zaharia2013-02-172-15/+59
| |\ \
| | * | Turn on ganglia by defaultShivaram Venkataraman2013-01-311-1/+1
| | * | Add an option to use the old scriptsShivaram Venkataraman2013-01-281-13/+30
| | * | Add option to start ganglia. Also enable Hadoop ports even if cluster type isShivaram Venkataraman2013-01-271-8/+15
| | * | Fix swap variable nameShivaram Venkataraman2013-01-271-1/+1
| | * | Update spark_ec2.py to use new spark-ec2 scriptsShivaram Venkataraman2013-01-262-12/+32
| * | | Merge pull request #471 from stephenh/parallelrddMatei Zaharia2013-02-163-34/+29
| |\ \ \
| | * | | Move ParallelCollection into spark.rdd package.Stephen Haberman2013-02-163-34/+29
| * | | | Merge pull request #470 from stephenh/morekMatei Zaharia2013-02-166-10/+10
| |\ \ \ \
| | * | | | Make CoGroupedRDDs explicitly have the same key type.Stephen Haberman2013-02-166-10/+10
| | |/ / /
| * | | | Merge pull request #469 from stephenh/samepartitionercombineMatei Zaharia2013-02-162-1/+26
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Add assertion about dependencies.Stephen Haberman2013-02-162-4/+14
| | * | | Avoid a shuffle if combineByKey is passed the same partitioner.Stephen Haberman2013-02-162-1/+16
| |/ / /
| * | | Merge pull request #467 from squito/executor_job_idMatei Zaharia2013-02-152-3/+4
| |\ \ \
| | * | | use appid instead of frameworkid; simplify stupid conditionImran Rashid2013-02-131-2/+2
| | * | | include jobid in Executor commandline argsImran Rashid2013-02-132-3/+4
| * | | | Merge pull request #466 from pwendell/java-stream-transformTathagata Das2013-02-142-2/+77
| |\ \ \ \
| | * | | | STREAMING-50: Support transform workaround in JavaPairDStreamPatrick Wendell2013-02-122-2/+77
| | |/ / /
| * | | | Merge pull request #461 from JoshRosen/fix/issue-tracker-linkMatei Zaharia2013-02-131-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Update issue tracker link in contributing guide.Josh Rosen2013-02-101-1/+1
| * | | | Merge pull request #464 from pwendell/java-type-fixMatei Zaharia2013-02-113-9/+168
| |\ \ \ \
| | * | | | Using tuple swap()Patrick Wendell2013-02-111-2/+2