aboutsummaryrefslogtreecommitdiff
path: root/external
Commit message (Expand)AuthorAgeFilesLines
* [HOTFIX][STREAMING] Allow the JVM/Netty to decide which port to bind to in Fl...Hari Shreedharan2014-08-172-29/+34
* [HOTFIX][Streaming] Handle port collisions in flume polling testAndrew Or2014-08-061-1/+31
* [SPARK-1022][Streaming][HOTFIX] Fixed zookeeper dependency of KafkaTathagata Das2014-08-051-0/+4
* [SPARK-1022][Streaming] Add Kafka real unit testjerryshao2014-08-053-35/+293
* HOTFIX: Fix concurrency issue in FlumePollingStreamSuite.Patrick Wendell2014-08-021-1/+6
* HOTFIX: Fixing test error in maven for flume-sink.Patrick Wendell2014-08-021-1/+4
* [SPARK-2103][Streaming] Change to ClassTag for KafkaInputDStream and fix refl...jerryshao2014-08-012-18/+12
* SPARK-2749 [BUILD]. Spark SQL Java tests aren't compiling in Jenkins' Maven b...Sean Owen2014-07-305-0/+25
* [STREAMING] SPARK-1729. Make Flume pull data from source, rather than the cur...Hari Shreedharan2014-07-2914-6/+1441
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix)Cheng Lian2014-07-285-5/+5
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Patrick Wendell2014-07-275-5/+5
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-275-5/+5
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Michael Armbrust2014-07-255-5/+5
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-255-5/+5
* [SPARK-2464][Streaming] Fixed Twitter stream stopping bugTathagata Das2014-07-241-2/+7
* SPARK-1478.2 Fix incorrect NioServerSocketChannelFactory constructor callSean Owen2014-07-171-5/+5
* [SPARK-1478].3: Upgrade FlumeInputDStream's FlumeReceiver to support FLUME-1915tmalaska2014-07-104-16/+144
* [SPARK-1776] Have Spark's SBT build read dependencies from Maven.Prashant Sharma2014-07-105-0/+15
* SPARK-2034. KafkaInputDStream doesn't close resources and may prevent JVM shu...Sean Owen2014-06-221-22/+33
* [SPARK-1998] SparkFlumeEvent with body bigger than 1020 bytes are not re...joyyoj2014-06-101-2/+2
* [SPARK-2029] Bump pom.xml version number of master branch to 1.1.0-SNAPSHOT.Takuya UESHIN2014-06-055-5/+5
* Spark 1916David Lemieux2014-05-281-1/+1
* Package docsPrashant Sharma2014-05-1410-0/+220
* 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-125-5/+5
* SPARK-1789. Multiple versions of Netty dependencies cause FlumeStreamSuite fa...Sean Owen2014-05-104-19/+1
* Improved build configurationwitgo2014-04-285-70/+0
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-242-2/+2
* SPARK-1584: Upgrade Flume dependency to 1.4.0tmalaska2014-04-241-1/+5
* [SPARK-1332] Improve Spark Streaming's Network Receiver and InputDStream API ...Tathagata Das2014-04-2119-128/+143
* Remove Unnecessary Whitespace'sSandeep2014-04-102-11/+11
* SPARK-1352 - Comment style single space before ending */ check.Prashant Sharma2014-03-301-1/+1
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-281-1/+1
* SPARK-1254. Consolidate, order, and harmonize repository declarations in Mave...Sean Owen2014-03-151-14/+0
* SPARK-1193. Fix indentation in pom.xmlsSandy Ryza2014-03-074-16/+16
* [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda express...Prashant Sharma2014-03-031-3/+3
* SPARK-1121: Include avro for yarn-alpha buildsPatrick Wendell2014-03-025-0/+70
* SPARK-1084.2 (resubmitted)Sean Owen2014-03-021-4/+0
* Remove remaining references to incubationPatrick Wendell2014-03-025-10/+10
* SPARK-1071: Tidy logging strategy and use of log4jSean Owen2014-02-235-25/+4
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-094-20/+26
* Merge pull request #542 from markhamstra/versionBump. Closes #542.Mark Hamstra2014-02-085-5/+5
* Merge pull request #529 from hsaputra/cleanup_right_arrowop_scalaHenry Saputra2014-02-023-9/+6
* Changed SparkConf to not be serializable. And also fixed unit-test log paths ...Tathagata Das2014-01-149-5/+9
* Removed StreamingContext.registerInputStream and registerOutputStream - they ...Tathagata Das2014-01-135-11/+4
* Fixed import formatting.Tathagata Das2014-01-125-5/+5
* Fixed persistence logic of WindowedDStream, and fixed default persistence lev...Tathagata Das2014-01-124-1/+8
* Moved DStream, DStreamCheckpointData and PairDStream from org.apache.spark.st...Tathagata Das2014-01-125-5/+10
* Fixed bugs.Tathagata Das2014-01-122-2/+2
* Merge pull request #373 from jerryshao/kafka-upgradePatrick Wendell2014-01-111-2/+2
|\