aboutsummaryrefslogtreecommitdiff
path: root/external/flume
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2014-01-12 19:02:27 -0800
committerTathagata Das <tathagata.das1565@gmail.com>2014-01-12 19:02:27 -0800
commit034f89aaab1db95e8908432f2445d6841526efcf (patch)
tree894aebd0f08d22f6b78c4d1849e522c50b8b6730 /external/flume
parent74d0126257838f29e3fad519b9f1a5acde88bef6 (diff)
downloadspark-034f89aaab1db95e8908432f2445d6841526efcf.tar.gz
spark-034f89aaab1db95e8908432f2445d6841526efcf.tar.bz2
spark-034f89aaab1db95e8908432f2445d6841526efcf.zip
Fixed persistence logic of WindowedDStream, and fixed default persistence level of input streams.
Diffstat (limited to 'external/flume')
-rw-r--r--external/flume/src/main/scala/org/apache/spark/streaming/flume/FlumeUtils.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/flume/src/main/scala/org/apache/spark/streaming/flume/FlumeUtils.scala b/external/flume/src/main/scala/org/apache/spark/streaming/flume/FlumeUtils.scala
index a01c17ac5d..a6af53e4a6 100644
--- a/external/flume/src/main/scala/org/apache/spark/streaming/flume/FlumeUtils.scala
+++ b/external/flume/src/main/scala/org/apache/spark/streaming/flume/FlumeUtils.scala
@@ -43,6 +43,7 @@ object FlumeUtils {
/**
* Creates a input stream from a Flume source.
+ * Storage level of the data will be the default StorageLevel.MEMORY_AND_DISK_SER_2.
* @param hostname Hostname of the slave machine to which the flume data will be sent
* @param port Port of the slave machine to which the flume data will be sent
*/