We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eddfedd commit 7b6ce68Copy full SHA for 7b6ce68
streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala
@@ -240,7 +240,7 @@ class StreamingContext private[streaming] (
240
* Find more details at: http://spark.apache.org/docs/latest/streaming-custom-receivers.html
241
* @param props Props object defining creation of the actor
242
* @param name Name of the actor
243
- * @param storageLevel RDD storage level. Defaults to memory-only.
+ * @param storageLevel RDD storage level (default: StorageLevel.MEMORY_AND_DISK_SER_2)
244
*
245
* @note An important point to note:
246
* Since Actor may exist outside the spark framework, It is thus user's responsibility
0 commit comments