aboutsummaryrefslogtreecommitdiff
path: root/external/kafka/src
Commit message (Expand)AuthorAgeFilesLines
* SPARK-6225 [CORE] [SQL] [STREAMING] Resolve most build warnings, 1.3.0 editionSean Owen2015-03-113-34/+22
* [SPARK-6279][Streaming]In KafkaRDD.scala, Miss expressions flag "s" at loggin...zzcclp2015-03-111-1/+1
* [Streaming][Minor] Remove useless type signature of Java Kafka direct stream APISaisai Shao2015-02-271-1/+1
* [SPARK-6027][SPARK-5546] Fixed --jar and --packages not working for KafkaUtil...Tathagata Das2015-02-261-1/+28
* [SPARK-5731][Streaming][Test] Fix incorrect test in DirectKafkaStreamSuiteTathagata Das2015-02-171-12/+16
* [HOTFIX] Ignore DirectKafkaStreamSuite.Reynold Xin2015-02-131-4/+4
* [SPARK-4964] [Streaming] refactor createRDD to take leaders via map instead o...cody koeninger2015-02-114-66/+287
* [SPARK-4964][Streaming][Kafka] More updates to Exactly-once Kafka streamTathagata Das2015-02-0915-262/+864
* [SPARK-4707][STREAMING] Reliable Kafka Receiver can lose data if the blo...Hari Shreedharan2015-02-041-4/+23
* [SPARK-4964] [Streaming] Exactly-once semantics for Kafkacody koeninger2015-02-0411-5/+1375
* [SPARK-5153][Streaming][Test] Increased timeout to deal with flaky KafkaStrea...Tathagata Das2015-02-031-1/+1
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-061-3/+2
* fixed spelling errors in documentationPeter Klipfel2014-12-141-3/+3
* [SPARK-4062][Streaming]Add ReliableKafkaReceiver in Spark Streaming Kafka con...jerryshao2014-11-146-132/+587
* [SPARK-2492][Streaming] kafkaReceiver minor changes to align with Kafka 0.8jerryshao2014-11-112-36/+5
* [SPARK-3748] Log thread name in unit test logsReynold Xin2014-10-011-1/+1
* [SPARK-3615][Streaming]Fix Kafka unit test hard coded Zookeeper port issuejerryshao2014-09-242-14/+34
* [SPARK-1022][Streaming] Add Kafka real unit testjerryshao2014-08-052-35/+287
* [SPARK-2103][Streaming] Change to ClassTag for KafkaInputDStream and fix refl...jerryshao2014-08-012-18/+12
* SPARK-2034. KafkaInputDStream doesn't close resources and may prevent JVM shu...Sean Owen2014-06-221-22/+33
* Package docsPrashant Sharma2014-05-142-0/+44
* 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-214-26/+27
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-092-6/+11
* 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-1/+2
* Moved DStream, DStreamCheckpointData and PairDStream from org.apache.spark.st...Tathagata Das2014-01-121-1/+2
* Removed XYZFunctions and added XYZUtils as a common Scala and Java interface ...Tathagata Das2014-01-076-215/+160
* Changed JavaStreamingContextWith*** to ***Function in streaming.api.java.*** ...Tathagata Das2014-01-062-14/+13
* 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-0/+477