edu.umd.cloud9.demo
Class DemoHBaseSink
java.lang.Object
edu.umd.cloud9.demo.DemoHBaseSink
public class DemoHBaseSink
- extends Object
Demo that illustrates HBase as a data sink. This demo packs the sample
collection into HBase. Text is stored in the "default:text" column of the
"test" table, with the byte offset as the row key. See
DemoHBaseSource for an illustration of HBase as a data source.
- See Also:
DemoHBaseSource
|
Method Summary |
static void |
main(String[] args)
Runs the demo. |
main
public static void main(String[] args)
throws IOException
- Runs the demo.
- Throws:
IOException