Skip to main content

MapR DB Writer

Writes to a table in MapR Converged Data Platform version 5.1.

Except for the name of the adapter and the name of the configuration path property, MapRDBWriter is identical to HBaseWriter. See HBase Writer for documentation of the properties.

CREATE TARGET Target2 using MapRDBWriter(
  MapRDBConfigurationPath:"/opt/mapr/hbase/hbase-1.1.8/conf",
  BatchPolicy: "eventCount:1"),
  Tables: 'SCOTT.BUSINESS,/tables/business.data'
INPUT FROM DataStream;