aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* support customized java options for master, worker, executor, repl shellhaitao.yao2013-02-161-0/+20
* Merge branch 'mesos'haitao.yao2013-02-1660-207/+629
|\
| * 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
| |\ \ \
| | * | | Fixing to match Spark styleguidePatrick Wendell2013-02-051-8/+8
| | * | | Adding an example with an OLAP roll-upPatrick Wendell2013-02-041-0/+66
| | |/ /
| * | | Merge pull request #452 from stephenh/miscMatei Zaharia2013-02-0926-98/+89
| |\ \ \
| | * | | Move JavaRDDLike.coalesce into the right places.Stephen Haberman2013-02-094-5/+15
| | * | | Fix JavaRDDLike.coalesce return type.Stephen Haberman2013-02-091-1/+1
| | * | | Add back return types.Stephen Haberman2013-02-0919-31/+35
| | * | | Remove RDD.coalesce default arguments.Stephen Haberman2013-02-092-7/+1
| | * | | Clean up RDDs, mainly to use getSplits.Stephen Haberman2013-02-0511-59/+30
| | * | | Remove unneeded zipWithIndex.Stephen Haberman2013-02-051-5/+7
| | * | | Add RDD.coalesce.Stephen Haberman2013-02-054-6/+23
| | * | | Add private, minor formatting.Stephen Haberman2013-02-051-21/+14
| * | | | Merge pull request #457 from markhamstra/commutativeJosh Rosen2013-02-091-2/+2
| |\ \ \ \
| | * | | | Add commutative requirement for 'reduce' to Python docstring.Mark Hamstra2013-02-091-2/+2
| |/ / / /
| * | | | Merge pull request #453 from markhamstra/commutativeMatei Zaharia2013-02-093-3/+3
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of https://github.com/mesos/spark into commutativeMark Hamstra2013-02-08282-2463/+18369
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #454 from MLnick/ipythonMatei Zaharia2013-02-071-1/+6
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Adding IPYTHON environment variable support for launching pyspark using ipyth...Nick Pentreath2013-02-071-1/+6
| |/ / / /
| * | | | Merge pull request #450 from stephenh/inlinemergepairMatei Zaharia2013-02-051-6/+4
| |\ \ \ \
| | * | | | Inline mergePair to look more like the narrow dep branch.Stephen Haberman2013-02-051-6/+4
| * | | | | Merge pull request #451 from stephenh/fixdeathpactexceptionMatei Zaharia2013-02-052-19/+13
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' into fixdeathpactexceptionStephen Haberman2013-02-0530-258/+991
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #449 from stephenh/longerdriversuiteMatei Zaharia2013-02-051-1/+2
| |\ \ \ \ \ \
| | * | | | | | Increase DriverSuite timeout.Stephen Haberman2013-02-051-1/+2
| | | |/ / / / | | |/| | | |