[ 
https://issues.apache.org/jira/browse/SPARK-6063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen resolved SPARK-6063.
------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

Issue resolved by pull request 4815
[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: Build, Windows
>    Affects Versions: 1.2.1
>            Reporter: Michael Griffiths
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to