aboutsummaryrefslogtreecommitdiff
path: root/external/twitter/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11245] update twitter4j to 4.0.4 versiondima2015-10-241-1/+1
* [SPARK-10547] [TEST] Streamline / improve style of Java API testsSean Owen2015-09-121-3/+1
* [SPARK-10227] fatal warnings with sbt on Scala 2.11Luc Bourlier2015-09-091-1/+1
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-291-3/+3
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-091-1/+1
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-031-1/+1
* SPARK-4682 [CORE] Consolidate various 'Clock' classesSean Owen2015-02-191-1/+1
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-061-3/+2
* [SPARK-1010] Clean up uses of System.setProperty in unit testsJosh Rosen2014-12-301-2/+6
* SPARK-3962 Marked scope as provided for external projects.Prashant Sharma2014-11-192-4/+54
* [SPARK-3748] Log thread name in unit test logsReynold Xin2014-10-011-1/+1
* [SPARK-2464][Streaming] Fixed Twitter stream stopping bugTathagata Das2014-07-241-2/+7
* Package docsPrashant Sharma2014-05-142-0/+44
* Fixed streaming examples docs to use run-example instead of spark-submitTathagata Das2014-05-141-23/+35
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-121-1/+1
* [SPARK-1332] Improve Spark Streaming's Network Receiver and InputDStream API ...Tathagata Das2014-04-213-27/+36
* Remove Unnecessary Whitespace'sSandeep2014-04-101-3/+3
* Merge pull request #529 from hsaputra/cleanup_right_arrowop_scalaHenry Saputra2014-02-021-4/+1
* Changed SparkConf to not be serializable. And also fixed unit-test log paths ...Tathagata Das2014-01-142-1/+2
* Removed StreamingContext.registerInputStream and registerOutputStream - they ...Tathagata Das2014-01-131-3/+1
* Fixed import formatting.Tathagata Das2014-01-121-1/+1
* Fixed persistence logic of WindowedDStream, and fixed default persistence lev...Tathagata Das2014-01-121-0/+4
* Moved DStream, DStreamCheckpointData and PairDStream from org.apache.spark.st...Tathagata Das2014-01-121-1/+2
* Fixed bugs.Tathagata Das2014-01-121-1/+1
* Removed XYZFunctions and added XYZUtils as a common Scala and Java interface ...Tathagata Das2014-01-075-113/+66
* Changed JavaStreamingContextWith*** to ***Function in streaming.api.java.*** ...Tathagata Das2014-01-062-19/+18
* Removed extra empty lines.Tathagata Das2013-12-311-1/+0
* Refactored kafka, flume, zeromq, mqtt as separate external projects, with the...Tathagata Das2013-12-307-30/+288
* Refactored streaming project to separate out the twitter functionality.Tathagata Das2013-12-263-0/+135