aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)