Author: sblackmon
Date: Thu Feb 27 16:36:54 2014
New Revision: 1572650

URL: http://svn.apache.org/r1572650
Log:
Missing a jsonbean

Added:
    
incubator/streams/branches/STREAMS-26/streams-contrib/streams-persist-hdfs/src/main/jsonschema/org/apache/streams/hdfs/HdfsWriterConfiguration.json

Added: 
incubator/streams/branches/STREAMS-26/streams-contrib/streams-persist-hdfs/src/main/jsonschema/org/apache/streams/hdfs/HdfsWriterConfiguration.json
URL: 
http://svn.apache.org/viewvc/incubator/streams/branches/STREAMS-26/streams-contrib/streams-persist-hdfs/src/main/jsonschema/org/apache/streams/hdfs/HdfsWriterConfiguration.json?rev=1572650&view=auto
==============================================================================
--- 
incubator/streams/branches/STREAMS-26/streams-contrib/streams-persist-hdfs/src/main/jsonschema/org/apache/streams/hdfs/HdfsWriterConfiguration.json
 (added)
+++ 
incubator/streams/branches/STREAMS-26/streams-contrib/streams-persist-hdfs/src/main/jsonschema/org/apache/streams/hdfs/HdfsWriterConfiguration.json
 Thu Feb 27 16:36:54 2014
@@ -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


Reply via email to