From ad90e42a750049ae20686d9c550ce9afd61e9c80 Mon Sep 17 00:00:00 2001 From: Chandan Rajah Date: Thu, 6 Jun 2013 12:30:41 +0100 Subject: Cosmetic changes to Read Me --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee0568a..c2c2f76 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ HBaseSource will always read or write fields of type *ImmutableBytesWritable*. T Add the trait to the job class and start using the conversions in the pipe directly (e.g.) + class HBaseSaltTester (args: Args) extends JobBase(args) with HBasePipeConversions { val TABLE_SCHEMA = List('key, 'salted, 'unsalted) -- cgit v1.2.3