From 1803bf63338ff20cf983e60724d169f62a1663c2 Mon Sep 17 00:00:00 2001 From: Juarez Bochi Date: Thu, 24 Mar 2016 09:24:00 +0000 Subject: Fix typo in ALS.scala ## What changes were proposed in this pull request? Just a typo ## How was this patch tested? N/A Author: Juarez Bochi Closes #11896 from jbochi/patch-1. --- mllib/src/main/scala/org/apache/spark/ml/recommendation/ALS.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mllib') diff --git a/mllib/src/main/scala/org/apache/spark/ml/recommendation/ALS.scala b/mllib/src/main/scala/org/apache/spark/ml/recommendation/ALS.scala index 091ca35283..4a3ad662a0 100644 --- a/mllib/src/main/scala/org/apache/spark/ml/recommendation/ALS.scala +++ b/mllib/src/main/scala/org/apache/spark/ml/recommendation/ALS.scala @@ -1300,7 +1300,7 @@ object ALS extends DefaultParamsReadable[ALS] with Logging { } /** - * Partitioner used by ALS. We requires that getPartition is a projection. That is, for any key k, + * Partitioner used by ALS. We require that getPartition is a projection. That is, for any key k, * we have getPartition(getPartition(k)) = getPartition(k). Since the default HashPartitioner * satisfies this requirement, we simply use a type alias here. */ -- cgit v1.2.3