aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increase SLF4j version in Maven tooMatei Zaharia2013-06-301-1/+1
* Update docs on SCALA_LIBRARY_PATHMatei Zaharia2013-06-302-13/+9
* Made use of spark.executor.memory setting consistent and documented itMatei Zaharia2013-06-305-34/+43
* Merge pull request #577 from skumargithub/masterMatei Zaharia2013-06-291-0/+50
|\
| * Removed unused code, clarified intent of the program, batch size to 1 secondunknown2013-05-061-5/+3
| * Modified as per TD's suggestionsunknown2013-04-301-17/+6
| * Examaple of cumulative counting using updateStateByKeyunknown2013-04-221-0/+63
* | Remove Twitter4J specific repo since it's in Maven centralMatei Zaharia2013-06-292-13/+1
* | Initialize Twitter4J OAuth from system properties instead of promptingMatei Zaharia2013-06-294-38/+23
* | 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