diff options
author | sar19 <Saad.Rashid@bskyb.com> | 2013-06-24 17:19:16 +0100 |
---|---|---|
committer | sar19 <Saad.Rashid@bskyb.com> | 2013-06-24 17:19:16 +0100 |
commit | ad8b3bd9fa2de833cecf33ff9b82580e675ac290 (patch) | |
tree | c90423b015f0c901393b59b86361b08083de6c10 | |
parent | 3e4a74de169104679f2459947c27d5cfb8cc430b (diff) | |
download | SpyGlass-ad8b3bd9fa2de833cecf33ff9b82580e675ac290.tar.gz SpyGlass-ad8b3bd9fa2de833cecf33ff9b82580e675ac290.zip |
added documentation and comments.
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,7 @@ SpyGlass ======== -Cascading and Scalding wrapper for HBase/JDBC with advanced read and write features. +Cascading and Scalding wrapper for HBase with advanced read and write features. JDBC wrapper is recently added to support SQL in taps. Insert/Update/Update on Duplicates are supported. Prevent Hot Spotting by the use of transparent key prefixes. @@ -267,3 +267,7 @@ e.g. } .write(hbaseOut) +6. Jdbc Tap and Source +=========================== + +To be added soon.
\ No newline at end of file |