edu.umd.cloud9.demo
Class DemoHBaseSource

java.lang.Object
  extended by 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws IOException
Runs the demo.

Throws:
IOException