Skip to content

Commit

Permalink
[Docs] actorStream storageLevel default is MEMORY_AND_DISK_SER_2
Browse files Browse the repository at this point in the history
  • Loading branch information
melrief committed Sep 8, 2014
1 parent eddfedd commit 7b6ce68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class StreamingContext private[streaming] (
* Find more details at: http://spark.apache.org/docs/latest/streaming-custom-receivers.html
* @param props Props object defining creation of the actor
* @param name Name of the actor
* @param storageLevel RDD storage level. Defaults to memory-only.
* @param storageLevel RDD storage level (default: StorageLevel.MEMORY_AND_DISK_SER_2)
*
* @note An important point to note:
* Since Actor may exist outside the spark framework, It is thus user's responsibility
Expand Down

0 comments on commit 7b6ce68

Please sign in to comment.