Book Image

Real-time Analytics with Storm and Cassandra

By : Shilpi Saxena
Book Image

Real-time Analytics with Storm and Cassandra

By: Shilpi Saxena

Overview of this book

Table of Contents (19 chapters)
Real-time Analytics with Storm and Cassandra
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Quiz time


Q.1. State whether the following statements are true or false:

  1. DRPC is a stateless, Storm processing mechanism.

  2. If a tuple fails to execute in a Trident topology, the entire batch is replayed.

  3. Trident lets the user implement windowing functions over streaming data.

  4. Aggregators are more efficient then partitioned Aggregators.

Q.2. Fill in the blanks:

  1. _______________ is the distributed version of RPC.

  2. _______________ is the basic micro-batching framework over Storm.

  3. The ___________________functions are used to remove tuples based on certain criteria or conditions from the stream batches.

Q.3. Create a Trident topology to find the tweeters who have the maximum number of tweets in the last 5 minutes.