edu.umd.cloud9.demo
Class DemoHBaseSource
java.lang.Object
edu.umd.cloud9.demo.DemoHBaseSource
public class DemoHBaseSource
- extends Object
Demo that illustrates HBase as a data source. This demo performs word
counting on entries in HBase. Text is read from the "default:text" column in
the "test" table. See DemoHBaseSink for an illustration of HBase as a
data sink, which should be run first to populate HBase.
- See Also:
DemoHBaseSink
|
Method Summary |
static void |
main(String[] args)
Runs the demo. |
main
public static void main(String[] args)
throws IOException
- Runs the demo.
- Throws:
IOException