From 51e5670113b23a6aac0edd4c7e324faf2734e01b Mon Sep 17 00:00:00 2001 From: rotem Date: Mon, 17 Jun 2013 16:48:29 +0300 Subject: formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a0ca5b9..2cc40d4 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ e.g. The mapper function gets from HBaseRawSource a tuple containing two fields: (rowkey, row). The first field is the row key, the second is the row Result object. You can then process the row as needed. -The sink expects a rowkey field in the tuple it gets to use as a row key (it doesn't have to be the same as the one emitted by the source)). +The sink expects a rowkey field in the tuple it gets to use as a row key (it doesn't have to be the same as the one emitted by the source). It will then write the output fields (except the rowkey) as columns under the provided family and field name as the column name. You can also provide the field name as a full qualifier (family:column) to specify a different family than was declared in the source. e.g. -- cgit v1.2.3