Hi Yiyang:

It doesn't require mapping.  All hbase tables is accessible from within 
trafodion.

Access to native HBase tables has to be in ROW or CELL format.
This is described better in Page 19 of the manual 
http://docs.trafodion.org/Trafodion_SQL_Reference_Manual_0.8.0.pdf

Example: accessing a hbase native table call time.dim

>>select count(*) from hbase."_ROW_"."time_dim";

(EXPR)
--------------------

               86400

--- 1 row(s) selected.
Example:

by table name hbase.hbase.<actual hbase table name>.


Paul

From: Trafodion-general 
[mailto:[email protected]] On Behalf 
Of Yiyang Dai
Sent: Tuesday, 28 October 2014 4:10 PM
To: [email protected]
Subject: [Trafodion-general] native hbase table mapping support ?

Hello,

When go through trafodion FAQ, I saw:

"With Trafodion, customers can get full capabilities to be able to use standard 
HBase APIs as well as use Trafodion for SQL access to the HBase tables. This 
includes Trafodion's ability to use powerful SQL capabilities to do joins 
against both HBase and Trafodion tables and run queries against them while 
providing transaction management capability. "

To understand this more precisely, does this mean that a native hbase table can 
be mapped to a trafodion table while user can run trafodion SQL on top of it ?

Regards,
Yiyang
-- 
Mailing list: https://launchpad.net/~trafodion-general
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~trafodion-general
More help   : https://help.launchpad.net/ListHelp

Reply via email to