Github user mengxr commented on the pull request:
https://github.com/apache/spark/pull/4140#issuecomment-71881619
@ogeagla You can see the error messages from the Jenkins build results
(https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/26224/),
where it shows
~~~
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/mllib/src/main/scala/org/apache/spark/mllib/feature/StandardScaler.scala:29:
File line length exceeds 100 characters
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/mllib/src/main/scala/org/apache/spark/mllib/feature/StandardScaler.scala:78:
File line length exceeds 100 characters
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/mllib/src/main/scala/org/apache/spark/mllib/feature/StandardScaler.scala:79:
File line length exceeds 100 characters
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/mllib/src/main/scala/org/apache/spark/mllib/feature/StandardScaler.scala:93:
File line length exceeds 100 characters
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/mllib/src/main/scala/org/apache/spark/mllib/feature/StandardScaler.scala:117:
File line length exceeds 100 characters
[error] (mllib/compile:scalastyle) errors exist
[error] Total time: 5 s, completed Jan 28, 2015 4:53:33 AM
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/mllib/src/main/scala/org/apache/spark/mllib/feature/StandardScaler.scala:29:
File line length exceeds 100 characters
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/mllib/src/main/scala/org/apache/spark/mllib/feature/StandardScaler.scala:78:
File line length exceeds 100 characters
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/mllib/src/main/scala/org/apache/spark/mllib/feature/StandardScaler.scala:79:
File line length exceeds 100 characters
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/mllib/src/main/scala/org/apache/spark/mllib/feature/StandardScaler.scala:93:
File line length exceeds 100 characters
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/mllib/src/main/scala/org/apache/spark/mllib/feature/StandardScaler.scala:117:
File line length exceeds 100 characters
[error] (mllib/compile:scalastyle) errors exist
~~~
So it is the line length but not the file length.
---
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]