[
https://issues.apache.org/jira/browse/SPARK-6063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14340513#comment-14340513
]
Apache Spark commented on SPARK-6063:
-------------------------------------
User 'msjgriffiths' has created a pull request for this issue:
https://github.com/apache/spark/pull/4815
> MLlib doesn't pass mvn scalastyle check due to UTF chars in LDAModel.scala
> --------------------------------------------------------------------------
>
> Key: SPARK-6063
> URL: https://issues.apache.org/jira/browse/SPARK-6063
> Project: Spark
> Issue Type: Bug
> Components: MLlib
> Affects Versions: 1.2.1
> Reporter: Michael Griffiths
> Priority: Blocker
>
> On Windows 8.1, trying to build Spark from source (latest Github pull)
> produces a failure during MLlib build. The cause appears similar to
> SPARK-3372: unicode characters in a Scala file.
> *Affected file*
> spark/mllib/src/main/scala/org/apache/spark/mllib/clustering
> LDAModel.scala:133
> {code}
> * This is often called “theta” in the literature.
> {code}
> Note the two \u201D marks around *theta*.
> Replacing the \u201D with a standard single apostrophe (\x27) resolves the
> issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]