That doesn't sound like a unit test. Unit tests test a unit of work -- a class, a function. You want to involve everything from hdfs to the browser... Sounds like some decomposition of the problem is in order.
On Feb 20, 2012, at 4:59 PM, Russell Jurney <[email protected]> wrote: > I need to write unit tests that start with raw data on HDFS and plumb all the > way through to a web browser. Writing Java isn't desirable, so PigUnit isn't > right. > > Anyone have any ideas? I'd like it to be as simple as possible. > > Russell Jurney http://datasyndrome.com
