Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-15290] [BUILD] Move annotations, like @Since / @DeveloperApi, into spark-tags #13074

Closed
wants to merge 3 commits into from

Conversation

srowen
Copy link
Member

@srowen srowen commented May 12, 2016

What changes were proposed in this pull request?

(See #12416 where most of this was already reviewed and committed; this is just the module structure and move part. This change does not move the annotations into test scope, which was the apparently problem last time.)

Rename spark-test-tags -> spark-tags; move common annotations like @Since to spark-tags

How was this patch tested?

Jenkins tests.

@SparkQA
Copy link

SparkQA commented May 12, 2016

Test build #58464 has finished for PR 13074 at commit 1e0f0cd.

  • This patch fails MiMa tests.
  • This patch does not merge cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented May 12, 2016

Test build #58476 has finished for PR 13074 at commit 62d9170.

  • This patch fails MiMa tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented May 12, 2016

Test build #58478 has finished for PR 13074 at commit 2513cb8.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented May 12, 2016

Test build #58480 has finished for PR 13074 at commit db7eec8.

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

@rxin
Copy link
Contributor

rxin commented May 13, 2016

cc @JoshRosen

@srowen
Copy link
Member Author

srowen commented May 16, 2016

I'm going to proceed with this since it's better to get it done for 2.0 and enable easier management of annotations going forward. We essentially reviewed this in #12416 and it unblocks SPARK-14613, marked for 2.0

@rxin
Copy link
Contributor

rxin commented May 17, 2016

Actually josh is on vacation. Definitely go ahead. I looked at it and it seemed ok. I'm not a build expert though.

@srowen
Copy link
Member Author

srowen commented May 17, 2016

Merged to master/2.0

asfgit pushed a commit that referenced this pull request May 17, 2016
…nto spark-tags

## What changes were proposed in this pull request?

(See #12416 where most of this was already reviewed and committed; this is just the module structure and move part. This change does not move the annotations into test scope, which was the apparently problem last time.)

Rename `spark-test-tags` -> `spark-tags`; move common annotations like `Since` to `spark-tags`

## How was this patch tested?

Jenkins tests.

Author: Sean Owen <sowen@cloudera.com>

Closes #13074 from srowen/SPARK-15290.

(cherry picked from commit 122302c)
Signed-off-by: Sean Owen <sowen@cloudera.com>
@asfgit asfgit closed this in 122302c May 17, 2016
@srowen srowen deleted the SPARK-15290 branch May 17, 2016 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants