Package

org.apache.hadoop.hbase.spark.example

hbasecontext

Permalink

package hbasecontext

Visibility
  1. Public
  2. All

Value Members

  1. object HBaseBulkDeleteExample

    Permalink

    This is a simple example of deleting records in HBase with the bulkDelete function.

  2. object HBaseBulkGetExample

    Permalink

    This is a simple example of getting records from HBase with the bulkGet function.

  3. object HBaseBulkPutExample

    Permalink

    This is a simple example of putting records in HBase with the bulkPut function.

  4. object HBaseBulkPutExampleFromFile

    Permalink

    This is a simple example of putting records in HBase with the bulkPut function.

    This is a simple example of putting records in HBase with the bulkPut function. In this example we are getting the put information from a file

  5. object HBaseBulkPutTimestampExample

    Permalink

    This is a simple example of putting records in HBase with the bulkPut function.

    This is a simple example of putting records in HBase with the bulkPut function. In this example we are also setting the timestamp in the put

  6. object HBaseDistributedScanExample

    Permalink

    This is a simple example of scanning records from HBase with the hbaseRDD function in Distributed fashion.

  7. object HBaseStreamingBulkPutExample

    Permalink

    This is a simple example of BulkPut with Spark Streaming

Ungrouped