Skip to content

Conversation

@srowen
Copy link
Member

@srowen srowen commented Sep 19, 2017

What changes were proposed in this pull request?

Update plugins, including scala-maven-plugin, to latest versions. Update checkstyle to 8.2. Remove bogus checkstyle config and enable it. Fix existing and new Java checkstyle errors.

How was this patch tested?

Existing tests

…ate checkstyle to 8.2. Remove bogus checkstyle config and enable it. Fix existing and new Java checkstyle errors.
@SparkQA
Copy link

SparkQA commented Sep 19, 2017

Test build #81948 has finished for PR 19282 at commit 93ff675.

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

@srowen
Copy link
Member Author

srowen commented Sep 20, 2017

Merged to master

@srowen srowen closed this Sep 20, 2017
@srowen srowen deleted the SPARK-22066 branch September 20, 2017 09:03
srowen added a commit to srowen/spark that referenced this pull request Sep 20, 2017
## What changes were proposed in this pull request?

Update plugins, including scala-maven-plugin, to latest versions. Update checkstyle to 8.2. Remove bogus checkstyle config and enable it. Fix existing and new Java checkstyle errors.

## How was this patch tested?

Existing tests

Author: Sean Owen <[email protected]>

Closes apache#19282 from srowen/SPARK-22066.
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.1</version>
Copy link
Member Author

Choose a reason for hiding this comment

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

Darn, this seems to cause a failure when Maven and zinc are used, only -- can't find javac because it looks in a JRE directory. I'll revert this if I can't see an immediate solution. that's why it wasn't caught by me or the PR builder, I think.

Copy link
Member Author

Choose a reason for hiding this comment

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

No easy solution; related to davidB/scala-maven-plugin#161 I'm reverting this part of the change.

srowen added a commit to srowen/spark that referenced this pull request Sep 20, 2017
…rk with Maven+zinc again

## What changes were proposed in this pull request?

See apache#19282
Revert scala-maven-plugin to 3.2.2 to work with Maven+zinc again

## How was this patch tested?

Reproduced locally with zinc, and confirmed this removes the problem.

Author: Sean Owen <[email protected]>

Closes apache#19292 from srowen/SPARK-22066.2.
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.

2 participants