[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 
Authored: Tue Apr 28 00:38:14 2015 -0500
Committer: Steve Blackmon 
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 - 
http://www.apache.org/licens

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

2015-04-27 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 
Authored: Tue Apr 28 00:38:14 2015 -0500
Committer: Steve Blackmon 
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 - 
http://www.apache.org/licens