aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorrotem <rotem.hermon@gmail.com>2013-06-17 16:49:16 +0300
committerrotem <rotem.hermon@gmail.com>2013-06-17 16:49:16 +0300
commit7566bbcc71e157444185432f2b359b6e3b857dfe (patch)
tree1656978997c837f662ddf1e7bc1da7b5a7a0da10 /README.md
parent51e5670113b23a6aac0edd4c7e324faf2734e01b (diff)
downloadSpyGlass-7566bbcc71e157444185432f2b359b6e3b857dfe.tar.gz
SpyGlass-7566bbcc71e157444185432f2b359b6e3b857dfe.zip
formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2cc40d4..ee5abb9 100644
--- a/README.md
+++ b/README.md
@@ -250,7 +250,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).
-It will then write the output fields (except the rowkey) as columns under the provided family and field name as the column name.
+It will then write the output fields (except the rowkey) as columns under the provided family, using the 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.