RE: Stored By

2016-02-16 Thread peter.mar...@baesystems.com
ool BOOLEAN) STORED BY 'org.apache.hadoop.hive.accumulo.AccumuloStorageHandler' WITH SERDEPROPERTIES('accumulo.table.name'='test_table_text','accumulo.columns.mapping' = ':rowid,testint:v,testbig:v,testfloat:v,testdouble:v,teststring:v,testbool:v');

Re: Stored By

2016-01-28 Thread Gabriel Balan
to allow me to access Accumulo tables from Hive. This works fine. So typically I would use something like this: CREATE EXTERNAL TABLE test_text (rowid STRING, testint INT, testbig BIGINT, testfloat FLOAT, testdouble DOUBLE, teststring STRING, testbool BOOLEAN) STORED BY

Stored By

2016-01-21 Thread peter.mar...@baesystems.com
, testbool BOOLEAN) STORED BY 'org.apache.hadoop.hive.accumulo.AccumuloStorageHandler' WITH SERDEPROPERTIES('accumulo.table.name'='test_table_text','accumulo.columns.mapping' = ':rowid,testint:v,testbig:v,testfloat:v,testdouble:v,teststring:v,testbool:v'