Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/2754#discussion_r18692509
--- Diff: examples/src/main/scala/org/apache/spark/examples/LocalALS.scala
---
@@ -31,9 +31,12 @@ import cern.jet.math._
*/
object LocalALS {
// Parameters set through command line arguments
- var M = 0 // Number of movies
- var U = 0 // Number of users
- var F = 0 // Number of features
+ var M = 0
+ // Number of movies
--- End diff --
This is not a good change. It makes it looks like the comment pertains to
the following line. Leave it inline.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]