Skip to content

Commit c419e4f

Browse files
melriefrxin
authored andcommitted
[Docs] actorStream storageLevel default is MEMORY_AND_DISK_SER_2
Comment of the storageLevel param of actorStream says that it defaults to memory-only while the default is MEMORY_AND_DISK_SER_2. Author: Mario Pastorelli <[email protected]> Closes apache#2319 from melrief/master and squashes the following commits: 7b6ce68 [Mario Pastorelli] [Docs] actorStream storageLevel default is MEMORY_AND_DISK_SER_2
1 parent ce5cb32 commit c419e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class StreamingContext private[streaming] (
240240
* Find more details at: http://spark.apache.org/docs/latest/streaming-custom-receivers.html
241241
* @param props Props object defining creation of the actor
242242
* @param name Name of the actor
243-
* @param storageLevel RDD storage level. Defaults to memory-only.
243+
* @param storageLevel RDD storage level (default: StorageLevel.MEMORY_AND_DISK_SER_2)
244244
*
245245
* @note An important point to note:
246246
* Since Actor may exist outside the spark framework, It is thus user's responsibility

0 commit comments

Comments
 (0)