[
https://issues.apache.org/jira/browse/SPARK-6063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Owen updated SPARK-6063:
-----------------------------
Component/s: (was: MLlib)
Windows
Build
Priority: Minor (was: Blocker)
Affects Version/s: (was: 1.3.0)
1.2.1
This seems to only affect Windows, and does not fail scalastyle on OS X /
Linux, hence downgrading it significantly.
> 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
>
> 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]