What are the modes of operation that Flume supports?

 Posted by Niladri.Biswas on 5/13/2013 | Category: NoSql Interview questions | Views: 3100 | Points: 40
Answer:

Flume supports three modes of operation: single node, pseudodistributed,
and fully distributed.

Single node is useful for basic testing and getting up and running quickly

Pseudo-distributed is a more production like environment that lets us build more complicated flows while testing on a single physical machine

Fully distributed is the mode that run in for production. The fully distributed
mode offers two further sub-modes: a standalone mode with a single
master and a distributed mode with multiple masters.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response