aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mrpotes/master'Matei Zaharia2013-06-296-50/+97
|\
| * Fix usage and parameter extractionJames Phillpotts2013-06-253-12/+9
| * Include a default OAuth implementation, and update examples and JavaStreaming...James Phillpotts2013-06-256-28/+81
| * Twitter API v1 is retired - username/password auth no longer possibleJames Phillpotts2013-06-241-15/+1
| * Allow other twitter authorizations than username/passwordJames Phillpotts2013-06-212-9/+20
* | Merge pull request #664 from pwendell/test-fixMatei Zaharia2013-06-271-1/+0
|\ \
| * | Removing incorrect test statementPatrick Wendell2013-06-271-1/+0
* | | Look at JAVA_HOME before PATH to determine Java executableMatei Zaharia2013-06-271-4/+5
* | | Simplify Python docs a little to do substring searchMatei Zaharia2013-06-261-4/+3
* | | Fixes to compute-classpath on WindowsMatei Zaharia2013-06-262-2/+3
* | | Merge pull request #663 from stephenh/option_and_getenvMatei Zaharia2013-06-261-17/+6
|\ \ \
| * | | Wrap lines.Stephen Haberman2013-06-261-1/+3
| * | | Be cute with Option and getenv.Stephen Haberman2013-06-261-17/+4
|/ / /
* | | Don't use forward slash in exclusion for JAR signature filesMatei Zaharia2013-06-251-1/+1
* | | Refactored tests to share SparkContexts in some of themMatei Zaharia2013-06-2510-425/+373
* | | FormattingMatei Zaharia2013-06-251-3/+4
* | | Added a local-cluster mode test to ReplSuiteMatei Zaharia2013-06-251-5/+26
* | | Fix computation of classpath when we launch java directlyMatei Zaharia2013-06-256-107/+189
* | | Some fixes to the launch-java-directly change:Matei Zaharia2013-06-253-31/+138
* | | Fixed deprecated use of expect in SizeEstimatorSuiteMatei Zaharia2013-06-251-36/+36
* | | Merge remote-tracking branch 'cgrothaus/SPARK-698'Matei Zaharia2013-06-253-13/+45
|\ \ \
| * | | Incorporate feedback from mateiz:Christoph Grothaus2013-02-243-25/+16
| * | | Fix SPARK-698. From ExecutorRunner, launch java directly instead via the run ...Christoph Grothaus2013-02-203-4/+45
* | | | Merge pull request #661 from mesos/streamingMatei Zaharia2013-06-2512-103/+148
|\ \ \ \
| * \ \ \ Merge branch 'master' into streamingTathagata Das2013-06-24289-3293/+13250
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Clone the zero value for each key in foldByKeyMatei Zaharia2013-06-232-3/+34
* | | | | Fix search path for REPL class loader to really find added JARsMatei Zaharia2013-06-222-17/+25
* | | | | ADD_JARS environment variable for spark-shellMatei Zaharia2013-06-222-4/+15
* | | | | Merge pull request #648 from shivaram/netty-dbgMatei Zaharia2013-06-227-86/+151
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix some comments and styleShivaram Venkataraman2013-06-135-14/+8
| * | | | Merge branch 'netty-dbg' of github.com:shivaram/spark into netty-dbgShivaram Venkataraman2013-06-124-39/+94
| |\ \ \ \
| | * | | | 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-054-18/+61
| | * | | | 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
| * | | | | Merge branch 'master' of git://github.com/mesos/spark into netty-dbgShivaram Venkataraman2013-06-127-23/+41
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Make connect timeout configurableShivaram Venkataraman2013-05-312-3/+6
| * | | | | Another round of Netty fixes.Shivaram Venkataraman2013-05-314-45/+58
* | | | | | Fix resolution of example code with Maven buildsMatei Zaharia2013-06-221-2/+6
* | | | | | Merge pull request #644 from shimingfei/jobloggerMatei Zaharia2013-06-2211-19/+497
|\ \ \ \ \ \
| * | | | | | small modify in DAGSchedulerMingfei2013-06-211-1/+1
| * | | | | | small format modificationMingfei2013-06-211-2/+2
| * | | | | | some format modificationMingfei2013-06-212-8/+7
| * | | | | | edit according to commentsMingfei2013-06-217-69/+62
| * | | | | | modify sparklister function interface according to commentsMingfei2013-06-134-73/+79
| * | | | | | not check return value of eventQueue.takeMingfei2013-06-081-15/+13
| * | | | | | delete test code for joblogger in SparkContextMingfei2013-06-081-2/+1
| * | | | | | Merge branch 'master' of https://github.com/mesos/sparkMingfei2013-06-083-20/+31
| |\ \ \ \ \ \