AsyncHBase Script
Data Fabric provides an AsyncHBase script that you can use to run applications and generate the AsyncHBase classpath.
The asynchbase script has the following syntax:
asynchbase <command> [<args>]
Commands:
classpath Dump AsyncHBase CLASSPATH
CLASSNAME Run the class named CLASSNAME
Parameters | Description |
---|---|
classpath | Dumps the AsyncHBase classpath. For example, you can use aynchbase
classpath when you compile an application:
|
CLASSNAME | Runs the named class. For example:
|