[4/7] incubator-streams-examples git commit: ensure apache-rat:check passes

2015-04-28 Thread sblackmon
ensure apache-rat:check passes


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/6b4de07d
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/6b4de07d
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/6b4de07d

Branch: refs/heads/0.2-incubating-rc1
Commit: 6b4de07da2340ea65b4d1613897f950a98f62046
Parents: 83580cf
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 00:38:14 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 00:38:14 2015 -0500

--
 .../ElasticsearchHdfsConfiguration.json |  3 ++
 .../HdfsElasticsearchConfiguration.json |  3 ++
 .../src/main/resources/ElasticsearchHdfs.dot|  3 ++
 .../src/main/resources/HdfsElasticsearch.dot|  3 ++
 .../src/test/resources/log4j.properties |  4 ++
 .../src/test/resources/logback.xml  | 18 +++
 .../src/test/resources/testBackup.json  | 44 +
 .../src/test/resources/testRestore.json | 38 ---
 .../ElasticsearchReindexConfiguration.json  |  3 ++
 .../src/main/resources/ElasticsearchReindex.dot |  3 ++
 .../src/main/resources/application.json | 51 +++-
 .../src/main/resources/log4j.properties |  4 ++
 .../src/main/resources/logback.xml  | 18 +++
 .../resources/ActivityChildObjectParent.json|  3 ++
 .../src/test/resources/testReindex.json | 50 ++-
 .../src/test/resources/testReindexChild.json| 50 ++-
 .../src/test/resources/testReindexParent.json   | 50 ++-
 .../MongoElasticsearchSyncConfiguration.json|  3 ++
 .../main/resources/MongoElasticsearchSync.dot   |  3 ++
 .../src/main/resources/application.json | 33 +++--
 .../src/test/resources/testSync.json| 35 --
 .../src/main/resources/TwitterFollowGraph.dot   |  3 ++
 .../resources/TwitterHistoryElasticsearch.dot   |  3 ++
 .../src/main/resources/application.conf |  3 ++
 .../twitter/TwitterUserstreamElasticsearch.json |  1 -
 .../TwitterUserstreamElasticsearch.dot  |  3 ++
 .../src/main/resources/application.conf |  3 ++
 27 files changed, 271 insertions(+), 167 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6b4de07d/local/elasticsearch-hdfs/src/main/jsonschema/ElasticsearchHdfsConfiguration.json
--
diff --git 
a/local/elasticsearch-hdfs/src/main/jsonschema/ElasticsearchHdfsConfiguration.json
 
b/local/elasticsearch-hdfs/src/main/jsonschema/ElasticsearchHdfsConfiguration.json
index 91324dd..9ad7e54 100644
--- 
a/local/elasticsearch-hdfs/src/main/jsonschema/ElasticsearchHdfsConfiguration.json
+++ 
b/local/elasticsearch-hdfs/src/main/jsonschema/ElasticsearchHdfsConfiguration.json
@@ -1,5 +1,8 @@
 {
   $schema: http://json-schema.org/draft-03/schema;,
+  $license: [
+http://www.apache.org/licenses/LICENSE-2.0;
+  ],
   type: object,
   javaType : 
org.apache.streams.elasticsearch.example.ElasticsearchHdfsConfiguration,
   javaInterfaces: [java.io.Serializable],

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6b4de07d/local/elasticsearch-hdfs/src/main/jsonschema/HdfsElasticsearchConfiguration.json
--
diff --git 
a/local/elasticsearch-hdfs/src/main/jsonschema/HdfsElasticsearchConfiguration.json
 
b/local/elasticsearch-hdfs/src/main/jsonschema/HdfsElasticsearchConfiguration.json
index c8072ba..8b77225 100644
--- 
a/local/elasticsearch-hdfs/src/main/jsonschema/HdfsElasticsearchConfiguration.json
+++ 
b/local/elasticsearch-hdfs/src/main/jsonschema/HdfsElasticsearchConfiguration.json
@@ -1,5 +1,8 @@
 {
   $schema: http://json-schema.org/draft-03/schema;,
+  $license: [
+http://www.apache.org/licenses/LICENSE-2.0;
+  ],
   type: object,
   javaType : 
org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration,
   javaInterfaces: [java.io.Serializable],

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6b4de07d/local/elasticsearch-hdfs/src/main/resources/ElasticsearchHdfs.dot
--
diff --git a/local/elasticsearch-hdfs/src/main/resources/ElasticsearchHdfs.dot 
b/local/elasticsearch-hdfs/src/main/resources/ElasticsearchHdfs.dot
index c953522..ea541af 100644
--- a/local/elasticsearch-hdfs/src/main/resources/ElasticsearchHdfs.dot
+++ b/local/elasticsearch-hdfs/src/main/resources/ElasticsearchHdfs.dot
@@ -1,3 +1,6 @@
+// Apache Streams (incubating)
+// Licensed under Apache License 2.0 - 

[1/7] incubator-streams-examples git commit: all files needed for decent maven site

2015-04-28 Thread sblackmon
Repository: incubator-streams-examples
Updated Branches:
  refs/heads/0.2-incubating-rc1 [created] 44b24d50a


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/107852b2/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
--
diff --git 
a/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
 
b/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
new file mode 100644
index 000..d2167a8
--- /dev/null
+++ 
b/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
@@ -0,0 +1,14 @@
+{
+  $schema: http://json-schema.org/draft-03/schema;,
+  $license: [
+http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0;,
+http://www.apache.org/licenses/LICENSE-2.0;
+  ],
+  type: object,
+  javaType : 
org.apache.streams.example.twitter.TwitterUserstreamElasticsearchConfiguration,
+  javaInterfaces: [java.io.Serializable],
+  properties: {
+twitter: { javaType: 
org.apache.streams.twitter.TwitterStreamConfiguration, type: object, 
required: true },
+elasticsearch: { javaType: 
org.apache.streams.elasticsearch.ElasticsearchWriterConfiguration, type: 
object, required: true }
+  }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/107852b2/pom.xml
--
diff --git a/pom.xml b/pom.xml
index b49d35e..f9ec512 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,12 +19,8 @@
 
 project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
 modelVersion4.0.0/modelVersion
-parent
-artifactIdstreams-project/artifactId
-groupIdorg.apache.streams/groupId
-version0.2-incubating-SNAPSHOT/version
-/parent
 
+groupIdorg.apache.streams/groupId
 artifactIdstreams-examples/artifactId
 
 packagingpom/packaging
@@ -32,7 +28,139 @@
 
 descriptionContributed examples of use cases for Streams./description
 
+
urlhttp://streams.incubator.apache.org/site/${project.version}/streams-examples/url
+
+licenses
+license
+nameApache License, Version 2.0/name
+urlhttp://www.apache.org/licenses/LICENSE-2.0.txt/url
+distributionrepo/distribution
+commentsA business-friendly OSS license/comments
+/license
+/licenses
+
+scm
+
connectionscm:git:g...@github.com:apache/incubator-streams-examples.git/connection
+
developerConnectionscm:git:https://git-wip-us.apache.org/repos/asf/incubator-streams-examples.git/developerConnection
+
urlscm:git:g...@github.com:apache/incubator-streams-examples.git/url
+/scm
+
+developers
+developer
+idsblackmon/id
+nameSteve Blackmon/name
+emailsblack...@apache.org/email
+urlhttps://github.com/steveblackmon/url
+organizationApache Software Foundation/organization
+
organizationUrlhttp://streams.incubator.apache.org/organizationUrl
+/developer
+/developers
+
+issueManagement
+systemJIRA/system
+urlhttps://issues.apache.org/jira/browse/STREAMS/url
+/issueManagement
+
+ciManagement
+systemjenkins/system
+urlhttp://builds.apache.org/job/Streams%20Examples//url
+/ciManagement
+
+prerequisites
+maven3.0.5/maven
+/prerequisites
+
+mailingLists
+mailingList
+nameDev Mailing List/name
+postd...@streams.incubator.apache.org/post
+subscribedev-subscr...@streams.incubator.apache.org/subscribe
+
unsubscribedev-unsubscr...@streams.incubator.apache.org/unsubscribe
+/mailingList
+mailingList
+nameUser Mailing List/name
+postu...@streams.incubator.apache.org/post
+subscribeuser-subscr...@streams.incubator.apache.org/subscribe
+
unsubscribeuser-unsubscr...@streams.incubator.apache.org/unsubscribe
+/mailingList
+/mailingLists
+
+distributionManagement
+site
+idstreams.site.examples/id
+
urlscm:svn:https://svn.apache.org/repos/infra/websites/production/streams/content/site/${project.version}/streams-examples//url
+/site
+/distributionManagement
+
+repositories
+repository
+idcentral-repo/id
+nameMaven Repository/name
+!-- HTTPS is unavailable for Maven Central --
+urlhttp://repo.maven.apache.org/maven2/url
+releases
+  

[2/7] incubator-streams-examples git commit: all files needed for decent maven site

2015-04-28 Thread sblackmon
all files needed for decent maven site


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/107852b2
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/107852b2
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/107852b2

Branch: refs/heads/0.2-incubating-rc1
Commit: 107852b258d6a6d31ba9e9447105a1a2f88f0aed
Parents: a1836d0
Author: Steve Blackmon sblack...@apache.org
Authored: Mon Apr 27 22:25:14 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Mon Apr 27 22:25:14 2015 -0500

--
 local/elasticsearch-hdfs/ElasticsearchHdfs.md   |  47 
 local/elasticsearch-hdfs/HdfsElasticsearch.md   |  50 
 local/elasticsearch-hdfs/README.md  |   4 +-
 local/elasticsearch-hdfs/pom.xml|  19 +-
 .../main/resources/ElasticsearchHdfs.dot.png| Bin 0 - 23205 bytes
 .../main/resources/HdfsElasticsearch.dot.png| Bin 0 - 23439 bytes
 .../src/site/markdown/ElasticsearchHdfs.md  |  47 
 .../src/site/markdown/HdfsElasticsearch.md  |  50 
 .../src/site/markdown/index.md  |  35 +++
 .../src/site/resources/ElasticsearchHdfs.dot|  17 ++
 .../site/resources/ElasticsearchHdfs.dot.png| Bin 0 - 23205 bytes
 .../ElasticsearchHdfsConfiguration.json |  10 +
 .../src/site/resources/HdfsElasticsearch.dot|  17 ++
 .../site/resources/HdfsElasticsearch.dot.png| Bin 0 - 23439 bytes
 .../HdfsElasticsearchConfiguration.json |  10 +
 .../src/site/resources/testBackup.json  |  24 ++
 .../src/site/resources/testRestore.json |  20 ++
 .../ElasticsearchReindex.png| Bin 8913 - 0 bytes
 local/elasticsearch-reindex/README.md   |   4 +-
 local/elasticsearch-reindex/pom.xml |  18 +-
 .../main/resources/ElasticsearchReindex.dot.png | Bin 0 - 23187 bytes
 .../src/site/markdown/index.md  |  79 +++
 .../resources/ActivityChildObjectParent.json|  15 ++
 .../src/site/resources/ElasticsearchReindex.dot |  17 ++
 .../site/resources/ElasticsearchReindex.dot.png | Bin 0 - 23187 bytes
 .../ElasticsearchReindexConfiguration.json  |  10 +
 .../src/site/resources/application.json |  26 ++
 .../src/site/resources/testReindex.json |  26 ++
 .../src/site/resources/testReindexChild.json|  26 ++
 .../src/site/resources/testReindexParent.json   |  26 ++
 .../MongoElasticsearchSync.png  | Bin 11502 - 0 bytes
 local/mongo-elasticsearch-sync/README.md|   4 +-
 local/mongo-elasticsearch-sync/pom.xml  |   3 +
 .../resources/MongoElasticsearchSync.dot.png| Bin 0 - 27856 bytes
 .../src/site/markdown/index.md  |  68 ++
 .../site/resources/MongoElasticsearchSync.dot   |  18 ++
 .../resources/MongoElasticsearchSync.dot.png| Bin 0 - 27856 bytes
 .../MongoElasticsearchSyncConfiguration.json|  10 +
 .../src/site/resources/application.json |  17 ++
 .../src/site/resources/testSync.json|  18 ++
 local/twitter-follow-graph/README.md|   2 +-
 .../twitter-follow-graph/TwitterFollowGraph.png | Bin 35826 - 0 bytes
 local/twitter-follow-graph/pom.xml  |  21 +-
 .../main/resources/TwitterFollowGraph.dot.png   | Bin 0 - 34724 bytes
 .../src/site/markdown/index.md  |  97 
 .../src/site/resources/TwitterFollowGraph.dot   |  21 ++
 .../site/resources/TwitterFollowGraph.dot.png   | Bin 0 - 34724 bytes
 .../TwitterFollowGraphConfiguration.json|  13 +
 local/twitter-history-elasticsearch/README.md   |   2 +-
 .../TwitterHistoryElasticsearch.png | Bin 27497 - 0 bytes
 local/twitter-history-elasticsearch/pom.xml |  14 +-
 .../TwitterHistoryElasticsearch.dot.png | Bin 0 - 26774 bytes
 .../src/site/markdown/index.md  |  78 ++
 .../resources/TwitterHistoryElasticsearch.dot   |  21 ++
 .../TwitterHistoryElasticsearch.dot.png | Bin 0 - 26774 bytes
 .../src/site/resources/application.conf |  23 ++
 ...witterHistoryElasticsearchConfiguration.json |  13 +
 .../twitter-userstream-elasticsearch/README.md  |   4 +-
 .../TwitterUserstreamElasticsearch.png  | Bin 65713 - 0 bytes
 local/twitter-userstream-elasticsearch/pom.xml  |  12 +-
 .../TwitterUserstreamElasticsearch.dot.png  | Bin 0 - 64469 bytes
 .../src/site/markdown/index.md  |  73 ++
 .../TwitterUserstreamElasticsearch.dot  |  28 +++
 .../TwitterUserstreamElasticsearch.dot.png  | Bin 0 - 64469 bytes
 .../src/site/resources/application.conf |  22 ++
 .../twitter/TwitterUserstreamElasticsearch.json |  14 ++
 pom.xml | 235 ++-
 src/site/site.xml   |  29 +++
 68 files changed, 1293 

[2/7] incubator-streams-examples git commit: all files needed for decent maven site

2015-04-28 Thread sblackmon
all files needed for decent maven site


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/107852b2
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/107852b2
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/107852b2

Branch: refs/heads/0.2-incubating-rc1
Commit: 107852b258d6a6d31ba9e9447105a1a2f88f0aed
Parents: a1836d0
Author: Steve Blackmon sblack...@apache.org
Authored: Mon Apr 27 22:25:14 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Mon Apr 27 22:25:14 2015 -0500

--
 local/elasticsearch-hdfs/ElasticsearchHdfs.md   |  47 
 local/elasticsearch-hdfs/HdfsElasticsearch.md   |  50 
 local/elasticsearch-hdfs/README.md  |   4 +-
 local/elasticsearch-hdfs/pom.xml|  19 +-
 .../main/resources/ElasticsearchHdfs.dot.png| Bin 0 - 23205 bytes
 .../main/resources/HdfsElasticsearch.dot.png| Bin 0 - 23439 bytes
 .../src/site/markdown/ElasticsearchHdfs.md  |  47 
 .../src/site/markdown/HdfsElasticsearch.md  |  50 
 .../src/site/markdown/index.md  |  35 +++
 .../src/site/resources/ElasticsearchHdfs.dot|  17 ++
 .../site/resources/ElasticsearchHdfs.dot.png| Bin 0 - 23205 bytes
 .../ElasticsearchHdfsConfiguration.json |  10 +
 .../src/site/resources/HdfsElasticsearch.dot|  17 ++
 .../site/resources/HdfsElasticsearch.dot.png| Bin 0 - 23439 bytes
 .../HdfsElasticsearchConfiguration.json |  10 +
 .../src/site/resources/testBackup.json  |  24 ++
 .../src/site/resources/testRestore.json |  20 ++
 .../ElasticsearchReindex.png| Bin 8913 - 0 bytes
 local/elasticsearch-reindex/README.md   |   4 +-
 local/elasticsearch-reindex/pom.xml |  18 +-
 .../main/resources/ElasticsearchReindex.dot.png | Bin 0 - 23187 bytes
 .../src/site/markdown/index.md  |  79 +++
 .../resources/ActivityChildObjectParent.json|  15 ++
 .../src/site/resources/ElasticsearchReindex.dot |  17 ++
 .../site/resources/ElasticsearchReindex.dot.png | Bin 0 - 23187 bytes
 .../ElasticsearchReindexConfiguration.json  |  10 +
 .../src/site/resources/application.json |  26 ++
 .../src/site/resources/testReindex.json |  26 ++
 .../src/site/resources/testReindexChild.json|  26 ++
 .../src/site/resources/testReindexParent.json   |  26 ++
 .../MongoElasticsearchSync.png  | Bin 11502 - 0 bytes
 local/mongo-elasticsearch-sync/README.md|   4 +-
 local/mongo-elasticsearch-sync/pom.xml  |   3 +
 .../resources/MongoElasticsearchSync.dot.png| Bin 0 - 27856 bytes
 .../src/site/markdown/index.md  |  68 ++
 .../site/resources/MongoElasticsearchSync.dot   |  18 ++
 .../resources/MongoElasticsearchSync.dot.png| Bin 0 - 27856 bytes
 .../MongoElasticsearchSyncConfiguration.json|  10 +
 .../src/site/resources/application.json |  17 ++
 .../src/site/resources/testSync.json|  18 ++
 local/twitter-follow-graph/README.md|   2 +-
 .../twitter-follow-graph/TwitterFollowGraph.png | Bin 35826 - 0 bytes
 local/twitter-follow-graph/pom.xml  |  21 +-
 .../main/resources/TwitterFollowGraph.dot.png   | Bin 0 - 34724 bytes
 .../src/site/markdown/index.md  |  97 
 .../src/site/resources/TwitterFollowGraph.dot   |  21 ++
 .../site/resources/TwitterFollowGraph.dot.png   | Bin 0 - 34724 bytes
 .../TwitterFollowGraphConfiguration.json|  13 +
 local/twitter-history-elasticsearch/README.md   |   2 +-
 .../TwitterHistoryElasticsearch.png | Bin 27497 - 0 bytes
 local/twitter-history-elasticsearch/pom.xml |  14 +-
 .../TwitterHistoryElasticsearch.dot.png | Bin 0 - 26774 bytes
 .../src/site/markdown/index.md  |  78 ++
 .../resources/TwitterHistoryElasticsearch.dot   |  21 ++
 .../TwitterHistoryElasticsearch.dot.png | Bin 0 - 26774 bytes
 .../src/site/resources/application.conf |  23 ++
 ...witterHistoryElasticsearchConfiguration.json |  13 +
 .../twitter-userstream-elasticsearch/README.md  |   4 +-
 .../TwitterUserstreamElasticsearch.png  | Bin 65713 - 0 bytes
 local/twitter-userstream-elasticsearch/pom.xml  |  12 +-
 .../TwitterUserstreamElasticsearch.dot.png  | Bin 0 - 64469 bytes
 .../src/site/markdown/index.md  |  73 ++
 .../TwitterUserstreamElasticsearch.dot  |  28 +++
 .../TwitterUserstreamElasticsearch.dot.png  | Bin 0 - 64469 bytes
 .../src/site/resources/application.conf |  22 ++
 .../twitter/TwitterUserstreamElasticsearch.json |  14 ++
 pom.xml | 235 ++-
 src/site/site.xml   |  29 +++
 68 files changed, 1293 

[4/7] incubator-streams-examples git commit: ensure apache-rat:check passes

2015-04-28 Thread sblackmon
ensure apache-rat:check passes


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/6b4de07d
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/6b4de07d
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/6b4de07d

Branch: refs/heads/0.2-incubating-rc1
Commit: 6b4de07da2340ea65b4d1613897f950a98f62046
Parents: 83580cf
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 00:38:14 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 00:38:14 2015 -0500

--
 .../ElasticsearchHdfsConfiguration.json |  3 ++
 .../HdfsElasticsearchConfiguration.json |  3 ++
 .../src/main/resources/ElasticsearchHdfs.dot|  3 ++
 .../src/main/resources/HdfsElasticsearch.dot|  3 ++
 .../src/test/resources/log4j.properties |  4 ++
 .../src/test/resources/logback.xml  | 18 +++
 .../src/test/resources/testBackup.json  | 44 +
 .../src/test/resources/testRestore.json | 38 ---
 .../ElasticsearchReindexConfiguration.json  |  3 ++
 .../src/main/resources/ElasticsearchReindex.dot |  3 ++
 .../src/main/resources/application.json | 51 +++-
 .../src/main/resources/log4j.properties |  4 ++
 .../src/main/resources/logback.xml  | 18 +++
 .../resources/ActivityChildObjectParent.json|  3 ++
 .../src/test/resources/testReindex.json | 50 ++-
 .../src/test/resources/testReindexChild.json| 50 ++-
 .../src/test/resources/testReindexParent.json   | 50 ++-
 .../MongoElasticsearchSyncConfiguration.json|  3 ++
 .../main/resources/MongoElasticsearchSync.dot   |  3 ++
 .../src/main/resources/application.json | 33 +++--
 .../src/test/resources/testSync.json| 35 --
 .../src/main/resources/TwitterFollowGraph.dot   |  3 ++
 .../resources/TwitterHistoryElasticsearch.dot   |  3 ++
 .../src/main/resources/application.conf |  3 ++
 .../twitter/TwitterUserstreamElasticsearch.json |  1 -
 .../TwitterUserstreamElasticsearch.dot  |  3 ++
 .../src/main/resources/application.conf |  3 ++
 27 files changed, 271 insertions(+), 167 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6b4de07d/local/elasticsearch-hdfs/src/main/jsonschema/ElasticsearchHdfsConfiguration.json
--
diff --git 
a/local/elasticsearch-hdfs/src/main/jsonschema/ElasticsearchHdfsConfiguration.json
 
b/local/elasticsearch-hdfs/src/main/jsonschema/ElasticsearchHdfsConfiguration.json
index 91324dd..9ad7e54 100644
--- 
a/local/elasticsearch-hdfs/src/main/jsonschema/ElasticsearchHdfsConfiguration.json
+++ 
b/local/elasticsearch-hdfs/src/main/jsonschema/ElasticsearchHdfsConfiguration.json
@@ -1,5 +1,8 @@
 {
   $schema: http://json-schema.org/draft-03/schema;,
+  $license: [
+http://www.apache.org/licenses/LICENSE-2.0;
+  ],
   type: object,
   javaType : 
org.apache.streams.elasticsearch.example.ElasticsearchHdfsConfiguration,
   javaInterfaces: [java.io.Serializable],

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6b4de07d/local/elasticsearch-hdfs/src/main/jsonschema/HdfsElasticsearchConfiguration.json
--
diff --git 
a/local/elasticsearch-hdfs/src/main/jsonschema/HdfsElasticsearchConfiguration.json
 
b/local/elasticsearch-hdfs/src/main/jsonschema/HdfsElasticsearchConfiguration.json
index c8072ba..8b77225 100644
--- 
a/local/elasticsearch-hdfs/src/main/jsonschema/HdfsElasticsearchConfiguration.json
+++ 
b/local/elasticsearch-hdfs/src/main/jsonschema/HdfsElasticsearchConfiguration.json
@@ -1,5 +1,8 @@
 {
   $schema: http://json-schema.org/draft-03/schema;,
+  $license: [
+http://www.apache.org/licenses/LICENSE-2.0;
+  ],
   type: object,
   javaType : 
org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration,
   javaInterfaces: [java.io.Serializable],

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6b4de07d/local/elasticsearch-hdfs/src/main/resources/ElasticsearchHdfs.dot
--
diff --git a/local/elasticsearch-hdfs/src/main/resources/ElasticsearchHdfs.dot 
b/local/elasticsearch-hdfs/src/main/resources/ElasticsearchHdfs.dot
index c953522..ea541af 100644
--- a/local/elasticsearch-hdfs/src/main/resources/ElasticsearchHdfs.dot
+++ b/local/elasticsearch-hdfs/src/main/resources/ElasticsearchHdfs.dot
@@ -1,3 +1,6 @@
+// Apache Streams (incubating)
+// Licensed under Apache License 2.0 - 

Git Push Summary

2015-04-28 Thread sblackmon
Repository: incubator-streams-examples
Updated Branches:
  refs/heads/0.2-incubating-rc1 [deleted] 25acd7c81


Git Push Summary

2015-04-28 Thread sblackmon
Repository: incubator-streams-examples
Updated Tags:  refs/tags/streams-examples-0.2-incubating-rc1 [deleted] 10f556699


incubator-streams-examples git commit: [maven-release-plugin] prepare for next development iteration

2015-04-28 Thread sblackmon
Repository: incubator-streams-examples
Updated Branches:
  refs/heads/0.2-incubating-rc1 437c61dcb - cbc325888


[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/cbc32588
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/cbc32588
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/cbc32588

Branch: refs/heads/0.2-incubating-rc1
Commit: cbc325888f4f0942848e04dc8f75efd9a2c2927e
Parents: 437c61d
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 02:13:29 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 02:13:29 2015 -0500

--
 local/elasticsearch-hdfs/pom.xml   | 2 +-
 local/elasticsearch-reindex/pom.xml| 2 +-
 local/mongo-elasticsearch-sync/pom.xml | 2 +-
 local/pom.xml  | 2 +-
 local/twitter-follow-graph/pom.xml | 2 +-
 local/twitter-history-elasticsearch/pom.xml| 2 +-
 local/twitter-userstream-elasticsearch/pom.xml | 2 +-
 pom.xml| 4 ++--
 8 files changed, 9 insertions(+), 9 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/cbc32588/local/elasticsearch-hdfs/pom.xml
--
diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml
index 47b7ede..356313f 100644
--- a/local/elasticsearch-hdfs/pom.xml
+++ b/local/elasticsearch-hdfs/pom.xml
@@ -21,7 +21,7 @@
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating/version
+version0.3-incubating-SNAPSHOT/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/cbc32588/local/elasticsearch-reindex/pom.xml
--
diff --git a/local/elasticsearch-reindex/pom.xml 
b/local/elasticsearch-reindex/pom.xml
index 4235aa6..94f7588 100644
--- a/local/elasticsearch-reindex/pom.xml
+++ b/local/elasticsearch-reindex/pom.xml
@@ -21,7 +21,7 @@
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating/version
+version0.3-incubating-SNAPSHOT/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/cbc32588/local/mongo-elasticsearch-sync/pom.xml
--
diff --git a/local/mongo-elasticsearch-sync/pom.xml 
b/local/mongo-elasticsearch-sync/pom.xml
index 2873b41..fa68dce 100644
--- a/local/mongo-elasticsearch-sync/pom.xml
+++ b/local/mongo-elasticsearch-sync/pom.xml
@@ -21,7 +21,7 @@
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating/version
+version0.3-incubating-SNAPSHOT/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/cbc32588/local/pom.xml
--
diff --git a/local/pom.xml b/local/pom.xml
index 9525a51..6817cd2 100644
--- a/local/pom.xml
+++ b/local/pom.xml
@@ -22,7 +22,7 @@
 parent
 artifactIdstreams-examples/artifactId
 groupIdorg.apache.streams/groupId
-version0.2-incubating/version
+version0.3-incubating-SNAPSHOT/version
 /parent
 
 artifactIdstreams-examples-local/artifactId

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/cbc32588/local/twitter-follow-graph/pom.xml
--
diff --git a/local/twitter-follow-graph/pom.xml 
b/local/twitter-follow-graph/pom.xml
index 4d2e00c..a586706 100644
--- a/local/twitter-follow-graph/pom.xml
+++ b/local/twitter-follow-graph/pom.xml
@@ -21,7 +21,7 @@
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating/version
+version0.3-incubating-SNAPSHOT/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/cbc32588/local/twitter-history-elasticsearch/pom.xml
--
diff --git a/local/twitter-history-elasticsearch/pom.xml 

Git Push Summary

2015-04-28 Thread sblackmon
Repository: incubator-streams-examples
Updated Branches:
  refs/heads/0.2-incubating-rc1 [deleted] cbc325888


[1/7] incubator-streams-examples git commit: all files needed for decent maven site

2015-04-28 Thread sblackmon
Repository: incubator-streams-examples
Updated Branches:
  refs/heads/0.2-incubating-rc1 [created] 2aad875d4


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/107852b2/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
--
diff --git 
a/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
 
b/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
new file mode 100644
index 000..d2167a8
--- /dev/null
+++ 
b/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
@@ -0,0 +1,14 @@
+{
+  $schema: http://json-schema.org/draft-03/schema;,
+  $license: [
+http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0;,
+http://www.apache.org/licenses/LICENSE-2.0;
+  ],
+  type: object,
+  javaType : 
org.apache.streams.example.twitter.TwitterUserstreamElasticsearchConfiguration,
+  javaInterfaces: [java.io.Serializable],
+  properties: {
+twitter: { javaType: 
org.apache.streams.twitter.TwitterStreamConfiguration, type: object, 
required: true },
+elasticsearch: { javaType: 
org.apache.streams.elasticsearch.ElasticsearchWriterConfiguration, type: 
object, required: true }
+  }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/107852b2/pom.xml
--
diff --git a/pom.xml b/pom.xml
index b49d35e..f9ec512 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,12 +19,8 @@
 
 project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
 modelVersion4.0.0/modelVersion
-parent
-artifactIdstreams-project/artifactId
-groupIdorg.apache.streams/groupId
-version0.2-incubating-SNAPSHOT/version
-/parent
 
+groupIdorg.apache.streams/groupId
 artifactIdstreams-examples/artifactId
 
 packagingpom/packaging
@@ -32,7 +28,139 @@
 
 descriptionContributed examples of use cases for Streams./description
 
+
urlhttp://streams.incubator.apache.org/site/${project.version}/streams-examples/url
+
+licenses
+license
+nameApache License, Version 2.0/name
+urlhttp://www.apache.org/licenses/LICENSE-2.0.txt/url
+distributionrepo/distribution
+commentsA business-friendly OSS license/comments
+/license
+/licenses
+
+scm
+
connectionscm:git:g...@github.com:apache/incubator-streams-examples.git/connection
+
developerConnectionscm:git:https://git-wip-us.apache.org/repos/asf/incubator-streams-examples.git/developerConnection
+
urlscm:git:g...@github.com:apache/incubator-streams-examples.git/url
+/scm
+
+developers
+developer
+idsblackmon/id
+nameSteve Blackmon/name
+emailsblack...@apache.org/email
+urlhttps://github.com/steveblackmon/url
+organizationApache Software Foundation/organization
+
organizationUrlhttp://streams.incubator.apache.org/organizationUrl
+/developer
+/developers
+
+issueManagement
+systemJIRA/system
+urlhttps://issues.apache.org/jira/browse/STREAMS/url
+/issueManagement
+
+ciManagement
+systemjenkins/system
+urlhttp://builds.apache.org/job/Streams%20Examples//url
+/ciManagement
+
+prerequisites
+maven3.0.5/maven
+/prerequisites
+
+mailingLists
+mailingList
+nameDev Mailing List/name
+postd...@streams.incubator.apache.org/post
+subscribedev-subscr...@streams.incubator.apache.org/subscribe
+
unsubscribedev-unsubscr...@streams.incubator.apache.org/unsubscribe
+/mailingList
+mailingList
+nameUser Mailing List/name
+postu...@streams.incubator.apache.org/post
+subscribeuser-subscr...@streams.incubator.apache.org/subscribe
+
unsubscribeuser-unsubscr...@streams.incubator.apache.org/unsubscribe
+/mailingList
+/mailingLists
+
+distributionManagement
+site
+idstreams.site.examples/id
+
urlscm:svn:https://svn.apache.org/repos/infra/websites/production/streams/content/site/${project.version}/streams-examples//url
+/site
+/distributionManagement
+
+repositories
+repository
+idcentral-repo/id
+nameMaven Repository/name
+!-- HTTPS is unavailable for Maven Central --
+urlhttp://repo.maven.apache.org/maven2/url
+releases
+  

Git Push Summary

2015-04-28 Thread sblackmon
Repository: incubator-streams-examples
Updated Tags:  refs/tags/streams-examples-0.2-incubating-rc1 [created] 10f556699


[7/7] incubator-streams-examples git commit: [maven-release-plugin] prepare release streams-examples-0.2-incubating-rc1

2015-04-28 Thread sblackmon
[maven-release-plugin] prepare release streams-examples-0.2-incubating-rc1


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/2aad875d
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/2aad875d
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/2aad875d

Branch: refs/heads/0.2-incubating-rc1
Commit: 2aad875d4722a7472151b642ad7c17f71ef709ed
Parents: 272b815
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 01:42:23 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 01:42:23 2015 -0500

--
 local/elasticsearch-hdfs/pom.xml   | 12 
 local/elasticsearch-reindex/pom.xml| 12 
 local/mongo-elasticsearch-sync/pom.xml | 12 
 local/pom.xml  |  2 +-
 local/twitter-follow-graph/pom.xml | 12 
 local/twitter-history-elasticsearch/pom.xml| 12 
 local/twitter-userstream-elasticsearch/pom.xml | 12 
 pom.xml|  7 ---
 8 files changed, 29 insertions(+), 52 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/2aad875d/local/elasticsearch-hdfs/pom.xml
--
diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml
index 7a90052..47b7ede 100644
--- a/local/elasticsearch-hdfs/pom.xml
+++ b/local/elasticsearch-hdfs/pom.xml
@@ -17,13 +17,11 @@
   specific language governing permissions and limitations
   under the License.
 --
-project xmlns=http://maven.apache.org/POM/4.0.0;
- xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
+project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating-SNAPSHOT/version
+version0.2-incubating/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion
@@ -212,10 +210,8 @@
 /goals
 configuration
 transformers
-transformer
-
implementation=org.apache.maven.plugins.shade.resource.ServicesResourceTransformer
 /
-transformer
-
implementation=org.apache.maven.plugins.shade.resource.ManifestResourceTransformer
+transformer 
implementation=org.apache.maven.plugins.shade.resource.ServicesResourceTransformer
 /
+transformer 
implementation=org.apache.maven.plugins.shade.resource.ManifestResourceTransformer
 
mainClassorg.apache.streams.example.elasticsearch.ElasticsearchHdfs/mainClass
 /transformer
 /transformers

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/2aad875d/local/elasticsearch-reindex/pom.xml
--
diff --git a/local/elasticsearch-reindex/pom.xml 
b/local/elasticsearch-reindex/pom.xml
index 544713f..4235aa6 100644
--- a/local/elasticsearch-reindex/pom.xml
+++ b/local/elasticsearch-reindex/pom.xml
@@ -17,13 +17,11 @@
   specific language governing permissions and limitations
   under the License.
 --
-project xmlns=http://maven.apache.org/POM/4.0.0;
- xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
+project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating-SNAPSHOT/version
+version0.2-incubating/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion
@@ -188,10 +186,8 @@
 /filter
 /filters
 transformers
-transformer
-
implementation=org.apache.maven.plugins.shade.resource.ServicesResourceTransformer
 /
-  

incubator-streams-examples git commit: [maven-release-plugin] prepare for next development iteration

2015-04-28 Thread sblackmon
Repository: incubator-streams-examples
Updated Branches:
  refs/heads/0.2-incubating-rc1 2aad875d4 - 25acd7c81


[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/25acd7c8
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/25acd7c8
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/25acd7c8

Branch: refs/heads/0.2-incubating-rc1
Commit: 25acd7c814b6ebf35e6b0ea48b7b12e2387bbe94
Parents: 2aad875
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 01:42:42 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 01:42:42 2015 -0500

--
 local/elasticsearch-hdfs/pom.xml   | 2 +-
 local/elasticsearch-reindex/pom.xml| 2 +-
 local/mongo-elasticsearch-sync/pom.xml | 2 +-
 local/pom.xml  | 2 +-
 local/twitter-follow-graph/pom.xml | 2 +-
 local/twitter-history-elasticsearch/pom.xml| 2 +-
 local/twitter-userstream-elasticsearch/pom.xml | 2 +-
 pom.xml| 4 ++--
 8 files changed, 9 insertions(+), 9 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/25acd7c8/local/elasticsearch-hdfs/pom.xml
--
diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml
index 47b7ede..356313f 100644
--- a/local/elasticsearch-hdfs/pom.xml
+++ b/local/elasticsearch-hdfs/pom.xml
@@ -21,7 +21,7 @@
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating/version
+version0.3-incubating-SNAPSHOT/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/25acd7c8/local/elasticsearch-reindex/pom.xml
--
diff --git a/local/elasticsearch-reindex/pom.xml 
b/local/elasticsearch-reindex/pom.xml
index 4235aa6..94f7588 100644
--- a/local/elasticsearch-reindex/pom.xml
+++ b/local/elasticsearch-reindex/pom.xml
@@ -21,7 +21,7 @@
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating/version
+version0.3-incubating-SNAPSHOT/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/25acd7c8/local/mongo-elasticsearch-sync/pom.xml
--
diff --git a/local/mongo-elasticsearch-sync/pom.xml 
b/local/mongo-elasticsearch-sync/pom.xml
index 2873b41..fa68dce 100644
--- a/local/mongo-elasticsearch-sync/pom.xml
+++ b/local/mongo-elasticsearch-sync/pom.xml
@@ -21,7 +21,7 @@
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating/version
+version0.3-incubating-SNAPSHOT/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/25acd7c8/local/pom.xml
--
diff --git a/local/pom.xml b/local/pom.xml
index 9525a51..6817cd2 100644
--- a/local/pom.xml
+++ b/local/pom.xml
@@ -22,7 +22,7 @@
 parent
 artifactIdstreams-examples/artifactId
 groupIdorg.apache.streams/groupId
-version0.2-incubating/version
+version0.3-incubating-SNAPSHOT/version
 /parent
 
 artifactIdstreams-examples-local/artifactId

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/25acd7c8/local/twitter-follow-graph/pom.xml
--
diff --git a/local/twitter-follow-graph/pom.xml 
b/local/twitter-follow-graph/pom.xml
index 4d2e00c..a586706 100644
--- a/local/twitter-follow-graph/pom.xml
+++ b/local/twitter-follow-graph/pom.xml
@@ -21,7 +21,7 @@
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating/version
+version0.3-incubating-SNAPSHOT/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/25acd7c8/local/twitter-history-elasticsearch/pom.xml
--
diff --git a/local/twitter-history-elasticsearch/pom.xml 

Git Push Summary

2015-04-28 Thread sblackmon
Repository: incubator-streams-examples
Updated Tags:  refs/tags/streams-examples-0.2-incubating-rc1 [created] 504545e48


[5/8] incubator-streams-examples git commit: fix and simplify poms for release

2015-04-28 Thread sblackmon
fix and simplify poms for release


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/244683c1
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/244683c1
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/244683c1

Branch: refs/heads/0.2-incubating-rc1
Commit: 244683c18fff246227492f7a8d8263feb19304fe
Parents: 6b4de07
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 01:10:46 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 01:10:46 2015 -0500

--
 local/elasticsearch-hdfs/pom.xml   | 101 +---
 local/elasticsearch-reindex/pom.xml| 102 +---
 local/mongo-elasticsearch-sync/pom.xml |  91 ---
 local/twitter-follow-graph/pom.xml |  59 +
 local/twitter-history-elasticsearch/pom.xml| 109 -
 local/twitter-userstream-elasticsearch/pom.xml | 103 
 pom.xml| 251 
 7 files changed, 258 insertions(+), 558 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/244683c1/local/elasticsearch-hdfs/pom.xml
--
diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml
index 3d07371..7a90052 100644
--- a/local/elasticsearch-hdfs/pom.xml
+++ b/local/elasticsearch-hdfs/pom.xml
@@ -172,17 +172,6 @@
 /testResource
 /testResources
 plugins
-plugin
-artifactIdmaven-clean-plugin/artifactId
-configuration
-filesets
-fileset
-directorydata/directory
-followSymlinksfalse/followSymlinks
-/fileset
-/filesets
-/configuration
-/plugin
 !-- This binary runs with logback --
 !-- Keep log4j out --
 plugin
@@ -222,25 +211,12 @@
 goalshade/goal
 /goals
 configuration
-finalName${project.build.finalName}/finalName
-filters
-filter
-artifact*:*/artifact
-excludes
-excludeMETA-INF/*.SF/exclude
-excludeMETA-INF/*.DSA/exclude
-excludeMETA-INF/*.RSA/exclude
-exclude**/logback.xml/exclude
-exclude**/log4j.properties/exclude
-/excludes
-/filter
-/filters
 transformers
 transformer
 
implementation=org.apache.maven.plugins.shade.resource.ServicesResourceTransformer
 /
 transformer
 
implementation=org.apache.maven.plugins.shade.resource.ManifestResourceTransformer
-
mainClassorg.apache.streams.example.elasticsearch.ElasticsearchReindex/mainClass
+
mainClassorg.apache.streams.example.elasticsearch.ElasticsearchHdfs/mainClass
 /transformer
 /transformers
 /configuration
@@ -250,42 +226,13 @@
 plugin
 groupIdorg.jsonschema2pojo/groupId
 artifactIdjsonschema2pojo-maven-plugin/artifactId
-version0.4.1/version
 configuration
-addCompileSourceRoottrue/addCompileSourceRoot
-generateBuilderstrue/generateBuilders
-sourcePaths
-sourcePathsrc/main/jsonschema/sourcePath
-/sourcePaths
-
outputDirectorytarget/generated-sources/jsonschema2pojo/outputDirectory
 
targetPackageorg.apache.streams.example.elasticsearch/targetPackage
-useJodaDatesfalse/useJodaDates
 /configuration
-executions
-execution
-goals
-goalgenerate/goal
-/goals
-/execution
-/executions
 /plugin
 plugin
 groupIdorg.codehaus.mojo/groupId
 artifactIdbuild-helper-maven-plugin/artifactId
-executions
-execution
-idadd-source/id
-

[8/8] incubator-streams-examples git commit: [maven-release-plugin] prepare release streams-examples-0.2-incubating-rc1

2015-04-28 Thread sblackmon
[maven-release-plugin] prepare release streams-examples-0.2-incubating-rc1


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/437c61dc
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/437c61dc
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/437c61dc

Branch: refs/heads/0.2-incubating-rc1
Commit: 437c61dcb672bd3cf29bf1bf0829142b35fc0e63
Parents: 44b24d5
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 02:05:50 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 02:05:50 2015 -0500

--
 local/elasticsearch-hdfs/pom.xml   | 12 
 local/elasticsearch-reindex/pom.xml| 12 
 local/mongo-elasticsearch-sync/pom.xml | 12 
 local/pom.xml  |  2 +-
 local/twitter-follow-graph/pom.xml | 12 
 local/twitter-history-elasticsearch/pom.xml| 12 
 local/twitter-userstream-elasticsearch/pom.xml | 12 
 pom.xml|  7 ---
 8 files changed, 29 insertions(+), 52 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/437c61dc/local/elasticsearch-hdfs/pom.xml
--
diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml
index 7a90052..47b7ede 100644
--- a/local/elasticsearch-hdfs/pom.xml
+++ b/local/elasticsearch-hdfs/pom.xml
@@ -17,13 +17,11 @@
   specific language governing permissions and limitations
   under the License.
 --
-project xmlns=http://maven.apache.org/POM/4.0.0;
- xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
+project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating-SNAPSHOT/version
+version0.2-incubating/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion
@@ -212,10 +210,8 @@
 /goals
 configuration
 transformers
-transformer
-
implementation=org.apache.maven.plugins.shade.resource.ServicesResourceTransformer
 /
-transformer
-
implementation=org.apache.maven.plugins.shade.resource.ManifestResourceTransformer
+transformer 
implementation=org.apache.maven.plugins.shade.resource.ServicesResourceTransformer
 /
+transformer 
implementation=org.apache.maven.plugins.shade.resource.ManifestResourceTransformer
 
mainClassorg.apache.streams.example.elasticsearch.ElasticsearchHdfs/mainClass
 /transformer
 /transformers

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/437c61dc/local/elasticsearch-reindex/pom.xml
--
diff --git a/local/elasticsearch-reindex/pom.xml 
b/local/elasticsearch-reindex/pom.xml
index 544713f..4235aa6 100644
--- a/local/elasticsearch-reindex/pom.xml
+++ b/local/elasticsearch-reindex/pom.xml
@@ -17,13 +17,11 @@
   specific language governing permissions and limitations
   under the License.
 --
-project xmlns=http://maven.apache.org/POM/4.0.0;
- xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
+project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating-SNAPSHOT/version
+version0.2-incubating/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion
@@ -188,10 +186,8 @@
 /filter
 /filters
 transformers
-transformer
-
implementation=org.apache.maven.plugins.shade.resource.ServicesResourceTransformer
 /
-  

[3/8] incubator-streams-examples git commit: need apache inheritance to use apache-rat:check

2015-04-28 Thread sblackmon
need apache inheritance to use apache-rat:check


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/83580cf4
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/83580cf4
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/83580cf4

Branch: refs/heads/0.2-incubating-rc1
Commit: 83580cf4756bb7e73db5c766cc84c5a6d3d8f11e
Parents: 107852b
Author: Steve Blackmon sblack...@apache.org
Authored: Mon Apr 27 22:32:40 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Mon Apr 27 22:32:40 2015 -0500

--
 pom.xml | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/83580cf4/pom.xml
--
diff --git a/pom.xml b/pom.xml
index f9ec512..d7ebbe4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,11 +18,19 @@
   --
 
 project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
+
+parent
+groupIdorg.apache/groupId
+artifactIdapache/artifactId
+version16/version
+/parent
+
 modelVersion4.0.0/modelVersion
 
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples/artifactId
-
+version0.2-incubating-SNAPSHOT/version
+
 packagingpom/packaging
 namestreams-examples/name
 



[2/8] incubator-streams-examples git commit: all files needed for decent maven site

2015-04-28 Thread sblackmon
all files needed for decent maven site


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/107852b2
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/107852b2
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/107852b2

Branch: refs/heads/0.2-incubating-rc1
Commit: 107852b258d6a6d31ba9e9447105a1a2f88f0aed
Parents: a1836d0
Author: Steve Blackmon sblack...@apache.org
Authored: Mon Apr 27 22:25:14 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Mon Apr 27 22:25:14 2015 -0500

--
 local/elasticsearch-hdfs/ElasticsearchHdfs.md   |  47 
 local/elasticsearch-hdfs/HdfsElasticsearch.md   |  50 
 local/elasticsearch-hdfs/README.md  |   4 +-
 local/elasticsearch-hdfs/pom.xml|  19 +-
 .../main/resources/ElasticsearchHdfs.dot.png| Bin 0 - 23205 bytes
 .../main/resources/HdfsElasticsearch.dot.png| Bin 0 - 23439 bytes
 .../src/site/markdown/ElasticsearchHdfs.md  |  47 
 .../src/site/markdown/HdfsElasticsearch.md  |  50 
 .../src/site/markdown/index.md  |  35 +++
 .../src/site/resources/ElasticsearchHdfs.dot|  17 ++
 .../site/resources/ElasticsearchHdfs.dot.png| Bin 0 - 23205 bytes
 .../ElasticsearchHdfsConfiguration.json |  10 +
 .../src/site/resources/HdfsElasticsearch.dot|  17 ++
 .../site/resources/HdfsElasticsearch.dot.png| Bin 0 - 23439 bytes
 .../HdfsElasticsearchConfiguration.json |  10 +
 .../src/site/resources/testBackup.json  |  24 ++
 .../src/site/resources/testRestore.json |  20 ++
 .../ElasticsearchReindex.png| Bin 8913 - 0 bytes
 local/elasticsearch-reindex/README.md   |   4 +-
 local/elasticsearch-reindex/pom.xml |  18 +-
 .../main/resources/ElasticsearchReindex.dot.png | Bin 0 - 23187 bytes
 .../src/site/markdown/index.md  |  79 +++
 .../resources/ActivityChildObjectParent.json|  15 ++
 .../src/site/resources/ElasticsearchReindex.dot |  17 ++
 .../site/resources/ElasticsearchReindex.dot.png | Bin 0 - 23187 bytes
 .../ElasticsearchReindexConfiguration.json  |  10 +
 .../src/site/resources/application.json |  26 ++
 .../src/site/resources/testReindex.json |  26 ++
 .../src/site/resources/testReindexChild.json|  26 ++
 .../src/site/resources/testReindexParent.json   |  26 ++
 .../MongoElasticsearchSync.png  | Bin 11502 - 0 bytes
 local/mongo-elasticsearch-sync/README.md|   4 +-
 local/mongo-elasticsearch-sync/pom.xml  |   3 +
 .../resources/MongoElasticsearchSync.dot.png| Bin 0 - 27856 bytes
 .../src/site/markdown/index.md  |  68 ++
 .../site/resources/MongoElasticsearchSync.dot   |  18 ++
 .../resources/MongoElasticsearchSync.dot.png| Bin 0 - 27856 bytes
 .../MongoElasticsearchSyncConfiguration.json|  10 +
 .../src/site/resources/application.json |  17 ++
 .../src/site/resources/testSync.json|  18 ++
 local/twitter-follow-graph/README.md|   2 +-
 .../twitter-follow-graph/TwitterFollowGraph.png | Bin 35826 - 0 bytes
 local/twitter-follow-graph/pom.xml  |  21 +-
 .../main/resources/TwitterFollowGraph.dot.png   | Bin 0 - 34724 bytes
 .../src/site/markdown/index.md  |  97 
 .../src/site/resources/TwitterFollowGraph.dot   |  21 ++
 .../site/resources/TwitterFollowGraph.dot.png   | Bin 0 - 34724 bytes
 .../TwitterFollowGraphConfiguration.json|  13 +
 local/twitter-history-elasticsearch/README.md   |   2 +-
 .../TwitterHistoryElasticsearch.png | Bin 27497 - 0 bytes
 local/twitter-history-elasticsearch/pom.xml |  14 +-
 .../TwitterHistoryElasticsearch.dot.png | Bin 0 - 26774 bytes
 .../src/site/markdown/index.md  |  78 ++
 .../resources/TwitterHistoryElasticsearch.dot   |  21 ++
 .../TwitterHistoryElasticsearch.dot.png | Bin 0 - 26774 bytes
 .../src/site/resources/application.conf |  23 ++
 ...witterHistoryElasticsearchConfiguration.json |  13 +
 .../twitter-userstream-elasticsearch/README.md  |   4 +-
 .../TwitterUserstreamElasticsearch.png  | Bin 65713 - 0 bytes
 local/twitter-userstream-elasticsearch/pom.xml  |  12 +-
 .../TwitterUserstreamElasticsearch.dot.png  | Bin 0 - 64469 bytes
 .../src/site/markdown/index.md  |  73 ++
 .../TwitterUserstreamElasticsearch.dot  |  28 +++
 .../TwitterUserstreamElasticsearch.dot.png  | Bin 0 - 64469 bytes
 .../src/site/resources/application.conf |  22 ++
 .../twitter/TwitterUserstreamElasticsearch.json |  14 ++
 pom.xml | 235 ++-
 src/site/site.xml   |  29 +++
 68 files changed, 1293 

[6/8] incubator-streams-examples git commit: set streams.version to 0.2-incubating for release

2015-04-28 Thread sblackmon
set streams.version to 0.2-incubating for release


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/272b8159
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/272b8159
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/272b8159

Branch: refs/heads/0.2-incubating-rc1
Commit: 272b8159ca0aa77b863a3eba6c2db7dcf695ed98
Parents: 244683c
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 01:18:59 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 01:21:30 2015 -0500

--
 local/mongo-elasticsearch-sync/pom.xml  | 12 ++--
 local/twitter-history-elasticsearch/pom.xml |  2 +-
 pom.xml |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/272b8159/local/mongo-elasticsearch-sync/pom.xml
--
diff --git a/local/mongo-elasticsearch-sync/pom.xml 
b/local/mongo-elasticsearch-sync/pom.xml
index 6726460..388662f 100644
--- a/local/mongo-elasticsearch-sync/pom.xml
+++ b/local/mongo-elasticsearch-sync/pom.xml
@@ -67,7 +67,7 @@
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-core/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdcom.typesafe/groupId
@@ -76,27 +76,27 @@
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-config/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-runtime-local/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-persist-elasticsearch/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-persist-mongo/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-pojo/artifactId
-version${project.version}/version
+version${streams.version}/version
 typetest-jar/type
 /dependency
 dependency

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/272b8159/local/twitter-history-elasticsearch/pom.xml
--
diff --git a/local/twitter-history-elasticsearch/pom.xml 
b/local/twitter-history-elasticsearch/pom.xml
index 93ff1bb..1b27789 100644
--- a/local/twitter-history-elasticsearch/pom.xml
+++ b/local/twitter-history-elasticsearch/pom.xml
@@ -70,7 +70,7 @@
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-core/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdcom.typesafe/groupId

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/272b8159/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 83b8d12..2c39199 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@
 https://repository.apache.org/service/local/staging/deploy/maven2
 /release.repository.url
 
-streams.version${project.version}/streams.version
+streams.version0.2-incubating/streams.version
 
 !-- Plugin and Plugin Dependency Versions --
 build-helper.plugin.version1.8/build-helper.plugin.version



[1/8] incubator-streams-examples git commit: all files needed for decent maven site

2015-04-28 Thread sblackmon
Repository: incubator-streams-examples
Updated Branches:
  refs/heads/0.2-incubating-rc1 [created] 437c61dcb


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/107852b2/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
--
diff --git 
a/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
 
b/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
new file mode 100644
index 000..d2167a8
--- /dev/null
+++ 
b/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
@@ -0,0 +1,14 @@
+{
+  $schema: http://json-schema.org/draft-03/schema;,
+  $license: [
+http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0;,
+http://www.apache.org/licenses/LICENSE-2.0;
+  ],
+  type: object,
+  javaType : 
org.apache.streams.example.twitter.TwitterUserstreamElasticsearchConfiguration,
+  javaInterfaces: [java.io.Serializable],
+  properties: {
+twitter: { javaType: 
org.apache.streams.twitter.TwitterStreamConfiguration, type: object, 
required: true },
+elasticsearch: { javaType: 
org.apache.streams.elasticsearch.ElasticsearchWriterConfiguration, type: 
object, required: true }
+  }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/107852b2/pom.xml
--
diff --git a/pom.xml b/pom.xml
index b49d35e..f9ec512 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,12 +19,8 @@
 
 project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
 modelVersion4.0.0/modelVersion
-parent
-artifactIdstreams-project/artifactId
-groupIdorg.apache.streams/groupId
-version0.2-incubating-SNAPSHOT/version
-/parent
 
+groupIdorg.apache.streams/groupId
 artifactIdstreams-examples/artifactId
 
 packagingpom/packaging
@@ -32,7 +28,139 @@
 
 descriptionContributed examples of use cases for Streams./description
 
+
urlhttp://streams.incubator.apache.org/site/${project.version}/streams-examples/url
+
+licenses
+license
+nameApache License, Version 2.0/name
+urlhttp://www.apache.org/licenses/LICENSE-2.0.txt/url
+distributionrepo/distribution
+commentsA business-friendly OSS license/comments
+/license
+/licenses
+
+scm
+
connectionscm:git:g...@github.com:apache/incubator-streams-examples.git/connection
+
developerConnectionscm:git:https://git-wip-us.apache.org/repos/asf/incubator-streams-examples.git/developerConnection
+
urlscm:git:g...@github.com:apache/incubator-streams-examples.git/url
+/scm
+
+developers
+developer
+idsblackmon/id
+nameSteve Blackmon/name
+emailsblack...@apache.org/email
+urlhttps://github.com/steveblackmon/url
+organizationApache Software Foundation/organization
+
organizationUrlhttp://streams.incubator.apache.org/organizationUrl
+/developer
+/developers
+
+issueManagement
+systemJIRA/system
+urlhttps://issues.apache.org/jira/browse/STREAMS/url
+/issueManagement
+
+ciManagement
+systemjenkins/system
+urlhttp://builds.apache.org/job/Streams%20Examples//url
+/ciManagement
+
+prerequisites
+maven3.0.5/maven
+/prerequisites
+
+mailingLists
+mailingList
+nameDev Mailing List/name
+postd...@streams.incubator.apache.org/post
+subscribedev-subscr...@streams.incubator.apache.org/subscribe
+
unsubscribedev-unsubscr...@streams.incubator.apache.org/unsubscribe
+/mailingList
+mailingList
+nameUser Mailing List/name
+postu...@streams.incubator.apache.org/post
+subscribeuser-subscr...@streams.incubator.apache.org/subscribe
+
unsubscribeuser-unsubscr...@streams.incubator.apache.org/unsubscribe
+/mailingList
+/mailingLists
+
+distributionManagement
+site
+idstreams.site.examples/id
+
urlscm:svn:https://svn.apache.org/repos/infra/websites/production/streams/content/site/${project.version}/streams-examples//url
+/site
+/distributionManagement
+
+repositories
+repository
+idcentral-repo/id
+nameMaven Repository/name
+!-- HTTPS is unavailable for Maven Central --
+urlhttp://repo.maven.apache.org/maven2/url
+releases
+  

incubator-streams-examples git commit: [maven-release-plugin] prepare for next development iteration

2015-04-28 Thread sblackmon
Repository: incubator-streams-examples
Updated Branches:
  refs/heads/0.2-incubating-rc1 d8de77a3f - 0248166dc


[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/0248166d
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/0248166d
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/0248166d

Branch: refs/heads/0.2-incubating-rc1
Commit: 0248166dcccfc587aa6be0908e1d3dfe75f2bcee
Parents: d8de77a
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 02:41:23 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 02:41:23 2015 -0500

--
 local/elasticsearch-hdfs/pom.xml   | 2 +-
 local/elasticsearch-reindex/pom.xml| 2 +-
 local/mongo-elasticsearch-sync/pom.xml | 2 +-
 local/pom.xml  | 2 +-
 local/twitter-follow-graph/pom.xml | 2 +-
 local/twitter-history-elasticsearch/pom.xml| 2 +-
 local/twitter-userstream-elasticsearch/pom.xml | 2 +-
 pom.xml| 4 ++--
 8 files changed, 9 insertions(+), 9 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/0248166d/local/elasticsearch-hdfs/pom.xml
--
diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml
index 47b7ede..356313f 100644
--- a/local/elasticsearch-hdfs/pom.xml
+++ b/local/elasticsearch-hdfs/pom.xml
@@ -21,7 +21,7 @@
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating/version
+version0.3-incubating-SNAPSHOT/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/0248166d/local/elasticsearch-reindex/pom.xml
--
diff --git a/local/elasticsearch-reindex/pom.xml 
b/local/elasticsearch-reindex/pom.xml
index 4235aa6..94f7588 100644
--- a/local/elasticsearch-reindex/pom.xml
+++ b/local/elasticsearch-reindex/pom.xml
@@ -21,7 +21,7 @@
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating/version
+version0.3-incubating-SNAPSHOT/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/0248166d/local/mongo-elasticsearch-sync/pom.xml
--
diff --git a/local/mongo-elasticsearch-sync/pom.xml 
b/local/mongo-elasticsearch-sync/pom.xml
index 2873b41..fa68dce 100644
--- a/local/mongo-elasticsearch-sync/pom.xml
+++ b/local/mongo-elasticsearch-sync/pom.xml
@@ -21,7 +21,7 @@
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating/version
+version0.3-incubating-SNAPSHOT/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/0248166d/local/pom.xml
--
diff --git a/local/pom.xml b/local/pom.xml
index 9525a51..6817cd2 100644
--- a/local/pom.xml
+++ b/local/pom.xml
@@ -22,7 +22,7 @@
 parent
 artifactIdstreams-examples/artifactId
 groupIdorg.apache.streams/groupId
-version0.2-incubating/version
+version0.3-incubating-SNAPSHOT/version
 /parent
 
 artifactIdstreams-examples-local/artifactId

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/0248166d/local/twitter-follow-graph/pom.xml
--
diff --git a/local/twitter-follow-graph/pom.xml 
b/local/twitter-follow-graph/pom.xml
index 4d2e00c..a586706 100644
--- a/local/twitter-follow-graph/pom.xml
+++ b/local/twitter-follow-graph/pom.xml
@@ -21,7 +21,7 @@
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating/version
+version0.3-incubating-SNAPSHOT/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/0248166d/local/twitter-history-elasticsearch/pom.xml
--
diff --git a/local/twitter-history-elasticsearch/pom.xml 

[8/8] incubator-streams-examples git commit: [maven-release-plugin] prepare release streams-examples-0.2-incubating-rc1

2015-04-28 Thread sblackmon
[maven-release-plugin] prepare release streams-examples-0.2-incubating-rc1


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/d8de77a3
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/d8de77a3
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/d8de77a3

Branch: refs/heads/0.2-incubating-rc1
Commit: d8de77a3f5d9174363f0323dcc8c7315b4225264
Parents: 44b24d5
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 02:41:05 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 02:41:05 2015 -0500

--
 local/elasticsearch-hdfs/pom.xml   | 12 
 local/elasticsearch-reindex/pom.xml| 12 
 local/mongo-elasticsearch-sync/pom.xml | 12 
 local/pom.xml  |  2 +-
 local/twitter-follow-graph/pom.xml | 12 
 local/twitter-history-elasticsearch/pom.xml| 12 
 local/twitter-userstream-elasticsearch/pom.xml | 12 
 pom.xml|  7 ---
 8 files changed, 29 insertions(+), 52 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/d8de77a3/local/elasticsearch-hdfs/pom.xml
--
diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml
index 7a90052..47b7ede 100644
--- a/local/elasticsearch-hdfs/pom.xml
+++ b/local/elasticsearch-hdfs/pom.xml
@@ -17,13 +17,11 @@
   specific language governing permissions and limitations
   under the License.
 --
-project xmlns=http://maven.apache.org/POM/4.0.0;
- xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
+project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating-SNAPSHOT/version
+version0.2-incubating/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion
@@ -212,10 +210,8 @@
 /goals
 configuration
 transformers
-transformer
-
implementation=org.apache.maven.plugins.shade.resource.ServicesResourceTransformer
 /
-transformer
-
implementation=org.apache.maven.plugins.shade.resource.ManifestResourceTransformer
+transformer 
implementation=org.apache.maven.plugins.shade.resource.ServicesResourceTransformer
 /
+transformer 
implementation=org.apache.maven.plugins.shade.resource.ManifestResourceTransformer
 
mainClassorg.apache.streams.example.elasticsearch.ElasticsearchHdfs/mainClass
 /transformer
 /transformers

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/d8de77a3/local/elasticsearch-reindex/pom.xml
--
diff --git a/local/elasticsearch-reindex/pom.xml 
b/local/elasticsearch-reindex/pom.xml
index 544713f..4235aa6 100644
--- a/local/elasticsearch-reindex/pom.xml
+++ b/local/elasticsearch-reindex/pom.xml
@@ -17,13 +17,11 @@
   specific language governing permissions and limitations
   under the License.
 --
-project xmlns=http://maven.apache.org/POM/4.0.0;
- xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
+project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
 parent
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples-local/artifactId
-version0.2-incubating-SNAPSHOT/version
+version0.2-incubating/version
 relativePath../relativePath
 /parent
 modelVersion4.0.0/modelVersion
@@ -188,10 +186,8 @@
 /filter
 /filters
 transformers
-transformer
-
implementation=org.apache.maven.plugins.shade.resource.ServicesResourceTransformer
 /
-  

[3/8] incubator-streams-examples git commit: need apache inheritance to use apache-rat:check

2015-04-28 Thread sblackmon
need apache inheritance to use apache-rat:check


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/83580cf4
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/83580cf4
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/83580cf4

Branch: refs/heads/0.2-incubating-rc1
Commit: 83580cf4756bb7e73db5c766cc84c5a6d3d8f11e
Parents: 107852b
Author: Steve Blackmon sblack...@apache.org
Authored: Mon Apr 27 22:32:40 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Mon Apr 27 22:32:40 2015 -0500

--
 pom.xml | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/83580cf4/pom.xml
--
diff --git a/pom.xml b/pom.xml
index f9ec512..d7ebbe4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,11 +18,19 @@
   --
 
 project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
+
+parent
+groupIdorg.apache/groupId
+artifactIdapache/artifactId
+version16/version
+/parent
+
 modelVersion4.0.0/modelVersion
 
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples/artifactId
-
+version0.2-incubating-SNAPSHOT/version
+
 packagingpom/packaging
 namestreams-examples/name
 



[2/8] incubator-streams-examples git commit: all files needed for decent maven site

2015-04-28 Thread sblackmon
all files needed for decent maven site


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/107852b2
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/107852b2
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/107852b2

Branch: refs/heads/0.2-incubating-rc1
Commit: 107852b258d6a6d31ba9e9447105a1a2f88f0aed
Parents: a1836d0
Author: Steve Blackmon sblack...@apache.org
Authored: Mon Apr 27 22:25:14 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Mon Apr 27 22:25:14 2015 -0500

--
 local/elasticsearch-hdfs/ElasticsearchHdfs.md   |  47 
 local/elasticsearch-hdfs/HdfsElasticsearch.md   |  50 
 local/elasticsearch-hdfs/README.md  |   4 +-
 local/elasticsearch-hdfs/pom.xml|  19 +-
 .../main/resources/ElasticsearchHdfs.dot.png| Bin 0 - 23205 bytes
 .../main/resources/HdfsElasticsearch.dot.png| Bin 0 - 23439 bytes
 .../src/site/markdown/ElasticsearchHdfs.md  |  47 
 .../src/site/markdown/HdfsElasticsearch.md  |  50 
 .../src/site/markdown/index.md  |  35 +++
 .../src/site/resources/ElasticsearchHdfs.dot|  17 ++
 .../site/resources/ElasticsearchHdfs.dot.png| Bin 0 - 23205 bytes
 .../ElasticsearchHdfsConfiguration.json |  10 +
 .../src/site/resources/HdfsElasticsearch.dot|  17 ++
 .../site/resources/HdfsElasticsearch.dot.png| Bin 0 - 23439 bytes
 .../HdfsElasticsearchConfiguration.json |  10 +
 .../src/site/resources/testBackup.json  |  24 ++
 .../src/site/resources/testRestore.json |  20 ++
 .../ElasticsearchReindex.png| Bin 8913 - 0 bytes
 local/elasticsearch-reindex/README.md   |   4 +-
 local/elasticsearch-reindex/pom.xml |  18 +-
 .../main/resources/ElasticsearchReindex.dot.png | Bin 0 - 23187 bytes
 .../src/site/markdown/index.md  |  79 +++
 .../resources/ActivityChildObjectParent.json|  15 ++
 .../src/site/resources/ElasticsearchReindex.dot |  17 ++
 .../site/resources/ElasticsearchReindex.dot.png | Bin 0 - 23187 bytes
 .../ElasticsearchReindexConfiguration.json  |  10 +
 .../src/site/resources/application.json |  26 ++
 .../src/site/resources/testReindex.json |  26 ++
 .../src/site/resources/testReindexChild.json|  26 ++
 .../src/site/resources/testReindexParent.json   |  26 ++
 .../MongoElasticsearchSync.png  | Bin 11502 - 0 bytes
 local/mongo-elasticsearch-sync/README.md|   4 +-
 local/mongo-elasticsearch-sync/pom.xml  |   3 +
 .../resources/MongoElasticsearchSync.dot.png| Bin 0 - 27856 bytes
 .../src/site/markdown/index.md  |  68 ++
 .../site/resources/MongoElasticsearchSync.dot   |  18 ++
 .../resources/MongoElasticsearchSync.dot.png| Bin 0 - 27856 bytes
 .../MongoElasticsearchSyncConfiguration.json|  10 +
 .../src/site/resources/application.json |  17 ++
 .../src/site/resources/testSync.json|  18 ++
 local/twitter-follow-graph/README.md|   2 +-
 .../twitter-follow-graph/TwitterFollowGraph.png | Bin 35826 - 0 bytes
 local/twitter-follow-graph/pom.xml  |  21 +-
 .../main/resources/TwitterFollowGraph.dot.png   | Bin 0 - 34724 bytes
 .../src/site/markdown/index.md  |  97 
 .../src/site/resources/TwitterFollowGraph.dot   |  21 ++
 .../site/resources/TwitterFollowGraph.dot.png   | Bin 0 - 34724 bytes
 .../TwitterFollowGraphConfiguration.json|  13 +
 local/twitter-history-elasticsearch/README.md   |   2 +-
 .../TwitterHistoryElasticsearch.png | Bin 27497 - 0 bytes
 local/twitter-history-elasticsearch/pom.xml |  14 +-
 .../TwitterHistoryElasticsearch.dot.png | Bin 0 - 26774 bytes
 .../src/site/markdown/index.md  |  78 ++
 .../resources/TwitterHistoryElasticsearch.dot   |  21 ++
 .../TwitterHistoryElasticsearch.dot.png | Bin 0 - 26774 bytes
 .../src/site/resources/application.conf |  23 ++
 ...witterHistoryElasticsearchConfiguration.json |  13 +
 .../twitter-userstream-elasticsearch/README.md  |   4 +-
 .../TwitterUserstreamElasticsearch.png  | Bin 65713 - 0 bytes
 local/twitter-userstream-elasticsearch/pom.xml  |  12 +-
 .../TwitterUserstreamElasticsearch.dot.png  | Bin 0 - 64469 bytes
 .../src/site/markdown/index.md  |  73 ++
 .../TwitterUserstreamElasticsearch.dot  |  28 +++
 .../TwitterUserstreamElasticsearch.dot.png  | Bin 0 - 64469 bytes
 .../src/site/resources/application.conf |  22 ++
 .../twitter/TwitterUserstreamElasticsearch.json |  14 ++
 pom.xml | 235 ++-
 src/site/site.xml   |  29 +++
 68 files changed, 1293 

[1/8] incubator-streams-examples git commit: all files needed for decent maven site

2015-04-28 Thread sblackmon
Repository: incubator-streams-examples
Updated Branches:
  refs/heads/0.2-incubating-rc1 [created] d8de77a3f


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/107852b2/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
--
diff --git 
a/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
 
b/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
new file mode 100644
index 000..d2167a8
--- /dev/null
+++ 
b/local/twitter-userstream-elasticsearch/src/site/resources/org/apache/streams/example/twitter/TwitterUserstreamElasticsearch.json
@@ -0,0 +1,14 @@
+{
+  $schema: http://json-schema.org/draft-03/schema;,
+  $license: [
+http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0;,
+http://www.apache.org/licenses/LICENSE-2.0;
+  ],
+  type: object,
+  javaType : 
org.apache.streams.example.twitter.TwitterUserstreamElasticsearchConfiguration,
+  javaInterfaces: [java.io.Serializable],
+  properties: {
+twitter: { javaType: 
org.apache.streams.twitter.TwitterStreamConfiguration, type: object, 
required: true },
+elasticsearch: { javaType: 
org.apache.streams.elasticsearch.ElasticsearchWriterConfiguration, type: 
object, required: true }
+  }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/107852b2/pom.xml
--
diff --git a/pom.xml b/pom.xml
index b49d35e..f9ec512 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,12 +19,8 @@
 
 project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
 modelVersion4.0.0/modelVersion
-parent
-artifactIdstreams-project/artifactId
-groupIdorg.apache.streams/groupId
-version0.2-incubating-SNAPSHOT/version
-/parent
 
+groupIdorg.apache.streams/groupId
 artifactIdstreams-examples/artifactId
 
 packagingpom/packaging
@@ -32,7 +28,139 @@
 
 descriptionContributed examples of use cases for Streams./description
 
+
urlhttp://streams.incubator.apache.org/site/${project.version}/streams-examples/url
+
+licenses
+license
+nameApache License, Version 2.0/name
+urlhttp://www.apache.org/licenses/LICENSE-2.0.txt/url
+distributionrepo/distribution
+commentsA business-friendly OSS license/comments
+/license
+/licenses
+
+scm
+
connectionscm:git:g...@github.com:apache/incubator-streams-examples.git/connection
+
developerConnectionscm:git:https://git-wip-us.apache.org/repos/asf/incubator-streams-examples.git/developerConnection
+
urlscm:git:g...@github.com:apache/incubator-streams-examples.git/url
+/scm
+
+developers
+developer
+idsblackmon/id
+nameSteve Blackmon/name
+emailsblack...@apache.org/email
+urlhttps://github.com/steveblackmon/url
+organizationApache Software Foundation/organization
+
organizationUrlhttp://streams.incubator.apache.org/organizationUrl
+/developer
+/developers
+
+issueManagement
+systemJIRA/system
+urlhttps://issues.apache.org/jira/browse/STREAMS/url
+/issueManagement
+
+ciManagement
+systemjenkins/system
+urlhttp://builds.apache.org/job/Streams%20Examples//url
+/ciManagement
+
+prerequisites
+maven3.0.5/maven
+/prerequisites
+
+mailingLists
+mailingList
+nameDev Mailing List/name
+postd...@streams.incubator.apache.org/post
+subscribedev-subscr...@streams.incubator.apache.org/subscribe
+
unsubscribedev-unsubscr...@streams.incubator.apache.org/unsubscribe
+/mailingList
+mailingList
+nameUser Mailing List/name
+postu...@streams.incubator.apache.org/post
+subscribeuser-subscr...@streams.incubator.apache.org/subscribe
+
unsubscribeuser-unsubscr...@streams.incubator.apache.org/unsubscribe
+/mailingList
+/mailingLists
+
+distributionManagement
+site
+idstreams.site.examples/id
+
urlscm:svn:https://svn.apache.org/repos/infra/websites/production/streams/content/site/${project.version}/streams-examples//url
+/site
+/distributionManagement
+
+repositories
+repository
+idcentral-repo/id
+nameMaven Repository/name
+!-- HTTPS is unavailable for Maven Central --
+urlhttp://repo.maven.apache.org/maven2/url
+releases
+  

[6/8] incubator-streams-examples git commit: set streams.version to 0.2-incubating for release

2015-04-28 Thread sblackmon
set streams.version to 0.2-incubating for release


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/272b8159
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/272b8159
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/272b8159

Branch: refs/heads/0.2-incubating-rc1
Commit: 272b8159ca0aa77b863a3eba6c2db7dcf695ed98
Parents: 244683c
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 01:18:59 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 01:21:30 2015 -0500

--
 local/mongo-elasticsearch-sync/pom.xml  | 12 ++--
 local/twitter-history-elasticsearch/pom.xml |  2 +-
 pom.xml |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/272b8159/local/mongo-elasticsearch-sync/pom.xml
--
diff --git a/local/mongo-elasticsearch-sync/pom.xml 
b/local/mongo-elasticsearch-sync/pom.xml
index 6726460..388662f 100644
--- a/local/mongo-elasticsearch-sync/pom.xml
+++ b/local/mongo-elasticsearch-sync/pom.xml
@@ -67,7 +67,7 @@
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-core/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdcom.typesafe/groupId
@@ -76,27 +76,27 @@
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-config/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-runtime-local/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-persist-elasticsearch/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-persist-mongo/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-pojo/artifactId
-version${project.version}/version
+version${streams.version}/version
 typetest-jar/type
 /dependency
 dependency

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/272b8159/local/twitter-history-elasticsearch/pom.xml
--
diff --git a/local/twitter-history-elasticsearch/pom.xml 
b/local/twitter-history-elasticsearch/pom.xml
index 93ff1bb..1b27789 100644
--- a/local/twitter-history-elasticsearch/pom.xml
+++ b/local/twitter-history-elasticsearch/pom.xml
@@ -70,7 +70,7 @@
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-core/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdcom.typesafe/groupId

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/272b8159/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 83b8d12..2c39199 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@
 https://repository.apache.org/service/local/staging/deploy/maven2
 /release.repository.url
 
-streams.version${project.version}/streams.version
+streams.version0.2-incubating/streams.version
 
 !-- Plugin and Plugin Dependency Versions --
 build-helper.plugin.version1.8/build-helper.plugin.version



[7/8] incubator-streams-examples git commit: src/site/resources should be excluded from version control

2015-04-28 Thread sblackmon
src/site/resources should be excluded from version control


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/44b24d50
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/44b24d50
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/44b24d50

Branch: refs/heads/0.2-incubating-rc1
Commit: 44b24d50a1ea01654dc645348d9f65f4a5670313
Parents: 272b815
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 01:59:19 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 01:59:19 2015 -0500

--
 .gitignore  |   1 +
 .../src/site/resources/ElasticsearchHdfs.dot|  17 ---
 .../site/resources/ElasticsearchHdfs.dot.png| Bin 23205 - 0 bytes
 .../ElasticsearchHdfsConfiguration.json |  10 ---
 .../src/site/resources/HdfsElasticsearch.dot|  17 ---
 .../site/resources/HdfsElasticsearch.dot.png| Bin 23439 - 0 bytes
 .../HdfsElasticsearchConfiguration.json |  10 ---
 .../src/site/resources/testBackup.json  |  24 
 .../src/site/resources/testRestore.json |  20 -
 .../resources/ActivityChildObjectParent.json|  15 --
 .../src/site/resources/ElasticsearchReindex.dot |  17 ---
 .../site/resources/ElasticsearchReindex.dot.png | Bin 23187 - 0 bytes
 .../ElasticsearchReindexConfiguration.json  |  10 ---
 .../src/site/resources/application.json |  26 -
 .../src/site/resources/testReindex.json |  26 -
 .../src/site/resources/testReindexChild.json|  26 -
 .../src/site/resources/testReindexParent.json   |  26 -
 .../site/resources/MongoElasticsearchSync.dot   |  18 
 .../resources/MongoElasticsearchSync.dot.png| Bin 27856 - 0 bytes
 .../MongoElasticsearchSyncConfiguration.json|  10 ---
 .../src/site/resources/application.json |  17 ---
 .../src/site/resources/testSync.json|  18 
 .../src/site/resources/TwitterFollowGraph.dot   |  21 --
 .../site/resources/TwitterFollowGraph.dot.png   | Bin 34724 - 0 bytes
 .../TwitterFollowGraphConfiguration.json|  13 -
 .../resources/TwitterHistoryElasticsearch.dot   |  21 --
 .../TwitterHistoryElasticsearch.dot.png | Bin 26774 - 0 bytes
 .../src/site/resources/application.conf |  23 ---
 ...witterHistoryElasticsearchConfiguration.json |  13 -
 .../TwitterUserstreamElasticsearch.dot  |  28 ---
 .../TwitterUserstreamElasticsearch.dot.png  | Bin 64469 - 0 bytes
 .../src/site/resources/application.conf |  22 ---
 .../twitter/TwitterUserstreamElasticsearch.json |  14 --
 33 files changed, 1 insertion(+), 462 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/44b24d50/.gitignore
--
diff --git a/.gitignore b/.gitignore
index 1b41e46..0600e2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ streams-master-pom/
 
 target/
 overlays/
+src/site/resources/
 dependency-reduced-pom.xml
 
 # IDE directories/files #

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/44b24d50/local/elasticsearch-hdfs/src/site/resources/ElasticsearchHdfs.dot
--
diff --git a/local/elasticsearch-hdfs/src/site/resources/ElasticsearchHdfs.dot 
b/local/elasticsearch-hdfs/src/site/resources/ElasticsearchHdfs.dot
deleted file mode 100644
index c953522..000
--- a/local/elasticsearch-hdfs/src/site/resources/ElasticsearchHdfs.dot
+++ /dev/null
@@ -1,17 +0,0 @@
-digraph g {
-
-  //providers
-  ElasticsearchPersistReader 
[label=ElasticsearchPersistReader,shape=ellipse,URL=https://github.com/apache/incubator-streams/blob/master/streams-contrib/streams-provider-elasticsearch/src/main/java/org/apache/streams/elasticsearch/ElasticsearchPersistReader.java;];
-
-  //persisters
-  WebHdfsPersistWriter 
[label=WebHdfsPersistWriter,shape=ellipse,URL=https://github.com/apache/incubator-streams/blob/master/streams-contrib/streams-persist-elasticsearch/src/main/java/org/apache/streams/elasticsearch/ElasticsearchPersistWriter.java;];
-
-  //data
-  source [label=es://{indexes}/{types},shape=box];
-  destination [label=hdfs://{index}/{type},shape=box];
-
-  //stream
-  source - ElasticsearchPersistReader
-  ElasticsearchPersistReader - WebHdfsPersistWriter [label=String];
-  WebHdfsPersistWriter - destination
-}
\ No newline at end of file


Git Push Summary

2015-04-28 Thread sblackmon
Repository: incubator-streams-examples
Updated Tags:  refs/tags/streams-examples-0.2-incubating-rc1 [created] 2588de533


[5/8] incubator-streams-examples git commit: fix and simplify poms for release

2015-04-28 Thread sblackmon
fix and simplify poms for release


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/244683c1
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/244683c1
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/244683c1

Branch: refs/heads/0.2-incubating-rc1
Commit: 244683c18fff246227492f7a8d8263feb19304fe
Parents: 6b4de07
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 01:10:46 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 01:10:46 2015 -0500

--
 local/elasticsearch-hdfs/pom.xml   | 101 +---
 local/elasticsearch-reindex/pom.xml| 102 +---
 local/mongo-elasticsearch-sync/pom.xml |  91 ---
 local/twitter-follow-graph/pom.xml |  59 +
 local/twitter-history-elasticsearch/pom.xml| 109 -
 local/twitter-userstream-elasticsearch/pom.xml | 103 
 pom.xml| 251 
 7 files changed, 258 insertions(+), 558 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/244683c1/local/elasticsearch-hdfs/pom.xml
--
diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml
index 3d07371..7a90052 100644
--- a/local/elasticsearch-hdfs/pom.xml
+++ b/local/elasticsearch-hdfs/pom.xml
@@ -172,17 +172,6 @@
 /testResource
 /testResources
 plugins
-plugin
-artifactIdmaven-clean-plugin/artifactId
-configuration
-filesets
-fileset
-directorydata/directory
-followSymlinksfalse/followSymlinks
-/fileset
-/filesets
-/configuration
-/plugin
 !-- This binary runs with logback --
 !-- Keep log4j out --
 plugin
@@ -222,25 +211,12 @@
 goalshade/goal
 /goals
 configuration
-finalName${project.build.finalName}/finalName
-filters
-filter
-artifact*:*/artifact
-excludes
-excludeMETA-INF/*.SF/exclude
-excludeMETA-INF/*.DSA/exclude
-excludeMETA-INF/*.RSA/exclude
-exclude**/logback.xml/exclude
-exclude**/log4j.properties/exclude
-/excludes
-/filter
-/filters
 transformers
 transformer
 
implementation=org.apache.maven.plugins.shade.resource.ServicesResourceTransformer
 /
 transformer
 
implementation=org.apache.maven.plugins.shade.resource.ManifestResourceTransformer
-
mainClassorg.apache.streams.example.elasticsearch.ElasticsearchReindex/mainClass
+
mainClassorg.apache.streams.example.elasticsearch.ElasticsearchHdfs/mainClass
 /transformer
 /transformers
 /configuration
@@ -250,42 +226,13 @@
 plugin
 groupIdorg.jsonschema2pojo/groupId
 artifactIdjsonschema2pojo-maven-plugin/artifactId
-version0.4.1/version
 configuration
-addCompileSourceRoottrue/addCompileSourceRoot
-generateBuilderstrue/generateBuilders
-sourcePaths
-sourcePathsrc/main/jsonschema/sourcePath
-/sourcePaths
-
outputDirectorytarget/generated-sources/jsonschema2pojo/outputDirectory
 
targetPackageorg.apache.streams.example.elasticsearch/targetPackage
-useJodaDatesfalse/useJodaDates
 /configuration
-executions
-execution
-goals
-goalgenerate/goal
-/goals
-/execution
-/executions
 /plugin
 plugin
 groupIdorg.codehaus.mojo/groupId
 artifactIdbuild-helper-maven-plugin/artifactId
-executions
-execution
-idadd-source/id
-

[4/8] incubator-streams-examples git commit: ensure apache-rat:check passes

2015-04-28 Thread sblackmon
ensure apache-rat:check passes


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/6b4de07d
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/6b4de07d
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/6b4de07d

Branch: refs/heads/0.2-incubating-rc1
Commit: 6b4de07da2340ea65b4d1613897f950a98f62046
Parents: 83580cf
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 00:38:14 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 00:38:14 2015 -0500

--
 .../ElasticsearchHdfsConfiguration.json |  3 ++
 .../HdfsElasticsearchConfiguration.json |  3 ++
 .../src/main/resources/ElasticsearchHdfs.dot|  3 ++
 .../src/main/resources/HdfsElasticsearch.dot|  3 ++
 .../src/test/resources/log4j.properties |  4 ++
 .../src/test/resources/logback.xml  | 18 +++
 .../src/test/resources/testBackup.json  | 44 +
 .../src/test/resources/testRestore.json | 38 ---
 .../ElasticsearchReindexConfiguration.json  |  3 ++
 .../src/main/resources/ElasticsearchReindex.dot |  3 ++
 .../src/main/resources/application.json | 51 +++-
 .../src/main/resources/log4j.properties |  4 ++
 .../src/main/resources/logback.xml  | 18 +++
 .../resources/ActivityChildObjectParent.json|  3 ++
 .../src/test/resources/testReindex.json | 50 ++-
 .../src/test/resources/testReindexChild.json| 50 ++-
 .../src/test/resources/testReindexParent.json   | 50 ++-
 .../MongoElasticsearchSyncConfiguration.json|  3 ++
 .../main/resources/MongoElasticsearchSync.dot   |  3 ++
 .../src/main/resources/application.json | 33 +++--
 .../src/test/resources/testSync.json| 35 --
 .../src/main/resources/TwitterFollowGraph.dot   |  3 ++
 .../resources/TwitterHistoryElasticsearch.dot   |  3 ++
 .../src/main/resources/application.conf |  3 ++
 .../twitter/TwitterUserstreamElasticsearch.json |  1 -
 .../TwitterUserstreamElasticsearch.dot  |  3 ++
 .../src/main/resources/application.conf |  3 ++
 27 files changed, 271 insertions(+), 167 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6b4de07d/local/elasticsearch-hdfs/src/main/jsonschema/ElasticsearchHdfsConfiguration.json
--
diff --git 
a/local/elasticsearch-hdfs/src/main/jsonschema/ElasticsearchHdfsConfiguration.json
 
b/local/elasticsearch-hdfs/src/main/jsonschema/ElasticsearchHdfsConfiguration.json
index 91324dd..9ad7e54 100644
--- 
a/local/elasticsearch-hdfs/src/main/jsonschema/ElasticsearchHdfsConfiguration.json
+++ 
b/local/elasticsearch-hdfs/src/main/jsonschema/ElasticsearchHdfsConfiguration.json
@@ -1,5 +1,8 @@
 {
   $schema: http://json-schema.org/draft-03/schema;,
+  $license: [
+http://www.apache.org/licenses/LICENSE-2.0;
+  ],
   type: object,
   javaType : 
org.apache.streams.elasticsearch.example.ElasticsearchHdfsConfiguration,
   javaInterfaces: [java.io.Serializable],

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6b4de07d/local/elasticsearch-hdfs/src/main/jsonschema/HdfsElasticsearchConfiguration.json
--
diff --git 
a/local/elasticsearch-hdfs/src/main/jsonschema/HdfsElasticsearchConfiguration.json
 
b/local/elasticsearch-hdfs/src/main/jsonschema/HdfsElasticsearchConfiguration.json
index c8072ba..8b77225 100644
--- 
a/local/elasticsearch-hdfs/src/main/jsonschema/HdfsElasticsearchConfiguration.json
+++ 
b/local/elasticsearch-hdfs/src/main/jsonschema/HdfsElasticsearchConfiguration.json
@@ -1,5 +1,8 @@
 {
   $schema: http://json-schema.org/draft-03/schema;,
+  $license: [
+http://www.apache.org/licenses/LICENSE-2.0;
+  ],
   type: object,
   javaType : 
org.apache.streams.elasticsearch.example.HdfsElasticsearchConfiguration,
   javaInterfaces: [java.io.Serializable],

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6b4de07d/local/elasticsearch-hdfs/src/main/resources/ElasticsearchHdfs.dot
--
diff --git a/local/elasticsearch-hdfs/src/main/resources/ElasticsearchHdfs.dot 
b/local/elasticsearch-hdfs/src/main/resources/ElasticsearchHdfs.dot
index c953522..ea541af 100644
--- a/local/elasticsearch-hdfs/src/main/resources/ElasticsearchHdfs.dot
+++ b/local/elasticsearch-hdfs/src/main/resources/ElasticsearchHdfs.dot
@@ -1,3 +1,6 @@
+// Apache Streams (incubating)
+// Licensed under Apache License 2.0 - 

Git Push Summary

2015-04-28 Thread sblackmon
Repository: incubator-streams-examples
Updated Branches:
  refs/heads/0.2-incubating-rc1 [deleted] 0248166dc


Git Push Summary

2015-04-28 Thread sblackmon
Repository: incubator-streams-examples
Updated Tags:  refs/tags/streams-examples-0.2-incubating-rc1 [deleted] 2588de533


[5/7] incubator-streams-examples git commit: fix and simplify poms for release

2015-04-28 Thread sblackmon
fix and simplify poms for release


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/244683c1
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/244683c1
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/244683c1

Branch: refs/heads/0.2-incubating-rc1
Commit: 244683c18fff246227492f7a8d8263feb19304fe
Parents: 6b4de07
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 01:10:46 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 01:10:46 2015 -0500

--
 local/elasticsearch-hdfs/pom.xml   | 101 +---
 local/elasticsearch-reindex/pom.xml| 102 +---
 local/mongo-elasticsearch-sync/pom.xml |  91 ---
 local/twitter-follow-graph/pom.xml |  59 +
 local/twitter-history-elasticsearch/pom.xml| 109 -
 local/twitter-userstream-elasticsearch/pom.xml | 103 
 pom.xml| 251 
 7 files changed, 258 insertions(+), 558 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/244683c1/local/elasticsearch-hdfs/pom.xml
--
diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml
index 3d07371..7a90052 100644
--- a/local/elasticsearch-hdfs/pom.xml
+++ b/local/elasticsearch-hdfs/pom.xml
@@ -172,17 +172,6 @@
 /testResource
 /testResources
 plugins
-plugin
-artifactIdmaven-clean-plugin/artifactId
-configuration
-filesets
-fileset
-directorydata/directory
-followSymlinksfalse/followSymlinks
-/fileset
-/filesets
-/configuration
-/plugin
 !-- This binary runs with logback --
 !-- Keep log4j out --
 plugin
@@ -222,25 +211,12 @@
 goalshade/goal
 /goals
 configuration
-finalName${project.build.finalName}/finalName
-filters
-filter
-artifact*:*/artifact
-excludes
-excludeMETA-INF/*.SF/exclude
-excludeMETA-INF/*.DSA/exclude
-excludeMETA-INF/*.RSA/exclude
-exclude**/logback.xml/exclude
-exclude**/log4j.properties/exclude
-/excludes
-/filter
-/filters
 transformers
 transformer
 
implementation=org.apache.maven.plugins.shade.resource.ServicesResourceTransformer
 /
 transformer
 
implementation=org.apache.maven.plugins.shade.resource.ManifestResourceTransformer
-
mainClassorg.apache.streams.example.elasticsearch.ElasticsearchReindex/mainClass
+
mainClassorg.apache.streams.example.elasticsearch.ElasticsearchHdfs/mainClass
 /transformer
 /transformers
 /configuration
@@ -250,42 +226,13 @@
 plugin
 groupIdorg.jsonschema2pojo/groupId
 artifactIdjsonschema2pojo-maven-plugin/artifactId
-version0.4.1/version
 configuration
-addCompileSourceRoottrue/addCompileSourceRoot
-generateBuilderstrue/generateBuilders
-sourcePaths
-sourcePathsrc/main/jsonschema/sourcePath
-/sourcePaths
-
outputDirectorytarget/generated-sources/jsonschema2pojo/outputDirectory
 
targetPackageorg.apache.streams.example.elasticsearch/targetPackage
-useJodaDatesfalse/useJodaDates
 /configuration
-executions
-execution
-goals
-goalgenerate/goal
-/goals
-/execution
-/executions
 /plugin
 plugin
 groupIdorg.codehaus.mojo/groupId
 artifactIdbuild-helper-maven-plugin/artifactId
-executions
-execution
-idadd-source/id
-

[7/7] incubator-streams-examples git commit: src/site/resources should be excluded from version control

2015-04-28 Thread sblackmon
src/site/resources should be excluded from version control


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/44b24d50
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/44b24d50
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/44b24d50

Branch: refs/heads/0.2-incubating-rc1
Commit: 44b24d50a1ea01654dc645348d9f65f4a5670313
Parents: 272b815
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 01:59:19 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 01:59:19 2015 -0500

--
 .gitignore  |   1 +
 .../src/site/resources/ElasticsearchHdfs.dot|  17 ---
 .../site/resources/ElasticsearchHdfs.dot.png| Bin 23205 - 0 bytes
 .../ElasticsearchHdfsConfiguration.json |  10 ---
 .../src/site/resources/HdfsElasticsearch.dot|  17 ---
 .../site/resources/HdfsElasticsearch.dot.png| Bin 23439 - 0 bytes
 .../HdfsElasticsearchConfiguration.json |  10 ---
 .../src/site/resources/testBackup.json  |  24 
 .../src/site/resources/testRestore.json |  20 -
 .../resources/ActivityChildObjectParent.json|  15 --
 .../src/site/resources/ElasticsearchReindex.dot |  17 ---
 .../site/resources/ElasticsearchReindex.dot.png | Bin 23187 - 0 bytes
 .../ElasticsearchReindexConfiguration.json  |  10 ---
 .../src/site/resources/application.json |  26 -
 .../src/site/resources/testReindex.json |  26 -
 .../src/site/resources/testReindexChild.json|  26 -
 .../src/site/resources/testReindexParent.json   |  26 -
 .../site/resources/MongoElasticsearchSync.dot   |  18 
 .../resources/MongoElasticsearchSync.dot.png| Bin 27856 - 0 bytes
 .../MongoElasticsearchSyncConfiguration.json|  10 ---
 .../src/site/resources/application.json |  17 ---
 .../src/site/resources/testSync.json|  18 
 .../src/site/resources/TwitterFollowGraph.dot   |  21 --
 .../site/resources/TwitterFollowGraph.dot.png   | Bin 34724 - 0 bytes
 .../TwitterFollowGraphConfiguration.json|  13 -
 .../resources/TwitterHistoryElasticsearch.dot   |  21 --
 .../TwitterHistoryElasticsearch.dot.png | Bin 26774 - 0 bytes
 .../src/site/resources/application.conf |  23 ---
 ...witterHistoryElasticsearchConfiguration.json |  13 -
 .../TwitterUserstreamElasticsearch.dot  |  28 ---
 .../TwitterUserstreamElasticsearch.dot.png  | Bin 64469 - 0 bytes
 .../src/site/resources/application.conf |  22 ---
 .../twitter/TwitterUserstreamElasticsearch.json |  14 --
 33 files changed, 1 insertion(+), 462 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/44b24d50/.gitignore
--
diff --git a/.gitignore b/.gitignore
index 1b41e46..0600e2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ streams-master-pom/
 
 target/
 overlays/
+src/site/resources/
 dependency-reduced-pom.xml
 
 # IDE directories/files #

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/44b24d50/local/elasticsearch-hdfs/src/site/resources/ElasticsearchHdfs.dot
--
diff --git a/local/elasticsearch-hdfs/src/site/resources/ElasticsearchHdfs.dot 
b/local/elasticsearch-hdfs/src/site/resources/ElasticsearchHdfs.dot
deleted file mode 100644
index c953522..000
--- a/local/elasticsearch-hdfs/src/site/resources/ElasticsearchHdfs.dot
+++ /dev/null
@@ -1,17 +0,0 @@
-digraph g {
-
-  //providers
-  ElasticsearchPersistReader 
[label=ElasticsearchPersistReader,shape=ellipse,URL=https://github.com/apache/incubator-streams/blob/master/streams-contrib/streams-provider-elasticsearch/src/main/java/org/apache/streams/elasticsearch/ElasticsearchPersistReader.java;];
-
-  //persisters
-  WebHdfsPersistWriter 
[label=WebHdfsPersistWriter,shape=ellipse,URL=https://github.com/apache/incubator-streams/blob/master/streams-contrib/streams-persist-elasticsearch/src/main/java/org/apache/streams/elasticsearch/ElasticsearchPersistWriter.java;];
-
-  //data
-  source [label=es://{indexes}/{types},shape=box];
-  destination [label=hdfs://{index}/{type},shape=box];
-
-  //stream
-  source - ElasticsearchPersistReader
-  ElasticsearchPersistReader - WebHdfsPersistWriter [label=String];
-  WebHdfsPersistWriter - destination
-}
\ No newline at end of file


[6/7] incubator-streams-examples git commit: set streams.version to 0.2-incubating for release

2015-04-28 Thread sblackmon
set streams.version to 0.2-incubating for release


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/272b8159
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/272b8159
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/272b8159

Branch: refs/heads/0.2-incubating-rc1
Commit: 272b8159ca0aa77b863a3eba6c2db7dcf695ed98
Parents: 244683c
Author: Steve Blackmon sblack...@apache.org
Authored: Tue Apr 28 01:18:59 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Tue Apr 28 01:21:30 2015 -0500

--
 local/mongo-elasticsearch-sync/pom.xml  | 12 ++--
 local/twitter-history-elasticsearch/pom.xml |  2 +-
 pom.xml |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/272b8159/local/mongo-elasticsearch-sync/pom.xml
--
diff --git a/local/mongo-elasticsearch-sync/pom.xml 
b/local/mongo-elasticsearch-sync/pom.xml
index 6726460..388662f 100644
--- a/local/mongo-elasticsearch-sync/pom.xml
+++ b/local/mongo-elasticsearch-sync/pom.xml
@@ -67,7 +67,7 @@
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-core/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdcom.typesafe/groupId
@@ -76,27 +76,27 @@
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-config/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-runtime-local/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-persist-elasticsearch/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-persist-mongo/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-pojo/artifactId
-version${project.version}/version
+version${streams.version}/version
 typetest-jar/type
 /dependency
 dependency

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/272b8159/local/twitter-history-elasticsearch/pom.xml
--
diff --git a/local/twitter-history-elasticsearch/pom.xml 
b/local/twitter-history-elasticsearch/pom.xml
index 93ff1bb..1b27789 100644
--- a/local/twitter-history-elasticsearch/pom.xml
+++ b/local/twitter-history-elasticsearch/pom.xml
@@ -70,7 +70,7 @@
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-core/artifactId
-version${project.version}/version
+version${streams.version}/version
 /dependency
 dependency
 groupIdcom.typesafe/groupId

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/272b8159/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 83b8d12..2c39199 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@
 https://repository.apache.org/service/local/staging/deploy/maven2
 /release.repository.url
 
-streams.version${project.version}/streams.version
+streams.version0.2-incubating/streams.version
 
 !-- Plugin and Plugin Dependency Versions --
 build-helper.plugin.version1.8/build-helper.plugin.version



[3/7] incubator-streams-examples git commit: need apache inheritance to use apache-rat:check

2015-04-28 Thread sblackmon
need apache inheritance to use apache-rat:check


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/83580cf4
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/83580cf4
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/83580cf4

Branch: refs/heads/0.2-incubating-rc1
Commit: 83580cf4756bb7e73db5c766cc84c5a6d3d8f11e
Parents: 107852b
Author: Steve Blackmon sblack...@apache.org
Authored: Mon Apr 27 22:32:40 2015 -0500
Committer: Steve Blackmon sblack...@apache.org
Committed: Mon Apr 27 22:32:40 2015 -0500

--
 pom.xml | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/83580cf4/pom.xml
--
diff --git a/pom.xml b/pom.xml
index f9ec512..d7ebbe4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,11 +18,19 @@
   --
 
 project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
+
+parent
+groupIdorg.apache/groupId
+artifactIdapache/artifactId
+version16/version
+/parent
+
 modelVersion4.0.0/modelVersion
 
 groupIdorg.apache.streams/groupId
 artifactIdstreams-examples/artifactId
-
+version0.2-incubating-SNAPSHOT/version
+
 packagingpom/packaging
 namestreams-examples/name