aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added add jars functionality to new repl, which was dropped while merging wit...Prashant Sharma2013-07-123-4/+11
* Removed an unnecessary test casePrashant Sharma2013-07-111-101/+0
* Removed some unnecessary code and fixed dependenciesPrashant Sharma2013-07-113-10/+6
* Merge branch 'master' into master-mergePrashant Sharma2013-07-03228-2760/+11461
|\
| * Merge pull request #666 from c0s/masterMatei Zaharia2013-07-011-0/+5
| |\
| | * Fixing missed hbase dependency in examples hadoop2-yarn profileKonstantin Boudnik2013-07-011-0/+5
| |/
| * Clarify that PySpark is not supported on Windowsroot2013-07-011-3/+2
| * Fixed PySpark perf regression by not using socket.makefile(), and improvedroot2013-07-013-22/+50
| * Fix performance bug with new Python code not using buffered streamsroot2013-07-012-17/+19
| * 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