aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes link to issue tracker in documentation page "Contributing to Spark".Andy Konwinski2013-02-192-1/+2
* 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
| * | | small fixPatrick Wendell2013-02-111-2/+2
| * | | Fix for MapPartitionsPatrick Wendell2013-02-112-17/+54
| * | | Fix for flatmapPatrick Wendell2013-02-112-2/+44
| * | | Indentation fixPatrick Wendell2013-02-111-10/+10
| * | | Initial cut at replacing K, V in Java filesPatrick Wendell2013-02-113-2/+82
| |/ /
* | | Merge pull request #465 from pwendell/java-sort-fixMatei Zaharia2013-02-111-1/+1
|\ \ \
| * | | SPARK-696: sortByKey should use 'ascending' parameterPatrick Wendell2013-02-111-1/+1
| |/ /
* | | Formatting fixesMatei Zaharia2013-02-111-13/+9
* | | Fixed an exponential recursion that could happen with doCheckpoint dueMatei Zaharia2013-02-112-12/+37
* | | Some bug and formatting fixes to FTMatei Zaharia2013-02-105-16/+21
* | | Detect hard crashes of workers using a heartbeat mechanism.root2013-02-108-7/+62
* | | Use a separate memory setting for standalone cluster daemonsMatei Zaharia2013-02-103-1/+29
* | | Tweak web UI so that people don't get confused about master URL formatMatei Zaharia2013-02-105-11/+14
* | | Update Windows scripts to launch daemons with less RAM and fix a fewMatei Zaharia2013-02-102-6/+19
|/ /
* | Merge pull request #460 from markhamstra/404Matei Zaharia2013-02-101-1/+1
|\ \
| * | Fixed a 404 -- missing '.html'Mark Hamstra2013-02-101-1/+1
* | | Merge pull request #448 from squito/fetch_maxBytesInFlightMatei Zaharia2013-02-091-1/+1
|\ \ \
| * | | add as many fetch requests as we can, subject to maxBytesInFlightImran Rashid2013-02-051-1/+1
* | | | Merge pull request #446 from pwendell/olap-exampleMatei Zaharia2013-02-091-0/+66
|\ \ \ \