We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
INSERT INTO [tableName] (col, col2 ...) STDIN
This will read tab separated lines from the STDIN and insert into hbase.
The code takes care of compound keys and columns.
CREATE [HBASE] TABLE [tableName] [tableDefinition]
Creates a table in the SimpleSQL catalog.
Tables can have types:
More types can be added
The types are matched to a table engine class in the /opt/aggregator/conf/engines file
/opt/aggregator/conf/engines
Methods:
There was an error while loading. Please reload this page.