Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Learning Cascading
  • Table Of Contents Toc
Learning Cascading

Learning Cascading

By : Covert, Victoria Loewengart
5 (3)
close
close
Learning Cascading

Learning Cascading

5 (3)
By: Covert, Victoria Loewengart

Overview of this book

This book is intended for software developers, system architects and analysts, big data project managers, and data scientists who wish to deploy big data solutions using the Cascading framework. You must have a basic understanding of the big data paradigm and should be familiar with Java development techniques.
Table of Contents (12 chapters)
close
close
7
7. Optimizing the Performance of a Cascading Application
11
Index

Understanding operations

Operations form the basis for most things that can be done to data as it passes through a pipe. They are connected to the appropriate type of a Pipe instance.

There are several classes of operations:

  • Filter: It discards unwanted records.
  • Function: It performs transformations.
  • Aggregator: It summarizes data across sets of records.
  • Buffer: It operates on a set of records.
  • Assertion: It imposes asserted conditions on the records that fail if they're not met. Assertions are specific to single tuples (that is, Each), pipes, and grouped tuples (that is, Every) pipes. As we shall see later, assertions are special and follow a slightly different set of rules than the other four preceding operations listed.

Using operations is easy. An operation is just a class. They are instantiated as objects using new, and then are attached to pipes by passing them as parameters when Pipe is created. Then, the pipe passes tuples to the attached operation where they are processed. The following...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Learning Cascading
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon