diff options
author | rotem <rotem.hermon@gmail.com> | 2013-06-17 16:42:38 +0300 |
---|---|---|
committer | rotem <rotem.hermon@gmail.com> | 2013-06-17 16:42:38 +0300 |
commit | 688265bc93ab91413a04c9d5772ec639c2c030a3 (patch) | |
tree | a1495411e758169bcf4a72c9df3b6c0d1a5d41c7 | |
parent | 03b4ca81507d6d0f21db00c55ba6410d5cc26193 (diff) | |
download | SpyGlass-688265bc93ab91413a04c9d5772ec639c2c030a3.tar.gz SpyGlass-688265bc93ab91413a04c9d5772ec639c2c030a3.zip |
formatting
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -230,8 +230,8 @@ Add the trait to the job class and start using the conversions in the pipe direc 5. Raw HBase Tap and Source =========================== HBaseRawSource is an alternative HBase source implementation that provides two main features: -1. Ability to provide a custom scan object. -2. Passing the row object to the mapper to allow full customized processing (without the need to declare in advance the read columns). +* Ability to provide a custom scan object. +* Passing the row object to the mapper to allow full customized processing (without the need to declare in advance the read columns). **Passing a scan object** HBaseRawSource object provides a helper function to encode a scan object as a base64 string, which you can pass to the source. |