Login
Remember
Register
Ask a Question
Differentiate between FileSink and FileRollSink
0
votes
asked
Feb 9, 2020
in
Big Data | Hadoop
by
rahuljain1
Differentiate between FileSink and FileRollSink
#filesink
Bigdata-questions-answers
Hadoop-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 9, 2020
by
SakshiSharma
The major difference between HDFS FileSink and FileRollSink is that HDFS File Sink writes the events into the Hadoop Distributed File System (HDFS) whereas File Roll Sink stores the events into the local file system.
...