This project has retired. For details please refer to its Attic page.
ToHBase (Apache Crunch 0.9.0 API)

org.apache.crunch.io.hbase
Class ToHBase

java.lang.Object
  extended by org.apache.crunch.io.hbase.ToHBase

public class ToHBase
extends Object

Static factory methods for creating HBase Target types.


Constructor Summary
ToHBase()
           
 
Method Summary
static Target hfile(org.apache.hadoop.fs.Path path)
           
static Target hfile(String path)
           
static Target table(String table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToHBase

public ToHBase()
Method Detail

table

public static Target table(String table)

hfile

public static Target hfile(String path)

hfile

public static Target hfile(org.apache.hadoop.fs.Path path)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.