Cascading is a Java framework that allows users to define data processing workflows on Hadoop clusters more easily. The author discusses connecting Cascading to the Starfish profiler and optimizer to enable automated optimization of Cascading workflows. Key points are:
1) Cascading workflows are translated to DAGs of Hadoop jobs for profiling and optimization.
2) The Cascading API is modified to use the Hadoop New API to interface with Starfish.
3) Experiments show the Starfish optimizer providing speedups of up to 1.3x for several real-world Cascading workflows.