blob: 52617484104df32f9dcfa3f5df8bba0adba00786 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-03/schema",
"$license": [
"http://www.apache.org/licenses/LICENSE-2.0"
],
"type": "object",
"javaType" : "org.apache.streams.examples.flink.twitter.TwitterUserInformationPipelineConfiguration",
"javaInterfaces": ["java.io.Serializable"],
"extends": {
"$ref": "FlinkStreamingConfiguration.json"
},
"properties": {
"twitter": {
"type": "object",
"javaType": "org.apache.streams.twitter.TwitterUserInformationConfiguration"
},
"source": {
"type": "object",
"javaType": "org.apache.streams.hdfs.HdfsReaderConfiguration"
},
"destination": {
"type": "object",
"javaType": "org.apache.streams.hdfs.HdfsWriterConfiguration"
},
"providerWaitMs": {
"type": "integer"
}
}
}