diff options
author | Chandan Rajah <chandan.rajah@gmail.com> | 2013-06-06 12:30:41 +0100 |
---|---|---|
committer | Chandan Rajah <chandan.rajah@gmail.com> | 2013-06-06 12:30:41 +0100 |
commit | ad90e42a750049ae20686d9c550ce9afd61e9c80 (patch) | |
tree | 3cdc608782655605af8868601a2cf1c1cf5304d5 | |
parent | 6e21e0c68248a33875898b86a2be7a9cec7df3d4 (diff) | |
download | SpyGlass-ad90e42a750049ae20686d9c550ce9afd61e9c80.tar.gz SpyGlass-ad90e42a750049ae20686d9c550ce9afd61e9c80.zip |
Cosmetic changes to Read Me
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |