Uh oh!
There was an error while loading. Please reload this page.
[HOT-FIX][BUILD] Use the new location of checkstyle-suppressions.xml - #11567
[HOT-FIX][BUILD] Use the new location of checkstyle-suppressions.xml#11567dongjoon-hyun wants to merge 3 commits into
checkstyle-suppressions.xml#11567Conversation
checkstyle-suppressions.xmlcheckstyle-suppressions.xmldongjoon-hyun
commented
Mar 8, 2016
Currently, Jenkins does not run |
dongjoon-hyun
commented
Mar 8, 2016
SparkQA
commented
Mar 8, 2016
Test build #52614 has finished for PR 11567 at commit
|
dongjoon-hyun
commented
Mar 8, 2016
|
SparkQA
commented
Mar 8, 2016
Test build #52627 has finished for PR 11567 at commit
|
dongjoon-hyun
commented
Mar 8, 2016
In the dev mailing list, there is another report about the location of Should I include that FIX here together? It means moving |
rxin
commented
Mar 8, 2016
Yes please do that too. Thanks. On Tuesday, March 8, 2016, Dongjoon Hyun notifications@github.com wrote:
|
dongjoon-hyun
commented
Mar 8, 2016
Thank you! I see. |
SparkQA
commented
Mar 8, 2016
Test build #52647 has finished for PR 11567 at commit
|
dongjoon-hyun
commented
Mar 8, 2016
Thank you, @srowen . The pom.xml file is updated as you said. |
srowen
commented
Mar 8, 2016
Ah, OK I see now:
This looks correct then, even given the ?s above. If it passes for several people, great. I'll merge once these tests pass. |
dongjoon-hyun
commented
Mar 8, 2016
About
|
SparkQA
commented
Mar 8, 2016
Test build #52648 has finished for PR 11567 at commit
|
srowen
commented
Mar 8, 2016
Merged to master. Thanks all, and sorry about that. I am not sure why the PR builder passed. |
dongjoon-hyun
commented
Mar 8, 2016
Thank you for merging. |
## What changes were proposed in this pull request? This PR fixes `dev/lint-java` and `mvn checkstyle:check` failures due the recent file location change. The following is the error message of current master. ``` Checkstyle checks failed at following occurrences: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (default-cli) on project spark-parent_2.11: Failed during checkstyle configuration: cannot initialize module SuppressionFilter - Cannot set property 'file' to 'checkstyle-suppressions.xml' in module SuppressionFilter: InvocationTargetException: Unable to find: checkstyle-suppressions.xml -> [Help 1] ``` ## How was this patch tested? Manual. The following command should run correctly. ``` ./dev/lint-java mvn checkstyle:check ``` Author: Dongjoon Hyun <dongjoon@apache.org> Closesapache#11567 from dongjoon-hyun/hotfix_checkstyle_suppression.
What changes were proposed in this pull request?
This PR fixes
dev/lint-javaandmvn checkstyle:checkfailures due the recent file location change.The following is the error message of current master.
How was this patch tested?
Manual. The following command should run correctly.