Skip to content

Commit 90c9f7e

Browse files
committed
fix comment length
1 parent 18a992e commit 90c9f7e

File tree

1 file changed

+4
-3
lines changed
  • mllib/src/main/scala/org/apache/spark/mllib/recommendation

1 file changed

+4
-3
lines changed

mllib/src/main/scala/org/apache/spark/mllib/recommendation/ALS.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,10 @@ class ALS private (
207207

208208
/**
209209
* :: DeveloperApi ::
210-
* Sets storage level for final RDDs (user/product used in the MatrixFactorizationModel). The default value is
211-
* `MEMORY_AND_DISK`. Users can change it to a serialized storage, e.g., `MEMORY_AND_DISK_SER` and
212-
* set `spark.rdd.compress` to `true` to reduce the space requirement, at the cost of speed.
210+
* Sets storage level for final RDDs (user/product used in MatrixFactorizationModel). The default
211+
* value is `MEMORY_AND_DISK`. Users can change it to a serialized storage, e.g.
212+
* `MEMORY_AND_DISK_SER` and set `spark.rdd.compress` to `true` to reduce the space requirement,
213+
* at the cost of speed.
213214
*/
214215
@DeveloperApi
215216
def setFinalRDDStorageLevel(storageLevel: StorageLevel): this.type = {

0 commit comments

Comments
 (0)