aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
...
| * Refactoring UI packagesPatrick Wendell2013-06-2210-88/+93
| * Import cleanupPatrick Wendell2013-06-225-34/+27
| * Removing twirl filesPatrick Wendell2013-06-2217-496/+8
| * Removing dead codePatrick Wendell2013-06-221-14/+0
| * Some JSON cleanupPatrick Wendell2013-06-223-5/+24
| * Changing JSON protocol and removing spray codePatrick Wendell2013-06-226-100/+64
| * Adding worker version of UIPatrick Wendell2013-06-224-32/+162
| * Some commentsPatrick Wendell2013-06-221-3/+2
| * Cleaning up master web UIPatrick Wendell2013-06-221-108/+93
| * Adding WebUI filePatrick Wendell2013-06-221-0/+104
| * Commenting unfinished partPatrick Wendell2013-06-221-2/+2
| * Spray refactoring for master web UIPatrick Wendell2013-06-222-16/+201
| * Fix in storage status pagePatrick Wendell2013-06-221-10/+12
| * Adding deterministic portPatrick Wendell2013-06-221-12/+10
| * Minor cleanupPatrick Wendell2013-06-221-57/+55
| * Completely hacked version of block manager UI in jettyPatrick Wendell2013-06-222-62/+134
| * Partially working checkpointPatrick Wendell2013-06-224-22/+63
* | Merge pull request #655 from tgravescs/masterMatei Zaharia2013-07-064-0/+8
|\ \
| * | Rework from pull request. Removed --user option from Spark on Yarn Client, ma...Y.CORP.YAHOO.COM\tgraves2013-07-024-20/+5
| * | upmerge with latest mesos/spark master and fix hbase compile with hadoop2-yar...Thomas Graves2013-06-1924-900/+1379
| |\ \
| * | | Add support for Spark on Yarn on a secure Hadoop clusterThomas Graves2013-06-193-0/+23
* | | | Merge pull request #672 from holdenk/masterMatei Zaharia2013-07-061-2/+2
|\ \ \ \
| * | | | s/ActorSystemImpl/ExtendedActorSystem/ as ActorSystemImpl results in a warningHolden Karau2013-07-041-2/+2
* | | | | Merge pull request #674 from liancheng/masterMatei Zaharia2013-07-061-1/+3
|\ \ \ \ \
| * | | | | Bug fix: SPARK-789Lian Cheng2013-07-051-1/+3
| |/ / / /
* | | | | Remove active job from idToActiveJob when job finished or abortedBlackNiuza2013-07-071-0/+2
* | | | | Allow RDD.takeSample to give samples bigger than the RDDMatei Zaharia2013-07-051-20/+24
* | | | | Added a SparkContext accessor to RDDMatei Zaharia2013-07-051-0/+3
* | | | | Clean StageToInfos periodically when spark.cleaner.ttl is enabledjerryshao2013-07-051-2/+6
|/ / / /
* | | | Fixed PySpark perf regression by not using socket.makefile(), and improvedroot2013-07-012-4/+26
* | | | Fix performance bug with new Python code not using buffered streamsroot2013-07-012-17/+19
* | | | Made use of spark.executor.memory setting consistent and documented itMatei Zaharia2013-06-302-17/+18
* | | | Wrap lines.Stephen Haberman2013-06-261-1/+3
* | | | Be cute with Option and getenv.Stephen Haberman2013-06-261-17/+4
* | | | Fix computation of classpath when we launch java directlyMatei Zaharia2013-06-252-16/+34
* | | | Some fixes to the launch-java-directly change:Matei Zaharia2013-06-252-17/+99
* | | | Merge remote-tracking branch 'cgrothaus/SPARK-698'Matei Zaharia2013-06-251-4/+29
|\ \ \ \
| * | | | Incorporate feedback from mateiz:Christoph Grothaus2013-02-241-17/+7
| * | | | Fix SPARK-698. From ExecutorRunner, launch java directly instead via the run ...Christoph Grothaus2013-02-201-4/+39
* | | | | Clone the zero value for each key in foldByKeyMatei Zaharia2013-06-231-3/+12
* | | | | Fix search path for REPL class loader to really find added JARsMatei Zaharia2013-06-221-16/+22
* | | | | Merge pull request #648 from shivaram/netty-dbgMatei Zaharia2013-06-226-86/+126
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix some comments and styleShivaram Venkataraman2013-06-134-12/+7
| * | | | Merge branch 'netty-dbg' of github.com:shivaram/spark into netty-dbgShivaram Venkataraman2013-06-123-39/+68
| |\ \ \ \
| | * | | | Clean up variables and counters in BlockFetcherIteratorShivaram Venkataraman2013-06-061-23/+31
| | * | | | Pass in bufferSize to BufferedOutputStreamShivaram Venkataraman2013-06-051-1/+1
| | * | | | Don't write zero block files with java serializerShivaram Venkataraman2013-06-053-18/+35
| | * | | | var to valShivaram Venkataraman2013-06-031-1/+1
| | * | | | Reuse the file object as it is valid after deleteShivaram Venkataraman2013-06-031-2/+0
| | * | | | Delete a file for a block if it already exists.Shivaram Venkataraman2013-06-031-2/+8