Book Image

Learning Cascading

Book Image

Learning Cascading

Overview of this book

Table of Contents (18 chapters)
Learning Cascading
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
7
Optimizing the Performance of a Cascading Application
Index

Chapter 4. Creating Custom Operations

Cascading provides you with the degrees of freedom to do complex things. One very useful capability of Cascading is allowing the developer to create custom operations if the pre-defined operations do not fit the bill. So now, after we have fully explored and understood the anatomy of an operation in the previous chapter, we will show you how to actually write a custom operation of each type.