Files
impala/testdata/bin/create.hbase
2014-01-08 10:51:18 -08:00

30 lines
1.0 KiB
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'
disable 'hbasealltypessmallbinary'
drop 'hbasealltypessmallbinary'
create 'hbasealltypessmallbinary', 'bools', 'ints', 'floats', 'strings'
enable 'hbasealltypessmallbinary'
drop 'hbaseinsertalltypesaggbinary'
create 'hbaseinsertalltypesaggbinary', 'd'
enable 'hbaseinsertalltypesaggbinary'
exit