-
Notifications
You must be signed in to change notification settings - Fork 170
Sink configuration
Jae Hyeon Bae edited this page May 9, 2013
·
10 revisions
Sink configuration is also Json map string whose key is the id of the sink and the value is sink configuration.
Local file sink is writing message set to the local file system.
The following is the example local file sink configuration
S3 file sink is embedding local file sink and uploading the file created from its local file sink.
Argument | Description |
---|---|
localFileSink | local file sink configuration |
bucket | S3 bucket name |
s3Endpoint | S3 bucket end point |
maxPartSize | S3 multiple upload max partition size |
concurrentUpload | number of uploading threads |
notify | It describes Notify interface for how to notify its progress. |
prefixFormatter | It describes RemotePrefixFormatter for how to create a file name. |