Cascading (1)
share
digg
on
Simon Willison's Links (17)
1 month, 3 weeks
ago
permalink
Cascading. A Java API abstraction layer over Hadoop that lets developers think in terms of pipes and filters rather than map/reduce. The Cascading developers claim that this model is easier to understand and less error prone.
Goodbye MapReduce, Hello Cascading (4)
share
digg
by
Nathan (373)
on
Engineering Rapleaf (6)
2 months, 2 weeks
ago
permalink
We have been doing a lot of batch processing with Hadoop MapReduce lately, and we quickly realized how painful it can be to write MapReduce jobs by hand. Some parts of our workflow require up to TEN MapReduce jobs to execute in sequence, requiring a lot of hand-coordination of intermediate data and execution order. Additionally, anyone who has done really complex MapReduce workflows knows how hard it is to keep “thinking” in MapReduce. Luckily, we ...
-
Eric W said:
I just learned about Cascading, which is an alternative to using Map Reduce within Hadoop.
Simple CSS - A Free CSS Authoring Tool (1)
share
digg
by
Navdeep (4)
on
Deziner Folio (93)
1 year, 6 months
ago
permalink
Cascading Style Sheets (CSS) is a good way to specify the styles of fonts and other page elements on your sites. It makes it easier for you to update styles too, because when done right, you only need to make a single change to update the styles on multiple pages and elements. Simple CSS allows you to easily create Cascading Style Sheets from scratch, and/or modify existing ones, using a familiar point-and-click interface. With Simple ...