Skip to content

Conversation

@witgo
Copy link
Contributor

@witgo witgo commented Oct 19, 2014

No description provided.

@SparkQA
Copy link

SparkQA commented Oct 19, 2014

QA tests have started for PR 2846 at commit 82c38ec.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Oct 19, 2014

QA tests have finished for PR 2846 at commit 82c38ec.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/21886/
Test PASSed.

@srowen
Copy link
Member

srowen commented Oct 24, 2014

Why does this change affect the output, and what is the change? grep -e already prints the whole line that matched. Why change the scalastyle settings too? This has merge conflicts too.

@witgo
Copy link
Contributor Author

witgo commented Oct 24, 2014

scalastyle-sbt-plugin 0.5 output [error] /Users/witgo/work/code/java/spark/mllib/src/main/scala/org/apache/spark/mllib/feature/TopicModeling.scala:413: line.size.limit.message
scalastyle-sbt-plugin 0.6 output [error] /Users/witgo/work/code/java/spark/mllib/src/main/scala/org/apache/spark/mllib/feature/TopicModeling.scala:413: File line length exceeds 100 characters
grep -e "\<error\>" is not match these.

And scalastyle-sbt-plugin 0.5 output line.size.limit.message is incorrect

@SparkQA
Copy link

SparkQA commented Oct 24, 2014

Test build #22141 has started for PR 2846 at commit d6a57f8.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Oct 24, 2014

Test build #22141 has finished for PR 2846 at commit d6a57f8.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/22141/
Test PASSed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why scala style settings is removed ? is it no longer needed ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this class has been removed. see Plugin.scala

@JoshRosen
Copy link
Contributor

LGTM; I'm going to merge this so that Jenkins gives useful output for style errors.

@asfgit asfgit closed this in 89e8a5d Oct 26, 2014
@witgo witgo deleted the SPARK-3997 branch October 27, 2014 01:32
@srowen
Copy link
Member

srowen commented Oct 27, 2014

The awk command here is still a little wrong, as it matches any string error. grep "\[error\]" definitely works on scalastyle.txt to match [error]. There's a confusion here somewhere but hey this may end up working just fine to look for error only, and awk is probably installed everywhere, just suboptimal.

@witgo
Copy link
Contributor Author

witgo commented Oct 27, 2014

cat scalastyle.txt | grep '\e\[0m\[\e\[31merror\e\[0m\]'is ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants