From 688265bc93ab91413a04c9d5772ec639c2c030a3 Mon Sep 17 00:00:00 2001 From: rotem Date: Mon, 17 Jun 2013 16:42:38 +0300 Subject: formatting --- README.md | 4 ++-- 1 file 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. -- cgit v1.2.3