[
https://issues.apache.org/jira/browse/SPARK-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15051084#comment-15051084
]
Apache Spark commented on SPARK-1336:
-------------------------------------
User 'ScrapCodes' has created a pull request for this issue:
https://github.com/apache/spark/pull/262
> Reduce Verbosity of QA Scripts
> ------------------------------
>
> Key: SPARK-1336
> URL: https://issues.apache.org/jira/browse/SPARK-1336
> Project: Spark
> Issue Type: Improvement
> Components: Build
> Reporter: Patrick Wendell
> Assignee: Patrick Wendell
>
> Looking at the log output on jenkins is becoming a big data problem. In some
> cases, the reason for failures is also confusing. There are a few ways we can
> make this more sane.
> - When running style checks, we should pipe the output to a file. The, if the
> tests fail we should grep the file for "error" and print out a message saying
> that the style checks failed and printing all the lines with failures.
> Probably this means writing a different script for the style checks similar
> to what we have for the rat checks.
> - When running tests and running MIMA, we should try to silence all of the
> Resolving messages. Something like this might work:
> sbt/sbt test | grep -v "info.*Resolving"
> Ideally we want to do it in a way where we minimize the possibility of hiding
> legitimate output.
> -
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]