You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2014/03/22 00:20:24 UTC

[46/71] [abbrv] git commit: Missing a jsonbean

Missing a jsonbean

git-svn-id: https://svn.apache.org/repos/asf/incubator/streams/branches/STREAMS-26@1572650 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/master
Commit: 00a3a19b9d7decd378c046dc433b7fe4fba3246a
Parents: 8f4e4a5
Author: sblackmon <sb...@unknown>
Authored: Thu Feb 27 16:36:54 2014 +0000
Committer: sblackmon <sb...@unknown>
Committed: Thu Feb 27 16:36:54 2014 +0000

----------------------------------------------------------------------
 .../streams/hdfs/HdfsWriterConfiguration.json     | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/00a3a19b/streams-contrib/streams-persist-hdfs/src/main/jsonschema/org/apache/streams/hdfs/HdfsWriterConfiguration.json
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-hdfs/src/main/jsonschema/org/apache/streams/hdfs/HdfsWriterConfiguration.json b/streams-contrib/streams-persist-hdfs/src/main/jsonschema/org/apache/streams/hdfs/HdfsWriterConfiguration.json
new file mode 100644
index 0000000..5cadd7d
--- /dev/null
+++ b/streams-contrib/streams-persist-hdfs/src/main/jsonschema/org/apache/streams/hdfs/HdfsWriterConfiguration.json
@@ -0,0 +1,18 @@
+{
+    "type": "object",
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "id": "#",
+    "javaType" : "org.apache.streams.hdfs.HdfsWriterConfiguration",
+    "extends": {"$ref":"HdfsConfiguration.json"},
+    "javaInterfaces": ["java.io.Serializable"],
+    "properties": {
+        "writerPath": {
+            "type": "string",
+            "description": "Path "
+        },
+        "writerFilePrefix": {
+            "type": "string",
+            "description": "File Prefix"
+        }
+    }
+}
\ No newline at end of file