SaveHBase¶
Saves all the rows in the incoming DataFrame onto Apache HBase using the specific field mapping
Input¶
It takes in a DataFrame as input
Output¶
Incoming dataFrame is passed along to the next nodes.
Type¶
transform
Class¶
fire.nodes.hbase.NodeSaveHBase
Fields¶
Details¶
SaveHBase node saves all the rows in the incoming DataFrame onto HBase using the specific field mapping.
The DataFrame columns which do not have to be loaded into HBase are left empty.