Skip to content

Commit 7b6ce68

Browse files
committed
[Docs] actorStream storageLevel default is MEMORY_AND_DISK_SER_2
1 parent eddfedd commit 7b6ce68

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)