aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorrotem <rotem.hermon@gmail.com>2013-06-17 16:42:38 +0300
committerrotem <rotem.hermon@gmail.com>2013-06-17 16:42:38 +0300
commit688265bc93ab91413a04c9d5772ec639c2c030a3 (patch)
treea1495411e758169bcf4a72c9df3b6c0d1a5d41c7 /README.md
parent03b4ca81507d6d0f21db00c55ba6410d5cc26193 (diff)
downloadSpyGlass-688265bc93ab91413a04c9d5772ec639c2c030a3.tar.gz
SpyGlass-688265bc93ab91413a04c9d5772ec639c2c030a3.zip
formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 556efd2..6938e48 100644
--- a/README.md
+++ b/README.md
@@ -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.