Files
impala/testdata/bin/create.hbase
Elliott Clark 0e0c02b6bd Add the ability to Select into HBase table.
* Changed frontend analysis for HBase tables
* Changed Thrift messages to allow HBase as a sink type.
* JNI Wrapper around htable
* Create hbase-table-sink
* Create hbase-table-writer
* Static init lots of JNI related code for HBase.
* Cleaned up some cpplint issues.
* Changed junit analysis tests
* Create a new HBase test table.
* Added functional tests for HBase inserts.
2014-01-08 10:49:06 -08:00

23 lines
754 B
Plaintext

disable 'hbasealltypessmall'
drop 'hbasealltypessmall'
create 'hbasealltypessmall', 'bools', 'ints', 'floats', 'strings'
enable 'hbasealltypessmall'
disable 'hbasealltypeserror'
drop 'hbasealltypeserror'
create 'hbasealltypeserror', 'bools', 'ints', 'floats', 'strings'
enable 'hbasealltypeserror'
disable 'hbasealltypeserrornonulls'
drop 'hbasealltypeserrornonulls'
create 'hbasealltypeserrornonulls', 'bools', 'ints', 'floats', 'strings'
enable 'hbasealltypeserrornonulls'
disable 'hbasealltypesagg'
drop 'hbasealltypesagg'
create 'hbasealltypesagg', 'bools', 'ints', 'floats', 'strings'
enable 'hbasealltypesagg'
disable 'hbaseinsertalltypesagg'
drop 'hbaseinsertalltypesagg'
create 'hbaseinsertalltypesagg', 'd'
enable 'hbaseinsertalltypesagg'
exit