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