Last Published: 2011-01-24
Hadoop | HBase

HBql
  • Home
  • Download
  • Statements
  • Client API
  • Javadocs
  • Examples
  • FAQ
  • Blog
Built by Maven

HBql Statements

  • Statements are available in both the console and the API.
  • Statement keywords are case insensitive.

Table Management

  • CREATE TABLE
  • DROP TABLE
  • ALTER TABLE
  • ENABLE TABLE
  • DISABLE TABLE
  • SPLIT TABLE
  • COMPACT TABLE
  • FLUSH TABLE
  • DESCRIBE TABLE
  • SHOW TABLES

Index Management

  • CREATE INDEX
  • DROP INDEX
  • DESCRIBE INDEX

Mapping Management

  • CREATE MAPPING
  • DROP MAPPING
  • SHOW MAPPINGS
  • DESCRIBE MAPPING

Query Executor Pools

  • CREATE QUERY EXECUTOR POOL
  • DROP QUERY EXECUTOR POOL
  • SHOW QUERY EXECUTOR POOLS

Async Executors

  • CREATE ASYNC EXECUTOR
  • DROP ASYNC EXECUTOR
  • SHOW ASYNC EXECUTORS

Data Manipulation

  • INSERT
  • DELETE

Queries

  • SELECT
  • WITH Clause
  • WITH INDEX Clause
  • Expressions

Console

  • VERSION
  • IMPORT
  • PARSE
  • EVAL

© 2011