-
Notifications
You must be signed in to change notification settings - Fork 171
HdfsFileSink
Jae Hyeon Bae edited this page Apr 29, 2014
·
1 revision
Like S3FileSink, HdfsFileSink uploads messages to HDFS. Internal implementation is same as S3FileSink such as embedding LocalFileSink and properties are a little different.
- Instead of bucket, directory is needed.
- s3EndPoint, maxPartSize are not needed.
- Other properties including localFileSink, concurrentUpload, notice, prefixFormatter are same.