spark git commit: [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spark-tags

2016-05-17 Thread srowen
Repository: spark
Updated Branches:
  refs/heads/branch-2.0 6d10b2826 -> 1426235bf


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

## What changes were proposed in this pull request?

(See https://github.com/apache/spark/pull/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 

Closes #13074 from srowen/SPARK-15290.

(cherry picked from commit 122302cbf5cbf1133067a5acdffd6ab96765dafe)
Signed-off-by: Sean Owen 


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1426235b
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1426235b
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1426235b

Branch: refs/heads/branch-2.0
Commit: 1426235bfb1ecfa55859930913ae45d085912bf7
Parents: 6d10b28
Author: Sean Owen 
Authored: Tue May 17 09:55:53 2016 +0100
Committer: Sean Owen 
Committed: Tue May 17 09:56:09 2016 +0100

--
 common/network-common/pom.xml   |  2 +-
 common/network-shuffle/pom.xml  |  2 +-
 common/network-yarn/pom.xml |  2 +-
 common/sketch/pom.xml   |  2 +-
 common/tags/pom.xml |  6 +--
 .../apache/spark/annotation/AlphaComponent.java | 33 
 .../apache/spark/annotation/DeveloperApi.java   | 35 +
 .../apache/spark/annotation/Experimental.java   | 36 +
 .../org/apache/spark/annotation/Private.java| 41 
 .../org/apache/spark/annotation/Since.scala | 30 ++
 .../apache/spark/annotation/package-info.java   | 23 +++
 .../org/apache/spark/annotation/package.scala   | 25 
 common/unsafe/pom.xml   |  8 ++--
 core/pom.xml|  2 +-
 .../apache/spark/annotation/AlphaComponent.java | 33 
 .../apache/spark/annotation/DeveloperApi.java   | 35 -
 .../apache/spark/annotation/Experimental.java   | 36 -
 .../org/apache/spark/annotation/Private.java| 41 
 .../org/apache/spark/annotation/Since.scala | 30 --
 .../apache/spark/annotation/package-info.java   | 23 ---
 .../org/apache/spark/annotation/package.scala   | 25 
 dev/sparktestsupport/modules.py | 19 ++---
 external/docker-integration-tests/pom.xml   |  2 +-
 external/flume-sink/pom.xml |  2 +-
 external/flume/pom.xml  |  2 +-
 external/java8-tests/pom.xml|  2 +-
 external/kafka-0-8/pom.xml  |  2 +-
 external/kinesis-asl/pom.xml|  2 +-
 graphx/pom.xml  |  2 +-
 launcher/pom.xml|  2 +-
 mllib-local/pom.xml |  4 ++
 mllib/pom.xml   |  2 +-
 pom.xml |  3 +-
 project/MimaExcludes.scala  |  8 
 project/SparkBuild.scala| 10 ++---
 repl/pom.xml|  2 +-
 sql/catalyst/pom.xml|  2 +-
 sql/core/pom.xml|  2 +-
 sql/hive-thriftserver/pom.xml   |  2 +-
 sql/hive/pom.xml|  2 +-
 streaming/pom.xml   |  2 +-
 yarn/pom.xml|  2 +-
 42 files changed, 282 insertions(+), 264 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/1426235b/common/network-common/pom.xml
--
diff --git a/common/network-common/pom.xml b/common/network-common/pom.xml
index bd507c2..5444ae6 100644
--- a/common/network-common/pom.xml
+++ b/common/network-common/pom.xml
@@ -66,7 +66,7 @@
 
 
   org.apache.spark
-  spark-test-tags_${scala.binary.version}
+  spark-tags_${scala.binary.version}
 
 
   org.mockito

http://git-wip-us.apache.org/repos/asf/spark/blob/1426235b/common/network-shuffle/pom.xml
--
diff --git a/common/network-shuffle/pom.xml b/common/network-shuffle/pom.xml
index 810ec10..e736436 100644
--- a/common/network-shuffle/pom.xml
+++ b/common/network-shuffle/pom.xml
@@ 

spark git commit: [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spark-tags

2016-05-17 Thread srowen
Repository: spark
Updated Branches:
  refs/heads/master 8ad9f08c9 -> 122302cbf


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

## What changes were proposed in this pull request?

(See https://github.com/apache/spark/pull/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 

Closes #13074 from srowen/SPARK-15290.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/122302cb
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/122302cb
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/122302cb

Branch: refs/heads/master
Commit: 122302cbf5cbf1133067a5acdffd6ab96765dafe
Parents: 8ad9f08
Author: Sean Owen 
Authored: Tue May 17 09:55:53 2016 +0100
Committer: Sean Owen 
Committed: Tue May 17 09:55:53 2016 +0100

--
 common/network-common/pom.xml   |  2 +-
 common/network-shuffle/pom.xml  |  2 +-
 common/network-yarn/pom.xml |  2 +-
 common/sketch/pom.xml   |  2 +-
 common/tags/pom.xml |  6 +--
 .../apache/spark/annotation/AlphaComponent.java | 33 
 .../apache/spark/annotation/DeveloperApi.java   | 35 +
 .../apache/spark/annotation/Experimental.java   | 36 +
 .../org/apache/spark/annotation/Private.java| 41 
 .../org/apache/spark/annotation/Since.scala | 30 ++
 .../apache/spark/annotation/package-info.java   | 23 +++
 .../org/apache/spark/annotation/package.scala   | 25 
 common/unsafe/pom.xml   |  8 ++--
 core/pom.xml|  2 +-
 .../apache/spark/annotation/AlphaComponent.java | 33 
 .../apache/spark/annotation/DeveloperApi.java   | 35 -
 .../apache/spark/annotation/Experimental.java   | 36 -
 .../org/apache/spark/annotation/Private.java| 41 
 .../org/apache/spark/annotation/Since.scala | 30 --
 .../apache/spark/annotation/package-info.java   | 23 ---
 .../org/apache/spark/annotation/package.scala   | 25 
 dev/sparktestsupport/modules.py | 19 ++---
 external/docker-integration-tests/pom.xml   |  2 +-
 external/flume-sink/pom.xml |  2 +-
 external/flume/pom.xml  |  2 +-
 external/java8-tests/pom.xml|  2 +-
 external/kafka-0-8/pom.xml  |  2 +-
 external/kinesis-asl/pom.xml|  2 +-
 graphx/pom.xml  |  2 +-
 launcher/pom.xml|  2 +-
 mllib-local/pom.xml |  4 ++
 mllib/pom.xml   |  2 +-
 pom.xml |  3 +-
 project/MimaExcludes.scala  |  8 
 project/SparkBuild.scala| 10 ++---
 repl/pom.xml|  2 +-
 sql/catalyst/pom.xml|  2 +-
 sql/core/pom.xml|  2 +-
 sql/hive-thriftserver/pom.xml   |  2 +-
 sql/hive/pom.xml|  2 +-
 streaming/pom.xml   |  2 +-
 yarn/pom.xml|  2 +-
 42 files changed, 282 insertions(+), 264 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/122302cb/common/network-common/pom.xml
--
diff --git a/common/network-common/pom.xml b/common/network-common/pom.xml
index bd507c2..5444ae6 100644
--- a/common/network-common/pom.xml
+++ b/common/network-common/pom.xml
@@ -66,7 +66,7 @@
 
 
   org.apache.spark
-  spark-test-tags_${scala.binary.version}
+  spark-tags_${scala.binary.version}
 
 
   org.mockito

http://git-wip-us.apache.org/repos/asf/spark/blob/122302cb/common/network-shuffle/pom.xml
--
diff --git a/common/network-shuffle/pom.xml b/common/network-shuffle/pom.xml
index 810ec10..e736436 100644
--- a/common/network-shuffle/pom.xml
+++ b/common/network-shuffle/pom.xml
@@ -80,7 +80,7 @@
 
 
   org.apache.spark
-  spark-test-tags_${scala.binary.version}
+