aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChandan Rajah <chandan.rajah@gmail.com>2013-06-06 12:30:41 +0100
committerChandan Rajah <chandan.rajah@gmail.com>2013-06-06 12:30:41 +0100
commitad90e42a750049ae20686d9c550ce9afd61e9c80 (patch)
tree3cdc608782655605af8868601a2cf1c1cf5304d5 /README.md
parent6e21e0c68248a33875898b86a2be7a9cec7df3d4 (diff)
downloadSpyGlass-ad90e42a750049ae20686d9c550ce9afd61e9c80.tar.gz
SpyGlass-ad90e42a750049ae20686d9c550ce9afd61e9c80.zip
Cosmetic changes to Read Me
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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)