mirror of
https://github.com/apache/impala.git
synced 2026-01-01 09:00:42 -05:00
* 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.
23 lines
754 B
Plaintext
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
|
|
|